Module Name:    src
Committed By:   szptvlfn
Date:           Mon Mar 24 14:15:38 UTC 2014

Modified Files:
        src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0 XEN3_DOMU
        src/sys/arch/amigappc/conf: GENERIC NULL
        src/sys/arch/bebox/conf: GENERIC
        src/sys/arch/evbarm/conf: MMNET_GENERIC MPCSA_GENERIC NETWALKER
        src/sys/arch/evbmips/conf: CPMBR1400
        src/sys/arch/evbsh3/conf: AP_MS104_SH4 T_SH7706LAN T_SH7706LSR
        src/sys/arch/ews4800mips/conf: GENERIC
        src/sys/arch/hpcsh/conf: GENERIC
        src/sys/arch/i386/conf: ALL GENERIC GENERIC_PS2TINY GENERIC_TINY
            INSTALL_FLOPPY INSTALL_TINY NET4501 XEN3_DOM0 XEN3_DOMU
        src/sys/arch/ia64/conf: GENERIC GENERIC.SKI
        src/sys/arch/iyonix/conf: GENERIC
        src/sys/arch/landisk/conf: GENERIC
        src/sys/arch/news68k/conf: GENERIC GENERIC_TINY NEWS1200
        src/sys/arch/sparc/conf: GENERIC INSTALL KRUPS MRCOFFEE TADPOLE3GX
        src/sys/arch/sparc64/conf: GENERIC NONPLUS64
        src/sys/arch/x68k/conf: GENERIC INSTALL

Log Message:
fix manual section numbering of sysctl.
  thanks wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.382 -r1.383 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.100 -r1.101 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/amd64/conf/XEN3_DOMU
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/amigappc/conf/GENERIC
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/amigappc/conf/NULL
cvs rdiff -u -r1.140 -r1.141 src/sys/arch/bebox/conf/GENERIC
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/conf/MMNET_GENERIC
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/evbarm/conf/MPCSA_GENERIC
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/conf/NETWALKER
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbmips/conf/CPMBR1400
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbsh3/conf/AP_MS104_SH4
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbsh3/conf/T_SH7706LAN
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbsh3/conf/T_SH7706LSR
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/ews4800mips/conf/GENERIC
cvs rdiff -u -r1.100 -r1.101 src/sys/arch/hpcsh/conf/GENERIC
cvs rdiff -u -r1.369 -r1.370 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1100 -r1.1101 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/i386/conf/GENERIC_PS2TINY
cvs rdiff -u -r1.137 -r1.138 src/sys/arch/i386/conf/GENERIC_TINY
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/i386/conf/INSTALL_FLOPPY
cvs rdiff -u -r1.139 -r1.140 src/sys/arch/i386/conf/INSTALL_TINY
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/i386/conf/NET4501
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/i386/conf/XEN3_DOMU
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/ia64/conf/GENERIC
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/ia64/conf/GENERIC.SKI
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/iyonix/conf/GENERIC
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/landisk/conf/GENERIC
cvs rdiff -u -r1.117 -r1.118 src/sys/arch/news68k/conf/GENERIC
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/news68k/conf/GENERIC_TINY
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/news68k/conf/NEWS1200
cvs rdiff -u -r1.242 -r1.243 src/sys/arch/sparc/conf/GENERIC
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/sparc/conf/INSTALL
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/sparc/conf/KRUPS
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/sparc/conf/MRCOFFEE
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/sparc/conf/TADPOLE3GX
cvs rdiff -u -r1.170 -r1.171 src/sys/arch/sparc64/conf/GENERIC
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/sparc64/conf/NONPLUS64
cvs rdiff -u -r1.171 -r1.172 src/sys/arch/x68k/conf/GENERIC
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/x68k/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.1 src/sys/arch/amd64/conf/ALL:1.2
--- src/sys/arch/amd64/conf/ALL:1.1	Thu Mar 20 20:40:09 2014
+++ src/sys/arch/amd64/conf/ALL	Mon Mar 24 14:15:37 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.1 2014/03/20 20:40:09 christos Exp $
+# $NetBSD: ALL,v 1.2 2014/03/24 14:15:37 szptvlfn Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.1 $"
+#ident 		"ALL-$Revision: 1.2 $"
 
 maxusers	64		# estimated number of users
 
@@ -113,7 +113,7 @@ options 	DEBUG		# expensive debugging ch
 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(8): `ddb.onpanic'
+options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 options 	DDB_VERBOSE_HELP
 options 	KGDB		# remote debugger

Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.382 src/sys/arch/amd64/conf/GENERIC:1.383
--- src/sys/arch/amd64/conf/GENERIC:1.382	Wed Mar 19 15:26:42 2014
+++ src/sys/arch/amd64/conf/GENERIC	Mon Mar 24 14:15:37 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.382 2014/03/19 15:26:42 nonaka Exp $
+# $NetBSD: GENERIC,v 1.383 2014/03/24 14:15:37 szptvlfn Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.382 $"
+#ident 		"GENERIC-$Revision: 1.383 $"
 
 maxusers	64		# estimated number of users
 
@@ -99,7 +99,7 @@ options 	DIAGNOSTIC	# expensive kernel c
 makeoptions	COPTS="-O2 -fno-omit-frame-pointer"
 options 	DDB		# in-kernel debugger
 #options	DDB_COMMANDONENTER="bt"	# execute command when ddb is entered
-#options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600

Index: src/sys/arch/amd64/conf/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.100 src/sys/arch/amd64/conf/XEN3_DOM0:1.101
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.100	Mon Feb 17 03:28:16 2014
+++ src/sys/arch/amd64/conf/XEN3_DOM0	Mon Mar 24 14:15:37 2014
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.100 2014/02/17 03:28:16 schmonz Exp $
+# $NetBSD: XEN3_DOM0,v 1.101 2014/03/24 14:15:37 szptvlfn Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
@@ -51,7 +51,7 @@ options 	DIAGNOSTIC	# expensive kernel c
 #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(8): `ddb.onpanic'
