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/8f9640ff7a33
branches: trunk
changeset: 339815:8f9640ff7a33
user: maxv <maxv%NetBSD.org@localhost>
date: Wed Aug 12 07:53:56 2015 +0000
description:
Remove KMEMSTATS.
diffstat:
sys/arch/acorn26/conf/GENERIC | 3 +--
sys/arch/acorn32/conf/EB7500ATX | 5 ++---
sys/arch/acorn32/conf/GENERIC | 5 ++---
sys/arch/acorn32/conf/INSTALL | 5 ++---
sys/arch/acorn32/conf/LOWMEM_WSCONS | 3 +--
sys/arch/amd64/conf/XEN3_DOMU | 3 +--
sys/arch/amigappc/conf/GENERIC | 5 ++---
sys/arch/amigappc/conf/NULL | 5 ++---
sys/arch/arc/conf/ARCTIC | 3 +--
sys/arch/arc/conf/MIMORI | 3 +--
sys/arch/arc/conf/RPC44 | 5 ++---
sys/arch/cobalt/conf/INSTALL | 5 ++---
sys/arch/evbarm/conf/ARMADAXP | 3 +--
sys/arch/evbarm/conf/ARMADILLO9 | 3 +--
sys/arch/evbarm/conf/BEAGLEBOARD | 3 +--
sys/arch/evbarm/conf/BEAGLEBOARDXM | 3 +--
sys/arch/evbarm/conf/BEAGLEBONE | 3 +--
sys/arch/evbarm/conf/HDL_G | 3 +--
sys/arch/evbarm/conf/IGEPV2 | 3 +--
sys/arch/evbarm/conf/INTEGRATOR | 3 +--
sys/arch/evbarm/conf/IXDP425 | 3 +--
sys/arch/evbarm/conf/MARVELL_NAS | 3 +--
sys/arch/evbarm/conf/MINI2440 | 3 +--
sys/arch/evbarm/conf/MV2120 | 3 +--
sys/arch/evbarm/conf/N900 | 3 +--
sys/arch/evbarm/conf/NITROGEN6X | 3 +--
sys/arch/evbarm/conf/OMAP5EVM | 3 +--
sys/arch/evbarm/conf/OPENBLOCKS_A6 | 3 +--
sys/arch/evbarm/conf/OPENBLOCKS_AX3 | 3 +--
sys/arch/evbarm/conf/SMDK2410 | 3 +--
sys/arch/evbarm/conf/SMDK2800 | 3 +--
sys/arch/evbarm/conf/ZAO425 | 3 +--
sys/arch/evbarm64/conf/A64EMUL | 5 ++---
sys/arch/evbmips/conf/CI20 | 5 ++---
sys/arch/ews4800mips/conf/GENERIC | 5 ++---
sys/arch/hpcarm/conf/JORNADA720 | 5 ++---
sys/arch/hpcarm/conf/JORNADA820 | 5 ++---
sys/arch/hpcarm/conf/NETBOOKPRO | 5 ++---
sys/arch/hpcarm/conf/WZERO3 | 5 ++---
sys/arch/i386/conf/XEN3_DOMU | 3 +--
sys/arch/mmeye/conf/GENERIC | 5 ++---
sys/arch/mmeye/conf/MMEYE_WLF | 5 ++---
sys/arch/sun2/conf/FOURMEG | 5 ++---
sys/arch/sun2/conf/VME | 5 ++---
sys/arch/sun3/conf/GENERIC | 5 ++---
sys/arch/sun3/conf/GENERIC3X | 5 ++---
sys/arch/vax/conf/INSTALL | 4 ++--
sys/arch/x68k/conf/INSTALL | 9 ++-------
48 files changed, 70 insertions(+), 121 deletions(-)
diffs (truncated from 1017 to 300 lines):
diff -r 3e125424c934 -r 8f9640ff7a33 sys/arch/acorn26/conf/GENERIC
--- a/sys/arch/acorn26/conf/GENERIC Wed Aug 12 07:13:14 2015 +0000
+++ b/sys/arch/acorn26/conf/GENERIC Wed Aug 12 07:53:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.81 2014/11/16 16:01:39 manu Exp $
+# $NetBSD: GENERIC,v 1.82 2015/08/12 07:53:56 maxv Exp $
#
# GENERIC machine description file
#
@@ -121,7 +121,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 NTP # Kernel PLL for ntpd(8).
options USERCONF # userconf(4) support
diff -r 3e125424c934 -r 8f9640ff7a33 sys/arch/acorn32/conf/EB7500ATX
--- a/sys/arch/acorn32/conf/EB7500ATX Wed Aug 12 07:13:14 2015 +0000
+++ b/sys/arch/acorn32/conf/EB7500ATX Wed Aug 12 07:53:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: EB7500ATX,v 1.57 2014/08/23 20:26:56 dholland Exp $
+# $NetBSD: EB7500ATX,v 1.58 2015/08/12 07:53:57 maxv Exp $
#
# EB7500ATX --- NetBSD/acorn32 complete configuration
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "EB7500ATX-$Revision: 1.57 $"
+#ident "EB7500ATX-$Revision: 1.58 $"
# estimated number of users
maxusers 32
@@ -130,7 +130,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 USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
diff -r 3e125424c934 -r 8f9640ff7a33 sys/arch/acorn32/conf/GENERIC
--- a/sys/arch/acorn32/conf/GENERIC Wed Aug 12 07:13:14 2015 +0000
+++ b/sys/arch/acorn32/conf/GENERIC Wed Aug 12 07:53:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.116 2014/11/16 16:01:40 manu Exp $
+# $NetBSD: GENERIC,v 1.117 2015/08/12 07:53:57 maxv Exp $
#
# GENERIC --- NetBSD/acorn32 complete configuration
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.116 $"
+#ident "GENERIC-$Revision: 1.117 $"
# estimated number of users
maxusers 32
@@ -139,7 +139,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 USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
diff -r 3e125424c934 -r 8f9640ff7a33 sys/arch/acorn32/conf/INSTALL
--- a/sys/arch/acorn32/conf/INSTALL Wed Aug 12 07:13:14 2015 +0000
+++ b/sys/arch/acorn32/conf/INSTALL Wed Aug 12 07:53:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.71 2014/08/23 20:26:56 dholland Exp $
+# $NetBSD: INSTALL,v 1.72 2015/08/12 07:53:57 maxv Exp $
#
# INSTALL -- NetBSD/acorn32 install configuration
#
@@ -22,7 +22,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "INSTALL-$Revision: 1.71 $"
+#ident "INSTALL-$Revision: 1.72 $"
# estimated number of users
maxusers 32
@@ -122,7 +122,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 USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
diff -r 3e125424c934 -r 8f9640ff7a33 sys/arch/acorn32/conf/LOWMEM_WSCONS
--- a/sys/arch/acorn32/conf/LOWMEM_WSCONS Wed Aug 12 07:13:14 2015 +0000
+++ b/sys/arch/acorn32/conf/LOWMEM_WSCONS Wed Aug 12 07:53:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: LOWMEM_WSCONS,v 1.66 2014/08/23 20:26:56 dholland Exp $
+# $NetBSD: LOWMEM_WSCONS,v 1.67 2015/08/12 07:53:57 maxv Exp $
#
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
#
@@ -101,7 +101,6 @@
# Miscellaneous kernel options
options KTRACE # system call tracing, a la ktrace(1)
options IRQSTATS # manage IRQ statistics
-options KMEMSTATS # kernel memory statistics
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
diff -r 3e125424c934 -r 8f9640ff7a33 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU Wed Aug 12 07:13:14 2015 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU Wed Aug 12 07:53:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.62 2015/07/16 15:43:10 bouyer Exp $
+# $NetBSD: XEN3_DOMU,v 1.63 2015/08/12 07:53:57 maxv Exp $
include "arch/amd64/conf/std.xen"
@@ -43,7 +43,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 3e125424c934 -r 8f9640ff7a33 sys/arch/amigappc/conf/GENERIC
--- a/sys/arch/amigappc/conf/GENERIC Wed Aug 12 07:13:14 2015 +0000
+++ b/sys/arch/amigappc/conf/GENERIC Wed Aug 12 07:53:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.24 2014/11/16 16:01:40 manu Exp $
+# $NetBSD: GENERIC,v 1.25 2015/08/12 07:53:57 maxv Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.24 $"
+#ident "GENERIC-$Revision: 1.25 $"
maxusers 8
@@ -66,7 +66,6 @@
#options DIAGNOSTIC # Extra kernel sanity checks
#options DEBUG # Enable misc. kernel debugging code
#options DEBUG_KERNEL_START
-#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 3e125424c934 -r 8f9640ff7a33 sys/arch/amigappc/conf/NULL
--- a/sys/arch/amigappc/conf/NULL Wed Aug 12 07:13:14 2015 +0000
+++ b/sys/arch/amigappc/conf/NULL Wed Aug 12 07:53:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NULL,v 1.45 2014/08/23 20:26:56 dholland Exp $
+# $NetBSD: NULL,v 1.46 2015/08/12 07:53:57 maxv Exp $
#
# NULL machine description file
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.45 $"
+#ident "GENERIC-$Revision: 1.46 $"
maxusers 8
@@ -50,7 +50,6 @@
#
options DIAGNOSTIC # Extra kernel sanity checks
options DEBUG # Enable misc. kernel debugging code
-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 3e125424c934 -r 8f9640ff7a33 sys/arch/arc/conf/ARCTIC
--- a/sys/arch/arc/conf/ARCTIC Wed Aug 12 07:13:14 2015 +0000
+++ b/sys/arch/arc/conf/ARCTIC Wed Aug 12 07:53:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ARCTIC,v 1.67 2014/08/23 20:26:56 dholland Exp $
+# $NetBSD: ARCTIC,v 1.68 2015/08/12 07:53:57 maxv Exp $
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
#
# configuration file for DeskStation
@@ -36,7 +36,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 3e125424c934 -r 8f9640ff7a33 sys/arch/arc/conf/MIMORI
--- a/sys/arch/arc/conf/MIMORI Wed Aug 12 07:13:14 2015 +0000
+++ b/sys/arch/arc/conf/MIMORI Wed Aug 12 07:53:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MIMORI,v 1.68 2014/08/23 20:26:56 dholland Exp $
+# $NetBSD: MIMORI,v 1.69 2015/08/12 07:53:57 maxv Exp $
# NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
#
# MIMORI -- My NEC RISCstation 2250 (ur)
@@ -31,7 +31,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 3e125424c934 -r 8f9640ff7a33 sys/arch/arc/conf/RPC44
--- a/sys/arch/arc/conf/RPC44 Wed Aug 12 07:13:14 2015 +0000
+++ b/sys/arch/arc/conf/RPC44 Wed Aug 12 07:53:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RPC44,v 1.49 2014/07/20 10:06:10 alnsn Exp $
+# $NetBSD: RPC44,v 1.50 2015/08/12 07:53:57 maxv Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.49 $"
+#ident "GENERIC-$Revision: 1.50 $"
maxusers 32 # estimated number of users
@@ -56,7 +56,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 3e125424c934 -r 8f9640ff7a33 sys/arch/cobalt/conf/INSTALL
--- a/sys/arch/cobalt/conf/INSTALL Wed Aug 12 07:13:14 2015 +0000
+++ b/sys/arch/cobalt/conf/INSTALL Wed Aug 12 07:53:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.57 2014/08/23 20:26:57 dholland Exp $
+# $NetBSD: INSTALL,v 1.58 2015/08/12 07:53:57 maxv Exp $
#
# INSTALL -- installation and rescue kernel.
#
@@ -10,7 +10,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "INSTALL-$Revision: 1.57 $"
+#ident "INSTALL-$Revision: 1.58 $"
makeoptions COPTS="-Os -mmemcpy"
makeoptions CPUFLAGS="-march=vr5000 -mabi=32"
@@ -39,7 +39,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 3e125424c934 -r 8f9640ff7a33 sys/arch/evbarm/conf/ARMADAXP
--- a/sys/arch/evbarm/conf/ARMADAXP Wed Aug 12 07:13:14 2015 +0000
+++ b/sys/arch/evbarm/conf/ARMADAXP Wed Aug 12 07:53:56 2015 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: ARMADAXP,v 1.16 2015/06/03 04:31:46 hsuenaga Exp $
+# $NetBSD: ARMADAXP,v 1.17 2015/08/12 07:53:57 maxv Exp $
#
# ARMADA XP DEV BOARD
#
@@ -117,7 +117,6 @@
# Miscellaneous kernel options
options KTRACE # system call tracing, a la ktrace(1)
-#options KMEMSTATS # kernel memory statistics
#options SCSIVERBOSE # Verbose SCSI errors
#options MIIVERBOSE # Verbose MII autoconfuration messages
#options DDB_KEYCODE=0x40
diff -r 3e125424c934 -r 8f9640ff7a33 sys/arch/evbarm/conf/ARMADILLO9
--- a/sys/arch/evbarm/conf/ARMADILLO9 Wed Aug 12 07:13:14 2015 +0000
+++ b/sys/arch/evbarm/conf/ARMADILLO9 Wed Aug 12 07:53:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ARMADILLO9,v 1.48 2014/08/23 20:26:57 dholland Exp $
+# $NetBSD: ARMADILLO9,v 1.49 2015/08/12 07:53:57 maxv Exp $
#
# ARMADILLO9 -- Atmark Techno, Armadillo-9
#
@@ -103,7 +103,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
Home |
Main Index |
Thread Index |
Old Index