Fix description of DIAGNOSTIC in x86 kernels.
This commit is contained in:
parent
fc14d85d63
commit
ed9d9bd49c
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ALL,v 1.12 2014/07/02 07:18:32 ozaki-r Exp $
|
||||
# $NetBSD: ALL,v 1.13 2014/07/25 15:01:14 dholland 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.12 $"
|
||||
#ident "ALL-$Revision: 1.13 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -108,7 +108,7 @@ options BUFQ_READPRIO
|
||||
options BUFQ_PRIOCSCAN
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # expensive kernel consistency checks
|
||||
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)
|
||||
|
@ -10,7 +10,7 @@ radeondrmkmsfb* at radeonfbbus?
|
||||
#nouveaufb* at nouveaufbbus
|
||||
|
||||
no options DIAGNOSTIC
|
||||
options DIAGNOSTIC # expensive kernel consistency check
|
||||
options DIAGNOSTIC # inexpensive kernel consistency checks
|
||||
options DEBUG # expensive debugging checks/support
|
||||
options LOCKDEBUG # debug locks
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.391 2014/06/16 19:08:17 dsl Exp $
|
||||
# $NetBSD: GENERIC,v 1.392 2014/07/25 15:01:14 dholland 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.391 $"
|
||||
#ident "GENERIC-$Revision: 1.392 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -86,7 +86,7 @@ vmt0 at cpu0 # VMware Tools
|
||||
options BUFQ_PRIOCSCAN
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # expensive kernel consistency checks
|
||||
options DIAGNOSTIC # inexpensive kernel consistency checks
|
||||
# XXX to be commented out on release branch
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
#options LOCKDEBUG # expensive locking checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: XEN3_DOM0,v 1.102 2014/06/16 19:08:17 dsl Exp $
|
||||
# $NetBSD: XEN3_DOM0,v 1.103 2014/07/25 15:01:14 dholland Exp $
|
||||
|
||||
include "arch/amd64/conf/std.xen"
|
||||
|
||||
@ -47,7 +47,7 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||
options BUFQ_PRIOCSCAN
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # expensive kernel consistency checks
|
||||
options DIAGNOSTIC # inexpensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
options KMEMSTATS # kernel memory statistics (vmstat -m)
|
||||
options DDB # in-kernel debugger
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: XEN3_DOMU,v 1.53 2014/03/24 14:15:37 szptvlfn Exp $
|
||||
# $NetBSD: XEN3_DOMU,v 1.54 2014/07/25 15:01:14 dholland Exp $
|
||||
|
||||
include "arch/amd64/conf/std.xen"
|
||||
|
||||
@ -41,7 +41,7 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||
options BUFQ_PRIOCSCAN
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # expensive kernel consistency checks
|
||||
options DIAGNOSTIC # inexpensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
options KMEMSTATS # kernel memory statistics (vmstat -m)
|
||||
options DDB # in-kernel debugger
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ALL,v 1.379 2014/07/02 07:18:32 ozaki-r Exp $
|
||||
# $NetBSD: ALL,v 1.380 2014/07/25 15:01:14 dholland 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.379 $"
|
||||
#ident "ALL-$Revision: 1.380 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -109,7 +109,7 @@ options BUFQ_READPRIO
|
||||
options BUFQ_PRIOCSCAN
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # expensive kernel consistency checks
|
||||
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)
|
||||
|
@ -10,7 +10,7 @@ radeondrmkmsfb* at radeonfbbus?
|
||||
#nouveaufb* at nouveaufbbus
|
||||
|
||||
no options DIAGNOSTIC
|
||||
options DIAGNOSTIC # expensive kernel consistency check
|
||||
options DIAGNOSTIC # inexpensive kernel consistency checks
|
||||
options DEBUG # expensive debugging checks/support
|
||||
options LOCKDEBUG # debug locks
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.1106 2014/06/16 19:08:17 dsl Exp $
|
||||
# $NetBSD: GENERIC,v 1.1107 2014/07/25 15:01:14 dholland 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.1106 $"
|
||||
#ident "GENERIC-$Revision: 1.1107 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -107,7 +107,7 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||
options BUFQ_PRIOCSCAN
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # expensive kernel consistency checks
|
||||
options DIAGNOSTIC # inexpensive kernel consistency checks
|
||||
# XXX to be commented out on release branch
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
#options LOCKDEBUG # expensive locking checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_PS2TINY,v 1.72 2014/03/24 14:15:38 szptvlfn Exp $
|
||||
# $NetBSD: GENERIC_PS2TINY,v 1.73 2014/07/25 15:01:14 dholland 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,
|
||||
@ -55,7 +55,7 @@ options USERCONF # userconf(4) support
|
||||
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DIAGNOSTIC # inexpensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
#options KMEMSTATS # kernel memory statistics (vmstat -m)
|
||||
options DDB # in-kernel debugger
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_TINY,v 1.138 2014/03/24 14:15:38 szptvlfn Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.139 2014/07/25 15:01:14 dholland Exp $
|
||||
#
|
||||
# GENERIC_TINY -- suitable default for 4M machines
|
||||
# No EISA, PCI, or SCSI.
|
||||
@ -47,7 +47,7 @@ options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DIAGNOSTIC # inexpensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
#options KMEMSTATS # kernel memory statistics (vmstat -m)
|
||||
#options DDB # in-kernel debugger
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_FLOPPY,v 1.23 2014/03/24 14:15:38 szptvlfn Exp $
|
||||
# $NetBSD: INSTALL_FLOPPY,v 1.24 2014/07/25 15:01:14 dholland Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
@ -67,7 +67,7 @@ no options RFC2292 # Previous version of Adv. Sockets API for IPv6
|
||||
no options PTRACE # Include ptrace(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DIAGNOSTIC # inexpensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
#options KMEMSTATS # kernel memory statistics (vmstat -m)
|
||||
options DDB # in-kernel debugger
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_TINY,v 1.140 2014/03/24 14:15:38 szptvlfn Exp $
|
||||
# $NetBSD: INSTALL_TINY,v 1.141 2014/07/25 15:01:14 dholland Exp $
|
||||
#
|
||||
# This kernel should be derived from INSTALL (which is derived
|
||||
# from GENERIC) with some features commented out.
|
||||
@ -56,7 +56,7 @@ options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
no options EXEC_AOUT # we don't a.out support
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DIAGNOSTIC # inexpensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
#options KMEMSTATS # kernel memory statistics (vmstat -m)
|
||||
#options DDB # in-kernel debugger
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NET4501,v 1.84 2014/03/24 14:15:38 szptvlfn Exp $
|
||||
# $NetBSD: NET4501,v 1.85 2014/07/25 15:01:14 dholland 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.84 $"
|
||||
#ident "NET4501-$Revision: 1.85 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -66,7 +66,7 @@ options USERCONF # userconf(4) support
|
||||
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DIAGNOSTIC # inexpensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
#options KMEMSTATS # kernel memory statistics (vmstat -m)
|
||||
options DDB # in-kernel debugger
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: XEN3_DOM0,v 1.84 2014/06/16 19:08:17 dsl Exp $
|
||||
# $NetBSD: XEN3_DOM0,v 1.85 2014/07/25 15:01:14 dholland Exp $
|
||||
#
|
||||
# XEN3_0: Xen 3.0 domain0 kernel
|
||||
|
||||
@ -63,7 +63,7 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||
options BUFQ_PRIOCSCAN
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # expensive kernel consistency checks
|
||||
options DIAGNOSTIC # inexpensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
options KMEMSTATS # kernel memory statistics (vmstat -m)
|
||||
options DDB # in-kernel debugger
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: XEN3_DOMU,v 1.58 2014/03/24 14:15:38 szptvlfn Exp $
|
||||
# $NetBSD: XEN3_DOMU,v 1.59 2014/07/25 15:01:14 dholland Exp $
|
||||
|
||||
include "arch/xen/conf/std.xen"
|
||||
|
||||
@ -49,7 +49,7 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||
options BUFQ_PRIOCSCAN
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # expensive kernel consistency checks
|
||||
options DIAGNOSTIC # inexpensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
options KMEMSTATS # kernel memory statistics (vmstat -m)
|
||||
options DDB # in-kernel debugger
|
||||
|
Loading…
Reference in New Issue
Block a user