+options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600

Index: src/sys/arch/amd64/conf/XEN3_DOMU
diff -u src/sys/arch/amd64/conf/XEN3_DOMU:1.52 src/sys/arch/amd64/conf/XEN3_DOMU:1.53
--- src/sys/arch/amd64/conf/XEN3_DOMU:1.52	Sun Mar 16 18:04:56 2014
+++ src/sys/arch/amd64/conf/XEN3_DOMU	Mon Mar 24 14:15:37 2014
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.52 2014/03/16 18:04:56 jakllsch Exp $
+# $NetBSD: XEN3_DOMU,v 1.53 2014/03/24 14:15:37 szptvlfn Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
@@ -45,7 +45,7 @@ options 	DIAGNOSTIC	# expensive kernel c
 #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(8): `ddb.onpanic'
+options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600

Index: src/sys/arch/amigappc/conf/GENERIC
diff -u src/sys/arch/amigappc/conf/GENERIC:1.19 src/sys/arch/amigappc/conf/GENERIC:1.20
--- src/sys/arch/amigappc/conf/GENERIC:1.19	Sun Jun 30 21:38:55 2013
+++ src/sys/arch/amigappc/conf/GENERIC	Mon Mar 24 14:15:37 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.19 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: GENERIC,v 1.20 2014/03/24 14:15:37 szptvlfn Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include "arch/amigappc/conf/std.amigappc
 
 options 	INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident          "GENERIC-$Revision: 1.19 $"
+#ident          "GENERIC-$Revision: 1.20 $"
 
 maxusers	8
 
@@ -68,7 +68,7 @@ options 	SYSVSEM		# System V-like semaph
 #options 	DEBUG_KERNEL_START
 #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
 options 	DDB		# in-kernel debugger
-#options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
 #options 	SCSIDEBUG	# Add SCSI debugging statements
 #options 	SERCONSOLE	# console via Amiga serial port

Index: src/sys/arch/amigappc/conf/NULL
diff -u src/sys/arch/amigappc/conf/NULL:1.42 src/sys/arch/amigappc/conf/NULL:1.43
--- src/sys/arch/amigappc/conf/NULL:1.42	Sun Jun 30 21:38:55 2013
+++ src/sys/arch/amigappc/conf/NULL	Mon Mar 24 14:15:37 2014
@@ -1,4 +1,4 @@
-# $NetBSD: NULL,v 1.42 2013/06/30 21:38:55 rmind Exp $
+# $NetBSD: NULL,v 1.43 2014/03/24 14:15:37 szptvlfn Exp $
 #
 # NULL machine description file
 # 
@@ -7,7 +7,7 @@ include "arch/amigappc/conf/std.amigappc
 
 #options 	INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident          "GENERIC-$Revision: 1.42 $"
+#ident          "GENERIC-$Revision: 1.43 $"
 
 maxusers	8
 
@@ -52,7 +52,7 @@ options 	DIAGNOSTIC	# Extra kernel sanit
 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(8): `ddb.onpanic'
+options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
 options 	SCSIDEBUG	# Add SCSI debugging statements
 #options 	SERCONSOLE	# console via Amiga serial port

Index: src/sys/arch/bebox/conf/GENERIC
diff -u src/sys/arch/bebox/conf/GENERIC:1.140 src/sys/arch/bebox/conf/GENERIC:1.141
--- src/sys/arch/bebox/conf/GENERIC:1.140	Sun Jun 30 21:38:56 2013
+++ src/sys/arch/bebox/conf/GENERIC	Mon Mar 24 14:15:37 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.140 2013/06/30 21:38:56 rmind Exp $
+# $NetBSD: GENERIC,v 1.141 2014/03/24 14:15:37 szptvlfn Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/bebox/conf/std.bebox"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.140 $"
+#ident 		"GENERIC-$Revision: 1.141 $"
 
 maxusers	32
 
@@ -51,7 +51,7 @@ options 	SYSCTL_INCLUDE_DESCR	# Include 
 #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(8): `ddb.onpanic'
+options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
 #makeoptions	DEBUG="-g"
 

Index: src/sys/arch/evbarm/conf/MMNET_GENERIC
diff -u src/sys/arch/evbarm/conf/MMNET_GENERIC:1.16 src/sys/arch/evbarm/conf/MMNET_GENERIC:1.17
--- src/sys/arch/evbarm/conf/MMNET_GENERIC:1.16	Sun Jun 30 21:38:56 2013
+++ src/sys/arch/evbarm/conf/MMNET_GENERIC	Mon Mar 24 14:15:37 2014
@@ -1,4 +1,4 @@
-# $NetBSD: MMNET_GENERIC,v 1.16 2013/06/30 21:38:56 rmind Exp $
+# $NetBSD: MMNET_GENERIC,v 1.17 2014/03/24 14:15:37 szptvlfn Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include		"arch/evbarm/conf/std.mmnet"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.16 $"
+#ident 		"GENERIC-$Revision: 1.17 $"
 
 maxusers	32		# estimated number of users
 
