Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch fix manual section numbering of sysctl.
details: https://anonhg.NetBSD.org/src/rev/edacffaa3dd7
branches: trunk
changeset: 328032:edacffaa3dd7
user: szptvlfn <szptvlfn%NetBSD.org@localhost>
date: Mon Mar 24 14:15:37 2014 +0000
description:
fix manual section numbering of sysctl.
thanks wiz@
diffstat:
sys/arch/amd64/conf/ALL | 6 +++---
sys/arch/amd64/conf/GENERIC | 6 +++---
sys/arch/amd64/conf/XEN3_DOM0 | 4 ++--
sys/arch/amd64/conf/XEN3_DOMU | 4 ++--
sys/arch/amigappc/conf/GENERIC | 6 +++---
sys/arch/amigappc/conf/NULL | 6 +++---
sys/arch/bebox/conf/GENERIC | 6 +++---
sys/arch/evbarm/conf/MMNET_GENERIC | 6 +++---
sys/arch/evbarm/conf/MPCSA_GENERIC | 6 +++---
sys/arch/evbarm/conf/NETWALKER | 4 ++--
sys/arch/evbmips/conf/CPMBR1400 | 2 +-
sys/arch/evbsh3/conf/AP_MS104_SH4 | 4 ++--
sys/arch/evbsh3/conf/T_SH7706LAN | 4 ++--
sys/arch/evbsh3/conf/T_SH7706LSR | 4 ++--
sys/arch/ews4800mips/conf/GENERIC | 6 +++---
sys/arch/hpcsh/conf/GENERIC | 4 ++--
sys/arch/i386/conf/ALL | 6 +++---
sys/arch/i386/conf/GENERIC | 6 +++---
sys/arch/i386/conf/GENERIC_PS2TINY | 4 ++--
sys/arch/i386/conf/GENERIC_TINY | 4 ++--
sys/arch/i386/conf/INSTALL_FLOPPY | 4 ++--
sys/arch/i386/conf/INSTALL_TINY | 4 ++--
sys/arch/i386/conf/NET4501 | 6 +++---
sys/arch/i386/conf/XEN3_DOM0 | 4 ++--
sys/arch/i386/conf/XEN3_DOMU | 4 ++--
sys/arch/ia64/conf/GENERIC | 6 +++---
sys/arch/ia64/conf/GENERIC.SKI | 6 +++---
sys/arch/iyonix/conf/GENERIC | 6 +++---
sys/arch/landisk/conf/GENERIC | 6 +++---
sys/arch/news68k/conf/GENERIC | 6 +++---
sys/arch/news68k/conf/GENERIC_TINY | 6 +++---
sys/arch/news68k/conf/NEWS1200 | 4 ++--
sys/arch/sparc/conf/GENERIC | 6 +++---
sys/arch/sparc/conf/INSTALL | 4 ++--
sys/arch/sparc/conf/KRUPS | 6 +++---
sys/arch/sparc/conf/MRCOFFEE | 6 +++---
sys/arch/sparc/conf/TADPOLE3GX | 4 ++--
sys/arch/sparc64/conf/GENERIC | 6 +++---
sys/arch/sparc64/conf/NONPLUS64 | 6 +++---
sys/arch/x68k/conf/GENERIC | 6 +++---
sys/arch/x68k/conf/INSTALL | 6 +++---
41 files changed, 105 insertions(+), 105 deletions(-)
diffs (truncated from 944 to 300 lines):
diff -r 58e32ffe95e2 -r edacffaa3dd7 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL Mon Mar 24 13:42:40 2014 +0000
+++ b/sys/arch/amd64/conf/ALL Mon Mar 24 14:15:37 2014 +0000
@@ -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 @@
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 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
diff -r 58e32ffe95e2 -r edacffaa3dd7 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Mon Mar 24 13:42:40 2014 +0000
+++ b/sys/arch/amd64/conf/GENERIC Mon Mar 24 14:15:37 2014 +0000
@@ -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 @@
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 @@
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
diff -r 58e32ffe95e2 -r edacffaa3dd7 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0 Mon Mar 24 13:42:40 2014 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0 Mon Mar 24 14:15:37 2014 +0000
@@ -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 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
diff -r 58e32ffe95e2 -r edacffaa3dd7 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU Mon Mar 24 13:42:40 2014 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU Mon Mar 24 14:15:37 2014 +0000
@@ -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 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
diff -r 58e32ffe95e2 -r edacffaa3dd7 sys/arch/amigappc/conf/GENERIC
--- a/sys/arch/amigappc/conf/GENERIC Mon Mar 24 13:42:40 2014 +0000
+++ b/sys/arch/amigappc/conf/GENERIC Mon Mar 24 14:15:37 2014 +0000
@@ -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 @@
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 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
diff -r 58e32ffe95e2 -r edacffaa3dd7 sys/arch/amigappc/conf/NULL
--- a/sys/arch/amigappc/conf/NULL Mon Mar 24 13:42:40 2014 +0000
+++ b/sys/arch/amigappc/conf/NULL Mon Mar 24 14:15:37 2014 +0000
@@ -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 @@
#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 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
diff -r 58e32ffe95e2 -r edacffaa3dd7 sys/arch/bebox/conf/GENERIC
--- a/sys/arch/bebox/conf/GENERIC Mon Mar 24 13:42:40 2014 +0000
+++ b/sys/arch/bebox/conf/GENERIC Mon Mar 24 14:15:37 2014 +0000
@@ -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 @@
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 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"
diff -r 58e32ffe95e2 -r edacffaa3dd7 sys/arch/evbarm/conf/MMNET_GENERIC
--- a/sys/arch/evbarm/conf/MMNET_GENERIC Mon Mar 24 13:42:40 2014 +0000
+++ b/sys/arch/evbarm/conf/MMNET_GENERIC Mon Mar 24 14:15:37 2014 +0000
@@ -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 @@
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 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
diff -r 58e32ffe95e2 -r edacffaa3dd7 sys/arch/evbarm/conf/MPCSA_GENERIC
--- a/sys/arch/evbarm/conf/MPCSA_GENERIC Mon Mar 24 13:42:40 2014 +0000
+++ b/sys/arch/evbarm/conf/MPCSA_GENERIC Mon Mar 24 14:15:37 2014 +0000
@@ -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 @@
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 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
diff -r 58e32ffe95e2 -r edacffaa3dd7 sys/arch/evbarm/conf/NETWALKER
--- a/sys/arch/evbarm/conf/NETWALKER Mon Mar 24 13:42:40 2014 +0000
+++ b/sys/arch/evbarm/conf/NETWALKER Mon Mar 24 14:15:37 2014 +0000
@@ -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 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
diff -r 58e32ffe95e2 -r edacffaa3dd7 sys/arch/evbmips/conf/CPMBR1400
--- a/sys/arch/evbmips/conf/CPMBR1400 Mon Mar 24 13:42:40 2014 +0000
+++ b/sys/arch/evbmips/conf/CPMBR1400 Mon Mar 24 14:15:37 2014 +0000
@@ -43,7 +43,7 @@
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
diff -r 58e32ffe95e2 -r edacffaa3dd7 sys/arch/evbsh3/conf/AP_MS104_SH4
--- a/sys/arch/evbsh3/conf/AP_MS104_SH4 Mon Mar 24 13:42:40 2014 +0000
+++ b/sys/arch/evbsh3/conf/AP_MS104_SH4 Mon Mar 24 14:15:37 2014 +0000
@@ -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 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
diff -r 58e32ffe95e2 -r edacffaa3dd7 sys/arch/evbsh3/conf/T_SH7706LAN
--- a/sys/arch/evbsh3/conf/T_SH7706LAN Mon Mar 24 13:42:40 2014 +0000
+++ b/sys/arch/evbsh3/conf/T_SH7706LAN Mon Mar 24 14:15:37 2014 +0000
@@ -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 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
diff -r 58e32ffe95e2 -r edacffaa3dd7 sys/arch/evbsh3/conf/T_SH7706LSR
--- a/sys/arch/evbsh3/conf/T_SH7706LSR Mon Mar 24 13:42:40 2014 +0000
+++ b/sys/arch/evbsh3/conf/T_SH7706LSR Mon Mar 24 14:15:37 2014 +0000
@@ -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
#
Home |
Main Index |
Thread Index |
Old Index