Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Remove KMEMSTATS.



details:   https://anonhg.NetBSD.org/src/rev/14248261d446
branches:  trunk
changeset: 809886:14248261d446
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Aug 08 06:36:24 2015 +0000

description:
Remove KMEMSTATS.

diffstat:

 sys/arch/alpha/conf/GENERIC          |  5 ++---
 sys/arch/amd64/conf/ALL              |  5 ++---
 sys/arch/amd64/conf/GENERIC          |  5 ++---
 sys/arch/amd64/conf/XEN3_DOM0        |  3 +--
 sys/arch/arc/conf/GENERIC            |  5 ++---
 sys/arch/bebox/conf/GENERIC          |  5 ++---
 sys/arch/cats/conf/GENERIC           |  3 +--
 sys/arch/cats/conf/INSTALL           |  3 +--
 sys/arch/cobalt/conf/GENERIC         |  5 ++---
 sys/arch/evbarm/conf/CUBOX-I         |  3 +--
 sys/arch/evbarm/conf/GUMSTIX         |  3 +--
 sys/arch/evbarm/conf/HPT5325         |  3 +--
 sys/arch/hp300/conf/GENERIC          |  5 ++---
 sys/arch/hpcsh/conf/GENERIC          |  3 +--
 sys/arch/landisk/conf/GENERIC        |  5 ++---
 sys/arch/mac68k/conf/GENERIC         |  5 ++---
 sys/arch/netwinder/conf/GENERIC      |  3 +--
 sys/arch/news68k/conf/GENERIC        |  5 ++---
 sys/arch/next68k/conf/GENERIC        |  5 ++---
 sys/arch/rs6000/conf/GENERIC         |  5 ++---
 sys/arch/sgimips/conf/GENERIC32_IP12 |  5 ++---
 sys/arch/shark/conf/GENERIC          |  5 ++---
 sys/arch/vax/conf/GENERIC            |  5 ++---
 sys/arch/vax/conf/VAX780             |  3 +--
 sys/arch/x68k/conf/GENERIC           |  9 ++-------
 25 files changed, 41 insertions(+), 70 deletions(-)

diffs (truncated from 573 to 300 lines):

diff -r 9f9ca70d051a -r 14248261d446 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Sat Aug 08 06:24:40 2015 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Sat Aug 08 06:36:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.364 2015/01/06 17:50:24 macallan Exp $
+# $NetBSD: GENERIC,v 1.365 2015/08/08 06:36:24 maxv Exp $
 #
 # This machine description file is used to generate the default NetBSD
 # kernel.
@@ -19,7 +19,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "GENERIC-$Revision: 1.364 $"
+ident          "GENERIC-$Revision: 1.365 $"
 
 maxusers 32
 
@@ -56,7 +56,6 @@
 # Diagnostic/debugging support options
 #options       DIAGNOSTIC              # Cheap kernel consistency checks
 #options       DEBUG                   # Expensive debugging checks/support
-#options       KMEMSTATS               # Collect kmem usage statistics
 options        DDB                     # kernel debugger
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 #makeoptions   DEBUG="-g"
diff -r 9f9ca70d051a -r 14248261d446 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Sat Aug 08 06:24:40 2015 +0000
+++ b/sys/arch/amd64/conf/ALL   Sat Aug 08 06:36:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.29 2015/05/03 02:52:50 pgoyette Exp $
+# $NetBSD: ALL,v 1.30 2015/08/08 06:36:24 maxv Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.29 $"
+#ident                 "ALL-$Revision: 1.30 $"
 
 maxusers       64              # estimated number of users
 
@@ -112,7 +112,6 @@
 options        DIAGNOSTIC      # inexpensive kernel consistency checks
 options        DEBUG           # expensive debugging checks/support
 options        LOCKDEBUG       # expensive locking checks/support
-options        KMEMSTATS       # kernel memory statistics (vmstat -m)
 options        DDB             # in-kernel debugger
 options        DDB_ONPANIC=1   # see also sysctl(7): `ddb.onpanic'
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
diff -r 9f9ca70d051a -r 14248261d446 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sat Aug 08 06:24:40 2015 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sat Aug 08 06:36:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.413 2015/05/03 02:52:50 pgoyette Exp $
+# $NetBSD: GENERIC,v 1.414 2015/08/08 06:36:24 maxv Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.413 $"
+#ident                 "GENERIC-$Revision: 1.414 $"
 
 maxusers       64              # estimated number of users
 
@@ -91,7 +91,6 @@
                                # XXX to be commented out on release branch
 #options       DEBUG           # expensive debugging checks/support
 #options       LOCKDEBUG       # expensive locking checks/support
-#options       KMEMSTATS       # kernel memory statistics (vmstat -m)
 
 #
 # Because gcc omits the frame pointer for any -O level, the line below
diff -r 9f9ca70d051a -r 14248261d446 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Sat Aug 08 06:24:40 2015 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Sat Aug 08 06:36:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.114 2015/07/16 15:43:10 bouyer Exp $
+# $NetBSD: XEN3_DOM0,v 1.115 2015/08/08 06:36:24 maxv Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -49,7 +49,6 @@
 # Diagnostic/debugging support options
 options        DIAGNOSTIC      # inexpensive kernel consistency checks
 #options       DEBUG           # expensive debugging checks/support