@@ -82,7 +82,7 @@ options 	DIAGNOSTIC	# expensive kernel c
 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(8): `ddb.onpanic'
+options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600

Index: src/sys/arch/evbarm/conf/MPCSA_GENERIC
diff -u src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.39 src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.40
--- src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.39	Sun Jun 30 21:38:56 2013
+++ src/sys/arch/evbarm/conf/MPCSA_GENERIC	Mon Mar 24 14:15:37 2014
@@ -1,4 +1,4 @@
-# $NetBSD: MPCSA_GENERIC,v 1.39 2013/06/30 21:38:56 rmind Exp $
+# $NetBSD: MPCSA_GENERIC,v 1.40 2014/03/24 14:15:37 szptvlfn Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include		"arch/evbarm/conf/std.mpcsa"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.39 $"
+#ident 		"GENERIC-$Revision: 1.40 $"
 
 maxusers	32		# estimated number of users
 
@@ -82,7 +82,7 @@ options 	DIAGNOSTIC	# expensive kernel c
 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(8): `ddb.onpanic'
+options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600

Index: src/sys/arch/evbarm/conf/NETWALKER
diff -u src/sys/arch/evbarm/conf/NETWALKER:1.23 src/sys/arch/evbarm/conf/NETWALKER:1.24
--- src/sys/arch/evbarm/conf/NETWALKER:1.23	Fri Mar  7 12:35:14 2014
+++ src/sys/arch/evbarm/conf/NETWALKER	Mon Mar 24 14:15:37 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: NETWALKER,v 1.23 2014/03/07 12:35:14 hkenken Exp $
+#	$NetBSD: NETWALKER,v 1.24 2014/03/24 14:15:37 szptvlfn Exp $
 #
 #	NETWALKER -- http://www.sharp.co.jp/netwalker/
 #
@@ -132,7 +132,7 @@ options 	DIAGNOSTIC	# internally consist
 #options 	DEBUG
 #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
 options 	DDB		# in-kernel debugger
-options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
+options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
 options 	DDB_VERBOSE_HELP
 #options 	LOCKDEBUG

Index: src/sys/arch/evbmips/conf/CPMBR1400
diff -u src/sys/arch/evbmips/conf/CPMBR1400:1.14 src/sys/arch/evbmips/conf/CPMBR1400:1.15
--- src/sys/arch/evbmips/conf/CPMBR1400:1.14	Sun Jun 30 21:38:56 2013
+++ src/sys/arch/evbmips/conf/CPMBR1400	Mon Mar 24 14:15:37 2014
@@ -43,7 +43,7 @@ options 	DIAGNOSTIC	# expensive kernel c
 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(8): `ddb.onpanic'
+options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
 #options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	DDB_COMMANDONENTER="w/b 0x90000128 0 ; bt"	# disable watchdog & drop history on enter
 #options 	KGDB		# remote debugger

Index: src/sys/arch/evbsh3/conf/AP_MS104_SH4
diff -u src/sys/arch/evbsh3/conf/AP_MS104_SH4:1.5 src/sys/arch/evbsh3/conf/AP_MS104_SH4:1.6
--- src/sys/arch/evbsh3/conf/AP_MS104_SH4:1.5	Wed Oct 17 14:48:12 2012
+++ src/sys/arch/evbsh3/conf/AP_MS104_SH4	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: AP_MS104_SH4,v 1.5 2012/10/17 14:48:12 apb Exp $
+#	$NetBSD: AP_MS104_SH4,v 1.6 2014/03/24 14:15:38 szptvlfn Exp $
 #
 #	Alpha project AP-MS104-SH4 config file
 #
@@ -41,7 +41,7 @@ options 	DIAGNOSTIC	# expensive kernel c
 #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(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	DDB_VERBOSE_HELP
 #makeoptions    DEBUG="-g"      # compile full symbol table

Index: src/sys/arch/evbsh3/conf/T_SH7706LAN
diff -u src/sys/arch/evbsh3/conf/T_SH7706LAN:1.7 src/sys/arch/evbsh3/conf/T_SH7706LAN:1.8
--- src/sys/arch/evbsh3/conf/T_SH7706LAN:1.7	Sun Jun 30 21:38:56 2013
+++ src/sys/arch/evbsh3/conf/T_SH7706LAN	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: T_SH7706LAN,v 1.7 2013/06/30 21:38:56 rmind Exp $
+#	$NetBSD: T_SH7706LAN,v 1.8 2014/03/24 14:15:38 szptvlfn Exp $
 #
 #	TAC T-SH7706LAN Rev.3 config file
 #
@@ -35,7 +35,7 @@ options 	DIAGNOSTIC	# expensive kernel c
 #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(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	DDB_VERBOSE_HELP
 #makeoptions    DEBUG="-g"      # compile full symbol table

Index: src/sys/arch/evbsh3/conf/T_SH7706LSR
diff -u src/sys/arch/evbsh3/conf/T_SH7706LSR:1.9 src/sys/arch/evbsh3/conf/T_SH7706LSR:1.10
--- src/sys/arch/evbsh3/conf/T_SH7706LSR:1.9	Sun Jun 30 21:38:56 2013
+++ src/sys/arch/evbsh3/conf/T_SH7706LSR	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: T_SH7706LSR,v 1.9 2013/06/30 21:38:56 rmind Exp $
+#	$NetBSD: T_SH7706LSR,v 1.10 2014/03/24 14:15:38 szptvlfn Exp $
 #
 #	TAC T-SH7706LSR Rev.1 config file
 #
@@ -35,7 +35,7 @@ options 	DIAGNOSTIC	# expensive kernel c
 #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(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	DDB_VERBOSE_HELP
 #makeoptions    DEBUG="-g"      # compile full symbol table

Index: src/sys/arch/ews4800mips/conf/GENERIC
diff -u src/sys/arch/ews4800mips/conf/GENERIC:1.45 src/sys/arch/ews4800mips/conf/GENERIC:1.46
--- src/sys/arch/ews4800mips/conf/GENERIC:1.45	Sun Jun 30 21:38:56 2013
+++ src/sys/arch/ews4800mips/conf/GENERIC	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.45 2013/06/30 21:38:56 rmind Exp $
+# $NetBSD: GENERIC,v 1.46 2014/03/24 14:15:38 szptvlfn Exp $
 #
 # GENERIC machine description file
 # This machine description file is used to generate the default NetBSD
@@ -25,7 +25,7 @@ include 	"arch/ews4800mips/conf/std.ews4
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.45 $"
+#ident		"GENERIC-$Revision: 1.46 $"
 
 maxusers	16
 
@@ -66,7 +66,7 @@ options 	SYSCTL_INCLUDE_DESCR	# Include 
 #options 	DEBUG		# extra kernel debugging support
 #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
 options 	DDB		# in-kernel debugger
-#options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 #options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #makeoptions	DEBUG="-g"	# compile full symbol table
 

Index: src/sys/arch/hpcsh/conf/GENERIC
diff -u src/sys/arch/hpcsh/conf/GENERIC:1.100 src/sys/arch/hpcsh/conf/GENERIC:1.101
--- src/sys/arch/hpcsh/conf/GENERIC:1.100	Sun Jun 30 21:38:57 2013
+++ src/sys/arch/hpcsh/conf/GENERIC	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.100 2013/06/30 21:38:57 rmind Exp $
+# $NetBSD: GENERIC,v 1.101 2014/03/24 14:15:38 szptvlfn Exp $
 #
 # GENERIC machine description file
 #
@@ -88,7 +88,7 @@ options 	SYSCTL_INCLUDE_DESCR	# Include 
 #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(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 #options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVRATE=19200

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.369 src/sys/arch/i386/conf/ALL:1.370
--- src/sys/arch/i386/conf/ALL:1.369	Wed Mar 19 15:26:42 2014
+++ src/sys/arch/i386/conf/ALL	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.369 2014/03/19 15:26:42 nonaka Exp $
+# $NetBSD: ALL,v 1.370 2014/03/24 14:15:38 szptvlfn Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.369 $"
+#ident 		"ALL-$Revision: 1.370 $"
 
 maxusers	64		# estimated number of users
 
@@ -114,7 +114,7 @@ options 	DEBUG		# expensive debugging ch
 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(8): `ddb.onpanic'
+options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 options 	DDB_VERBOSE_HELP
 options 	KGDB		# remote debugger

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1100 src/sys/arch/i386/conf/GENERIC:1.1101
--- src/sys/arch/i386/conf/GENERIC:1.1100	Wed Mar 19 15:26:42 2014
+++ src/sys/arch/i386/conf/GENERIC	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1100 2014/03/19 15:26:42 nonaka Exp $
+# $NetBSD: GENERIC,v 1.1101 2014/03/24 14:15:38 szptvlfn Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1100 $"
+#ident 		"GENERIC-$Revision: 1.1101 $"
 
 maxusers	64		# estimated number of users
 
@@ -113,7 +113,7 @@ options 	DIAGNOSTIC	# expensive kernel c
 #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(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	DDB_VERBOSE_HELP
 #options 	KGDB		# remote debugger

Index: src/sys/arch/i386/conf/GENERIC_PS2TINY
diff -u src/sys/arch/i386/conf/GENERIC_PS2TINY:1.71 src/sys/arch/i386/conf/GENERIC_PS2TINY:1.72
--- src/sys/arch/i386/conf/GENERIC_PS2TINY:1.71	Sun Jan 26 19:16:16 2014
+++ src/sys/arch/i386/conf/GENERIC_PS2TINY	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC_PS2TINY,v 1.71 2014/01/26 19:16:16 dsl Exp $
+#	$NetBSD: GENERIC_PS2TINY,v 1.72 2014/03/24 14:15:38 szptvlfn Exp $
 #
 #	GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains
 #	IBM PS/2 related stuff and has been generally trimmed down somewhat,
@@ -59,7 +59,7 @@ options 	USERCONF	# userconf(4) support
 #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(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600

Index: src/sys/arch/i386/conf/GENERIC_TINY
diff -u src/sys/arch/i386/conf/GENERIC_TINY:1.137 src/sys/arch/i386/conf/GENERIC_TINY:1.138
--- src/sys/arch/i386/conf/GENERIC_TINY:1.137	Sun Jan 26 19:16:16 2014
+++ src/sys/arch/i386/conf/GENERIC_TINY	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC_TINY,v 1.137 2014/01/26 19:16:16 dsl Exp $
+#	$NetBSD: GENERIC_TINY,v 1.138 2014/03/24 14:15:38 szptvlfn Exp $
 #
 #	GENERIC_TINY -- suitable default for 4M machines
 #			No EISA, PCI, or SCSI.
@@ -51,7 +51,7 @@ options 	PIPE_SOCKETPAIR	# smaller, but 
 #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(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 #options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600

Index: src/sys/arch/i386/conf/INSTALL_FLOPPY
diff -u src/sys/arch/i386/conf/INSTALL_FLOPPY:1.22 src/sys/arch/i386/conf/INSTALL_FLOPPY:1.23
--- src/sys/arch/i386/conf/INSTALL_FLOPPY:1.22	Sun Jan 26 19:16:16 2014
+++ src/sys/arch/i386/conf/INSTALL_FLOPPY	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL_FLOPPY,v 1.22 2014/01/26 19:16:16 dsl Exp $
+#	$NetBSD: INSTALL_FLOPPY,v 1.23 2014/03/24 14:15:38 szptvlfn Exp $
 #
 #	INSTALL - Installation kernel.
 #