-options        KMEMSTATS       # kernel memory statistics (vmstat -m)
 options        DDB             # in-kernel debugger
 options        DDB_ONPANIC=1   # see also sysctl(7): `ddb.onpanic'
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
diff -r 9f9ca70d051a -r 14248261d446 sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Sat Aug 08 06:24:40 2015 +0000
+++ b/sys/arch/arc/conf/GENERIC Sat Aug 08 06:36:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.184 2014/11/16 16:01:40 manu Exp $
+# $NetBSD: GENERIC,v 1.185 2015/08/08 06:36:25 maxv Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.184 $"
+#ident         "GENERIC-$Revision: 1.185 $"
 
 maxusers       32              # estimated number of users
 
@@ -65,7 +65,6 @@
 # Diagnostic/debugging support options
 #options       DIAGNOSTIC              # cheap kernel consistency checks
 #options       DEBUG                   # expensive debugging checks/support
-#options       KMEMSTATS               # kernel memory statistics (vmstat -m)
 options        DDB                     # in-kernel debugger
 #options       DDB_HISTORY_SIZE=100    # enable history editing in DDB
 #options       KGDB                    # remote gdb
diff -r 9f9ca70d051a -r 14248261d446 sys/arch/bebox/conf/GENERIC
--- a/sys/arch/bebox/conf/GENERIC       Sat Aug 08 06:24:40 2015 +0000
+++ b/sys/arch/bebox/conf/GENERIC       Sat Aug 08 06:36:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.145 2014/11/16 16:01:40 manu Exp $
+# $NetBSD: GENERIC,v 1.146 2015/08/08 06:36:25 maxv Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.145 $"
+#ident                 "GENERIC-$Revision: 1.146 $"
 
 maxusers       32
 
@@ -49,7 +49,6 @@
 # Diagnostic/debugging support options
 #options       DIAGNOSTIC      # cheap kernel consistency checks
 #options       DEBUG           # expensive debugging checks/support
-#options       KMEMSTATS       # kernel memory statistics (vmstat -m)
 options        DDB             # in-kernel debugger
 options        DDB_ONPANIC=1   # see also sysctl(7): `ddb.onpanic'
 options        DDB_HISTORY_SIZE=512    # Enable history editing in DDB
diff -r 9f9ca70d051a -r 14248261d446 sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC        Sat Aug 08 06:24:40 2015 +0000
+++ b/sys/arch/cats/conf/GENERIC        Sat Aug 08 06:36:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.155 2014/11/16 16:01:40 manu Exp $
+# $NetBSD: GENERIC,v 1.156 2015/08/08 06:36:25 maxv Exp $
 #
 # GENERIC machine description file
 # 
@@ -155,7 +155,6 @@
 # Miscellaneous kernel options
 options        KTRACE          # system call tracing, a la ktrace(1)
 options        IRQSTATS        # manage IRQ statistics
-#options       KMEMSTATS       # kernel memory statistics
 options        SCSIVERBOSE     # Verbose SCSI errors
 options        PCIVERBOSE      # Verbose PCI descriptions
 options        MIIVERBOSE      # verbose PHY autoconfig messages
diff -r 9f9ca70d051a -r 14248261d446 sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL        Sat Aug 08 06:24:40 2015 +0000
+++ b/sys/arch/cats/conf/INSTALL        Sat Aug 08 06:36:24 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.94 2014/08/23 20:26:57 dholland Exp $
+#      $NetBSD: INSTALL,v 1.95 2015/08/08 06:36:25 maxv Exp $
 #
 #      CATSINST -- CHALTECH CATS Install kernel
 #
@@ -105,7 +105,6 @@
 # Miscellaneous kernel options
 #options       KTRACE          # system call tracing, a la ktrace(1)
 #options       IRQSTATS        # manage IRQ statistics
-#options       KMEMSTATS       # kernel memory statistics
 #options       SCSIVERBOSE     # Verbose SCSI errors
 #options       PCIVERBOSE      # Verbose PCI descriptions
 #options       MIIVERBOSE      # verbose PHY autoconfig messages
diff -r 9f9ca70d051a -r 14248261d446 sys/arch/cobalt/conf/GENERIC
--- a/sys/arch/cobalt/conf/GENERIC      Sat Aug 08 06:24:40 2015 +0000
+++ b/sys/arch/cobalt/conf/GENERIC      Sat Aug 08 06:36:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.147 2014/11/16 16:01:40 manu Exp $
+# $NetBSD: GENERIC,v 1.148 2015/08/08 06:36:25 maxv Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.147 $"
+#ident                 "GENERIC-$Revision: 1.148 $"
 
 maxusers       32
 
@@ -44,7 +44,6 @@
 # Debugging options
 options        DIAGNOSTIC      # extra kernel sanity checking
 #options       DEBUG           # extra kernel debugging support