@@ -71,7 +71,7 @@ no options 	PTRACE		# Include ptrace(2)
 #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(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 #options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600

Index: src/sys/arch/i386/conf/INSTALL_TINY
diff -u src/sys/arch/i386/conf/INSTALL_TINY:1.139 src/sys/arch/i386/conf/INSTALL_TINY:1.140
--- src/sys/arch/i386/conf/INSTALL_TINY:1.139	Sun Jan 26 19:16:16 2014
+++ src/sys/arch/i386/conf/INSTALL_TINY	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL_TINY,v 1.139 2014/01/26 19:16:16 dsl Exp $
+#	$NetBSD: INSTALL_TINY,v 1.140 2014/03/24 14:15:38 szptvlfn Exp $
 #
 #	This kernel should be derived from INSTALL (which is derived
 #	from GENERIC) with some features commented out.
@@ -60,7 +60,7 @@ no options 	EXEC_AOUT	# we don't a.out s
 #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(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 #options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600

Index: src/sys/arch/i386/conf/NET4501
diff -u src/sys/arch/i386/conf/NET4501:1.83 src/sys/arch/i386/conf/NET4501:1.84
--- src/sys/arch/i386/conf/NET4501:1.83	Sun Jan 26 19:16:16 2014
+++ src/sys/arch/i386/conf/NET4501	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: NET4501,v 1.83 2014/01/26 19:16:16 dsl Exp $
+# $NetBSD: NET4501,v 1.84 2014/03/24 14:15:38 szptvlfn Exp $
 #
 # NET4501 -- kernel configuration for a Soekris Engineering net4501
 # single-board computer.
@@ -10,7 +10,7 @@ include 	"arch/i386/conf/std.i386"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"NET4501-$Revision: 1.83 $"
+#ident 		"NET4501-$Revision: 1.84 $"
 
 maxusers	32		# estimated number of users
 
@@ -70,7 +70,7 @@ options 	USERCONF	# userconf(4) support
 #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(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600

Index: src/sys/arch/i386/conf/XEN3_DOM0
diff -u src/sys/arch/i386/conf/XEN3_DOM0:1.82 src/sys/arch/i386/conf/XEN3_DOM0:1.83
--- src/sys/arch/i386/conf/XEN3_DOM0:1.82	Mon Feb 17 03:28:16 2014
+++ src/sys/arch/i386/conf/XEN3_DOM0	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: XEN3_DOM0,v 1.82 2014/02/17 03:28:16 schmonz Exp $
+#	$NetBSD: XEN3_DOM0,v 1.83 2014/03/24 14:15:38 szptvlfn Exp $
 #
 #	XEN3_0: Xen 3.0 domain0 kernel
 
@@ -67,7 +67,7 @@ options 	DIAGNOSTIC	# expensive kernel c
 #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(8): `ddb.onpanic'
+options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600

Index: src/sys/arch/i386/conf/XEN3_DOMU
diff -u src/sys/arch/i386/conf/XEN3_DOMU:1.57 src/sys/arch/i386/conf/XEN3_DOMU:1.58
--- src/sys/arch/i386/conf/XEN3_DOMU:1.57	Sun Mar 16 18:04:56 2014
+++ src/sys/arch/i386/conf/XEN3_DOMU	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.57 2014/03/16 18:04:56 jakllsch Exp $
+# $NetBSD: XEN3_DOMU,v 1.58 2014/03/24 14:15:38 szptvlfn Exp $
 
 include 	"arch/xen/conf/std.xen"
 
@@ -53,7 +53,7 @@ options 	DIAGNOSTIC	# expensive kernel c
 #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(8): `ddb.onpanic'
+options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600

Index: src/sys/arch/ia64/conf/GENERIC
diff -u src/sys/arch/ia64/conf/GENERIC:1.5 src/sys/arch/ia64/conf/GENERIC:1.6
--- src/sys/arch/ia64/conf/GENERIC:1.5	Sat Apr 28 23:03:40 2012
+++ src/sys/arch/ia64/conf/GENERIC	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.5 2012/04/28 23:03:40 rmind Exp $
+# $NetBSD: GENERIC,v 1.6 2014/03/24 14:15:38 szptvlfn Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/ia64/conf/std.ia64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.5 $"
+#ident 		"GENERIC-$Revision: 1.6 $"
 
 maxusers	32		# estimated number of users
 
@@ -41,7 +41,7 @@ options 	DEBUG		# expensive debugging ch
 #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(8): `ddb.onpanic'
+options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600

Index: src/sys/arch/ia64/conf/GENERIC.SKI
diff -u src/sys/arch/ia64/conf/GENERIC.SKI:1.10 src/sys/arch/ia64/conf/GENERIC.SKI:1.11
--- src/sys/arch/ia64/conf/GENERIC.SKI:1.10	Sat Apr 27 22:21:15 2013
+++ src/sys/arch/ia64/conf/GENERIC.SKI	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.SKI,v 1.10 2013/04/27 22:21:15 christos Exp $
+# $NetBSD: GENERIC.SKI,v 1.11 2014/03/24 14:15:38 szptvlfn Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/ia64/conf/std.ia64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.10 $"
+#ident 		"GENERIC-$Revision: 1.11 $"
 
 maxusers	32		# estimated number of users
 
@@ -40,7 +40,7 @@ options 	DIAGNOSTIC	# expensive kernel c
 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(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 #options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600

Index: src/sys/arch/iyonix/conf/GENERIC
diff -u src/sys/arch/iyonix/conf/GENERIC:1.81 src/sys/arch/iyonix/conf/GENERIC:1.82
--- src/sys/arch/iyonix/conf/GENERIC:1.81	Mon Aug 12 21:15:56 2013
+++ src/sys/arch/iyonix/conf/GENERIC	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.81 2013/08/12 21:15:56 matt Exp $
+#	$NetBSD: GENERIC,v 1.82 2014/03/24 14:15:38 szptvlfn Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/iyonix/conf/std.iyonix"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.81 $"
+#ident 		"GENERIC-$Revision: 1.82 $"
 
 maxusers	32		# estimated number of users
 
@@ -80,7 +80,7 @@ options 	USERCONF	# userconf(4) support
 #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(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	DDB_KEYCODE=0x40
 #options 	KGDB		# remote debugger

Index: src/sys/arch/landisk/conf/GENERIC
diff -u src/sys/arch/landisk/conf/GENERIC:1.39 src/sys/arch/landisk/conf/GENERIC:1.40
--- src/sys/arch/landisk/conf/GENERIC:1.39	Sun Jun 30 21:38:57 2013
+++ src/sys/arch/landisk/conf/GENERIC	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.39 2013/06/30 21:38:57 rmind Exp $
+# $NetBSD: GENERIC,v 1.40 2014/03/24 14:15:38 szptvlfn Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include		"arch/landisk/conf/std.landisk"
 
 options         INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident          "GENERIC-$Revision: 1.39 $"
+#ident          "GENERIC-$Revision: 1.40 $"
 
 maxusers	16		# estimated number of users
 
@@ -74,7 +74,7 @@ options 	SYSCTL_INCLUDE_DESCR	# Include 
 #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(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
 options 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
 #makeoptions	DEBUG="-g -fno-omit-frame-pointer"
 

Index: src/sys/arch/news68k/conf/GENERIC
diff -u src/sys/arch/news68k/conf/GENERIC:1.117 src/sys/arch/news68k/conf/GENERIC:1.118
--- src/sys/arch/news68k/conf/GENERIC:1.117	Sun Jun 30 21:38:58 2013
+++ src/sys/arch/news68k/conf/GENERIC	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.117 2013/06/30 21:38:58 rmind Exp $
+# $NetBSD: GENERIC,v 1.118 2014/03/24 14:15:38 szptvlfn Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include		"arch/news68k/conf/std.news68k"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.117 $"
+#ident 		"GENERIC-$Revision: 1.118 $"
 
 maxusers	8
 
@@ -55,7 +55,7 @@ options 	SYSCTL_INCLUDE_DESCR	# Include 
 #options 	KMEMSTATS		# kernel memory statistics (vmstat -m)
 options 	DDB			# kernel dynamic debugger
 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
-#options 	DDB_ONPANIC=1		# see also sysctl(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
 options 	SCSIVERBOSE		# Verbose SCSI errors
 #options 	SCSIDEBUG		# extra SCSI debugging support
 #makeoptions	DEBUG="-g"		# compile full symbol table

Index: src/sys/arch/news68k/conf/GENERIC_TINY
diff -u src/sys/arch/news68k/conf/GENERIC_TINY:1.78 src/sys/arch/news68k/conf/GENERIC_TINY:1.79
--- src/sys/arch/news68k/conf/GENERIC_TINY:1.78	Sun Jun 30 21:38:58 2013
+++ src/sys/arch/news68k/conf/GENERIC_TINY	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# 	$NetBSD: GENERIC_TINY,v 1.78 2013/06/30 21:38:58 rmind Exp $
+# 	$NetBSD: GENERIC_TINY,v 1.79 2014/03/24 14:15:38 szptvlfn Exp $
 
 #	news68k GENERIC config file for low memory machines;
 #
@@ -6,7 +6,7 @@ include		"arch/news68k/conf/std.news68k"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC_TINY-$Revision: 1.78 $"
+#ident 		"GENERIC_TINY-$Revision: 1.79 $"
 
 maxusers	4
 
@@ -36,7 +36,7 @@ options 	PIPE_SOCKETPAIR		# smaller, but
 #options 	KMEMSTATS		# kernel memory statistics (vmstat -m)
 #options 	DDB			# kernel dynamic debugger
 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
-#options 	DDB_ONPANIC=1		# see also sysctl(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
 #options 	SCSIVERBOSE		# Verbose SCSI errors
 #options 	SCSIDEBUG		# extra SCSI debugging support
 #makeoptions	DEBUG="-g"		# compile full symbol table

Index: src/sys/arch/news68k/conf/NEWS1200
diff -u src/sys/arch/news68k/conf/NEWS1200:1.59 src/sys/arch/news68k/conf/NEWS1200:1.60
--- src/sys/arch/news68k/conf/NEWS1200:1.59	Sun Jun 30 21:38:58 2013
+++ src/sys/arch/news68k/conf/NEWS1200	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# 	$NetBSD: NEWS1200,v 1.59 2013/06/30 21:38:58 rmind Exp $
+# 	$NetBSD: NEWS1200,v 1.60 2014/03/24 14:15:38 szptvlfn Exp $
 
 #	news1200 config file
 #
@@ -28,7 +28,7 @@ options 	DIAGNOSTIC		# extra kernel sani
 #options 	KMEMSTATS		# kernel memory statistics (vmstat -m)
 options 	DDB			# kernel dynamic debugger
 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
-#options 	DDB_ONPANIC=1		# see also sysctl(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
 #options 	SCSIVERBOSE		# Verbose SCSI errors
 #options 	SCSIDEBUG		# extra SCSI debugging support
 #makeoptions	DEBUG="-g"		# compile full symbol table

Index: src/sys/arch/sparc/conf/GENERIC
diff -u src/sys/arch/sparc/conf/GENERIC:1.242 src/sys/arch/sparc/conf/GENERIC:1.243
--- src/sys/arch/sparc/conf/GENERIC:1.242	Sun Jun 30 21:38:58 2013
+++ src/sys/arch/sparc/conf/GENERIC	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.242 2013/06/30 21:38:58 rmind Exp $
+# $NetBSD: GENERIC,v 1.243 2014/03/24 14:15:38 szptvlfn Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include 	"arch/sparc/conf/std.sparc"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.242 $"
+#ident 		"GENERIC-$Revision: 1.243 $"
 
 maxusers	32
 
@@ -114,7 +114,7 @@ options 	NFS_BOOT_DHCP
 ## intercept.  DDB_HISTORY_SIZE adds up/down arrow command history.
 options 	DDB			# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
-#options 	DDB_ONPANIC=1		# see also sysctl(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
 
 ## You may also use gdb, on another computer connected to this machine over
 ## a serial port.  Both KGDB_DEV and KGDB_DEVRATE should be specified;

Index: src/sys/arch/sparc/conf/INSTALL
diff -u src/sys/arch/sparc/conf/INSTALL:1.88 src/sys/arch/sparc/conf/INSTALL:1.89
--- src/sys/arch/sparc/conf/INSTALL:1.88	Sun Jun 30 21:38:58 2013
+++ src/sys/arch/sparc/conf/INSTALL	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.88 2013/06/30 21:38:58 rmind Exp $
+#	$NetBSD: INSTALL,v 1.89 2014/03/24 14:15:38 szptvlfn Exp $
 #
 # from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
 #
@@ -98,7 +98,7 @@ options 	NFS_BOOT_DHCP
 ## intercept.  DDB_HISTORY_SIZE adds up/down arrow command history.
 #options 	DDB			# kernel dynamic debugger
 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
-#options 	DDB_ONPANIC=1		# see also sysctl(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
 
 ## You may also use gdb, on another computer connected to this machine over
 ## a serial port.  Both KGDB_DEV and KGDB_DEVRATE should be specified;

Index: src/sys/arch/sparc/conf/KRUPS
diff -u src/sys/arch/sparc/conf/KRUPS:1.65 src/sys/arch/sparc/conf/KRUPS:1.66
--- src/sys/arch/sparc/conf/KRUPS:1.65	Sun Jun 30 21:38:58 2013
+++ src/sys/arch/sparc/conf/KRUPS	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: KRUPS,v 1.65 2013/06/30 21:38:58 rmind Exp $
+# $NetBSD: KRUPS,v 1.66 2014/03/24 14:15:38 szptvlfn Exp $
 # From: NetBSD: GENERIC,v 1.197 2006/12/04 23:43:35 elad Exp
 #
 # Krups (JavaStation-NC) machine description file
@@ -8,7 +8,7 @@ include 	"arch/sparc/conf/std.sparc"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"KRUPS-$Revision: 1.65 $"
+#ident 		"KRUPS-$Revision: 1.66 $"
 
 maxusers	32
 
@@ -116,7 +116,7 @@ options 	FONT_GALLANT12x22		# PROM font 
 ## intercept.  DDB_HISTORY_SIZE adds up/down arrow command history.
 options 	DDB			# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
-#options 	DDB_ONPANIC=1		# see also sysctl(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
 
 ## You may also use gdb, on another computer connected to this machine over
 ## a serial port.  Both KGDB_DEV and KGDB_DEVRATE should be specified;

Index: src/sys/arch/sparc/conf/MRCOFFEE
diff -u src/sys/arch/sparc/conf/MRCOFFEE:1.44 src/sys/arch/sparc/conf/MRCOFFEE:1.45
--- src/sys/arch/sparc/conf/MRCOFFEE:1.44	Sun Jun 30 21:38:58 2013
+++ src/sys/arch/sparc/conf/MRCOFFEE	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: MRCOFFEE,v 1.44 2013/06/30 21:38:58 rmind Exp $
+# $NetBSD: MRCOFFEE,v 1.45 2014/03/24 14:15:38 szptvlfn Exp $
 # From: NetBSD: GENERIC,v 1.197 2006/12/04 23:43:35 elad Exp
 #
 # Mr.Coffee (JavaStation 1) machine description file
@@ -12,7 +12,7 @@ include 	"arch/sparc/conf/std.sparc"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"MRCOFFEE-$Revision: 1.44 $"
+#ident 		"MRCOFFEE-$Revision: 1.45 $"
 
 maxusers	32
 
@@ -93,7 +93,7 @@ options 	NFS_BOOT_DHCP
 ## intercept.  DDB_HISTORY_SIZE adds up/down arrow command history.
 options 	DDB			# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
-#options 	DDB_ONPANIC=1		# see also sysctl(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
 
 ## You may also use gdb, on another computer connected to this machine over
 ## a serial port.  Both KGDB_DEV and KGDB_DEVRATE should be specified;

Index: src/sys/arch/sparc/conf/TADPOLE3GX
diff -u src/sys/arch/sparc/conf/TADPOLE3GX:1.60 src/sys/arch/sparc/conf/TADPOLE3GX:1.61
--- src/sys/arch/sparc/conf/TADPOLE3GX:1.60	Sun Jun 30 21:38:58 2013
+++ src/sys/arch/sparc/conf/TADPOLE3GX	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# 	$NetBSD: TADPOLE3GX,v 1.60 2013/06/30 21:38:58 rmind Exp $
+# 	$NetBSD: TADPOLE3GX,v 1.61 2014/03/24 14:15:38 szptvlfn Exp $
 
 include "arch/sparc/conf/std.sparc"
 
@@ -81,7 +81,7 @@ options 	NFS_BOOT_DHCP
 ## intercept.  DDB_HISTORY_SIZE adds up/down arrow command history.
 options 	DDB			# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
-#options 	DDB_ONPANIC=1		# see also sysctl(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
 
 ## You may also use gdb, on another computer connected to this machine over
 ## a serial port.  Both KGDB_DEV and KGDB_DEVRATE should be specified;

Index: src/sys/arch/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.170 src/sys/arch/sparc64/conf/GENERIC:1.171
--- src/sys/arch/sparc64/conf/GENERIC:1.170	Mon Dec 16 20:17:34 2013
+++ src/sys/arch/sparc64/conf/GENERIC	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.170 2013/12/16 20:17:34 palle Exp $
+# $NetBSD: GENERIC,v 1.171 2014/03/24 14:15:38 szptvlfn Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/sparc64/conf/std.sparc64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.170 $"
+#ident 		"GENERIC-$Revision: 1.171 $"
 
 maxusers	64
 
@@ -86,7 +86,7 @@ options 	NFS_BOOT_DHCP
 options 	DDB			# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
 options 	DDB_VERBOSE_HELP	# enable verbose online help
-#options 	DDB_ONPANIC=1		# see also sysctl(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
 
 ## You may also use gdb, on another computer connected to this machine over
 ## a serial port.

Index: src/sys/arch/sparc64/conf/NONPLUS64
diff -u src/sys/arch/sparc64/conf/NONPLUS64:1.40 src/sys/arch/sparc64/conf/NONPLUS64:1.41
--- src/sys/arch/sparc64/conf/NONPLUS64:1.40	Sun Jun 30 21:38:59 2013
+++ src/sys/arch/sparc64/conf/NONPLUS64	Mon Mar 24 14:15:38 2014
@@ -1,8 +1,8 @@
-# 	$NetBSD: NONPLUS64,v 1.40 2013/06/30 21:38:59 rmind Exp $
+# 	$NetBSD: NONPLUS64,v 1.41 2014/03/24 14:15:38 szptvlfn Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
-#ident		"NONPLUS64-$Revision: 1.40 $"
+#ident		"NONPLUS64-$Revision: 1.41 $"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
@@ -61,7 +61,7 @@ options 	NFS_BOOT_BOOTPARAM
 ## intercept.  DDB_HISTORY_SIZE adds up/down arrow command history.
 options 	DDB			# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
-options 	DDB_ONPANIC=1		# see also sysctl(8): `ddb.onpanic'
+options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
 
 ## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
 ## such that gdb(1) can be used on a kernel coredump.

Index: src/sys/arch/x68k/conf/GENERIC
diff -u src/sys/arch/x68k/conf/GENERIC:1.171 src/sys/arch/x68k/conf/GENERIC:1.172
--- src/sys/arch/x68k/conf/GENERIC:1.171	Wed Mar  5 16:02:29 2014
+++ src/sys/arch/x68k/conf/GENERIC	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.171 2014/03/05 16:02:29 isaki Exp $
+# $NetBSD: GENERIC,v 1.172 2014/03/24 14:15:38 szptvlfn Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include 	"arch/x68k/conf/std.x68k"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.171 $"
+#ident 		"GENERIC-$Revision: 1.172 $"
 
 maxusers	8
 
@@ -101,7 +101,7 @@ options 	NFS_BOOT_DHCP
 ## intercept.  DDB_HISTORY_SIZE adds up/down arrow command history.
 options 	DDB			# kernel dynamic debugger
 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
-#options 	DDB_ONPANIC=1		# see also sysctl(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
 #options 	PANICBUTTON		# interrupt switch invokes DDB
 
 ## You may also use gdb, on another computer connected to this machine over

Index: src/sys/arch/x68k/conf/INSTALL
diff -u src/sys/arch/x68k/conf/INSTALL:1.104 src/sys/arch/x68k/conf/INSTALL:1.105
--- src/sys/arch/x68k/conf/INSTALL:1.104	Wed Mar  5 16:02:29 2014
+++ src/sys/arch/x68k/conf/INSTALL	Mon Mar 24 14:15:38 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.104 2014/03/05 16:02:29 isaki Exp $
+#	$NetBSD: INSTALL,v 1.105 2014/03/24 14:15:38 szptvlfn Exp $
 
 #
 #	INSTALL -- installation kernel.
@@ -8,7 +8,7 @@ include "arch/x68k/conf/std.x68k"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"INSTALL-$Revision: 1.104 $"
+#ident 		"INSTALL-$Revision: 1.105 $"
 
 makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
 
@@ -90,7 +90,7 @@ options 	PIPE_SOCKETPAIR		# smaller, but
 ## intercept.  DDB_HISTORY_SIZE adds up/down arrow command history.
 #options 	DDB			# kernel dynamic debugger
 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
-#options 	DDB_ONPANIC=1		# see also sysctl(8): `ddb.onpanic'
+#options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
 #options 	PANICBUTTON		# interrupt switch invokes DDB
 
 ## You may also use gdb, on another computer connected to this machine over

Reply via email to