-#options       KMEMSTATS       # kernel memory statistics (vmstat -m)
 options        DDB             # kernel dynamic debugger
 #options       DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions    DEBUG="-g"      # compile full symbol table
diff -r 9f9ca70d051a -r 14248261d446 sys/arch/evbarm/conf/CUBOX-I
--- a/sys/arch/evbarm/conf/CUBOX-I      Sat Aug 08 06:24:40 2015 +0000
+++ b/sys/arch/evbarm/conf/CUBOX-I      Sat Aug 08 06:36:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CUBOX-I,v 1.3 2015/07/30 08:09:36 ryo Exp $
+# $NetBSD: CUBOX-I,v 1.4 2015/08/08 06:36:25 maxv Exp $
 #
 # CuBox-i
 # - http://www.solid-run.com/products/cubox-i-mini-computer/
@@ -52,7 +52,6 @@
 #options       DEBUG
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 options        LOCKDEBUG       # expensive locking checks/support
-options        KMEMSTATS       # kernel memory statistics (vmstat -m)
 options        IRQSTATS        # manage IRQ statistics
 #options       NO_POWERSAVE    # uncomment this to run under ICE
 
diff -r 9f9ca70d051a -r 14248261d446 sys/arch/evbarm/conf/GUMSTIX
--- a/sys/arch/evbarm/conf/GUMSTIX      Sat Aug 08 06:24:40 2015 +0000
+++ b/sys/arch/evbarm/conf/GUMSTIX      Sat Aug 08 06:36:24 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GUMSTIX,v 1.84 2014/08/23 20:26:57 dholland Exp $
+#      $NetBSD: GUMSTIX,v 1.85 2015/08/08 06:36:25 maxv Exp $
 #
 #      GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
 #
@@ -136,7 +136,6 @@
 
 options        KTRACE          # system call tracing, a la ktrace(1)
 options        IRQSTATS        # manage IRQ statistics
-#options       KMEMSTATS       # kernel memory statistics
 options        PCMCIAVERBOSE   # verbose PCMCIA configuration messages
 #options       USBVERBOSE      # verbose USB device autoconfig messages
 options        MIIVERBOSE      # Verbose MII autoconfuration messages
diff -r 9f9ca70d051a -r 14248261d446 sys/arch/evbarm/conf/HPT5325
--- a/sys/arch/evbarm/conf/HPT5325      Sat Aug 08 06:24:40 2015 +0000
+++ b/sys/arch/evbarm/conf/HPT5325      Sat Aug 08 06:36:24 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: HPT5325,v 1.24 2014/10/17 18:45:14 martin Exp $
+#      $NetBSD: HPT5325,v 1.25 2015/08/08 06:36:25 maxv Exp $
 #
 #  This configuration supports for HP T5325 Thin Client
 #
@@ -134,7 +134,6 @@
 #options       KTRACE          # system call tracing, a la ktrace(1)
 options        IRQSTATS        # manage IRQ statistics
 #options       LKM             # loadable kernel modules
-#options       KMEMSTATS       # kernel memory statistics
 options        MIIVERBOSE      # Verbose MII autoconfuration messages
 #options       PCIVERBOSE      # Verbose PCI descriptions
 options        USBVERBOSE      # verbose USB device autoconfig messages
diff -r 9f9ca70d051a -r 14248261d446 sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC       Sat Aug 08 06:24:40 2015 +0000
+++ b/sys/arch/hp300/conf/GENERIC       Sat Aug 08 06:36:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.190 2014/11/16 16:01:41 manu Exp $
+# $NetBSD: GENERIC,v 1.191 2015/08/08 06:36:25 maxv Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.190 $"
+#ident                 "GENERIC-$Revision: 1.191 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
@@ -70,7 +70,6 @@
 # Debugging options
 #options       DIAGNOSTIC      # Extra kernel sanity checks
 #options       DEBUG           # Enable misc. kernel debugging code
-#options       KMEMSTATS       # kernel memory statistics (vmstat -m)
 options        DDB             # Kernel Dynamic Debugger
 options        DDB_HISTORY_SIZE=512    # Enable history editing in DDB
 #options       KGDB            # remote debugger
diff -r 9f9ca70d051a -r 14248261d446 sys/arch/hpcsh/conf/GENERIC
--- a/sys/arch/hpcsh/conf/GENERIC       Sat Aug 08 06:24:40 2015 +0000
+++ b/sys/arch/hpcsh/conf/GENERIC       Sat Aug 08 06:36:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.106 2014/11/16 16:01:41 manu Exp $
+# $NetBSD: GENERIC,v 1.107 2015/08/08 06:36:25 maxv Exp $
 #
 # GENERIC machine description file
 #
@@ -87,7 +87,6 @@
 # Diagnostic/debugging support options
 #options       DIAGNOSTIC      # expensive kernel consistency checks
 #options       DEBUG           # expensive debugging checks/support
-#options       KMEMSTATS       # kernel memory statistics (vmstat -m)
 #options       DDB             # in-kernel debugger
 #options       DDB_ONPANIC=1   # see also sysctl(7): `ddb.onpanic'



Home | Main Index | Thread Index | Old Index