Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: Requested by skrll in ticket #60:
details: https://anonhg.NetBSD.org/src/rev/764755f723d1
branches: netbsd-8
changeset: 318357:764755f723d1
user: martin <martin%NetBSD.org@localhost>
date: Wed Apr 18 14:45:08 2018 +0000
description:
Requested by skrll in ticket #60:
sys/arch/amd64/conf/GENERIC
sys/arch/amd64/conf/XEN3_DOM0
sys/arch/amd64/conf/XEN3_DOMU
sys/arch/cobalt/conf/GENERIC
sys/arch/evbarm/conf/BEAGLEBONE
sys/arch/evbarm/conf/BEAGLEBOARD
sys/arch/evbarm/conf/BEAGLEBOARDXM
sys/arch/evbarm/conf/GENERIC.common
sys/arch/i386/conf/GENERIC
sys/arch/i386/conf/XEN3_DOM0
sys/arch/i386/conf/XEN3_DOMU
sys/arch/mvmeppc/conf/GENERIC
sys/arch/shark/conf/GENERIC
sys/arch/sparc64/conf/GENERIC
sys/arch/zaurus/conf/GENERIC
Remove option DIAGNOSTIC.
diffstat:
sys/arch/amd64/conf/GENERIC | 6 +++---
sys/arch/amd64/conf/XEN3_DOM0 | 4 ++--
sys/arch/amd64/conf/XEN3_DOMU | 4 ++--
sys/arch/cobalt/conf/GENERIC | 6 +++---
sys/arch/evbarm/conf/BEAGLEBOARD | 4 ++--
sys/arch/evbarm/conf/BEAGLEBOARDXM | 4 ++--
sys/arch/evbarm/conf/BEAGLEBONE | 4 ++--
sys/arch/evbarm/conf/GENERIC.common | 4 ++--
sys/arch/i386/conf/GENERIC | 6 +++---
sys/arch/i386/conf/XEN3_DOM0 | 4 ++--
sys/arch/i386/conf/XEN3_DOMU | 4 ++--
sys/arch/mvmeppc/conf/GENERIC | 8 ++++----
sys/arch/shark/conf/GENERIC | 6 +++---
sys/arch/sparc64/conf/GENERIC | 6 +++---
sys/arch/zaurus/conf/GENERIC | 4 ++--
15 files changed, 37 insertions(+), 37 deletions(-)
diffs (truncated from 329 to 300 lines):
diff -r c8705938ef73 -r 764755f723d1 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Wed Apr 18 14:21:39 2018 +0000
+++ b/sys/arch/amd64/conf/GENERIC Wed Apr 18 14:45:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.459.2.8 2018/04/11 14:23:30 martin Exp $
+# $NetBSD: GENERIC,v 1.459.2.9 2018/04/18 14:45:08 martin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.459.2.8 $"
+#ident "GENERIC-$Revision: 1.459.2.9 $"
maxusers 64 # estimated number of users
@@ -94,7 +94,7 @@
options BUFQ_PRIOCSCAN
# Diagnostic/debugging support options
-options DIAGNOSTIC # inexpensive 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
diff -r c8705938ef73 -r 764755f723d1 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0 Wed Apr 18 14:21:39 2018 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0 Wed Apr 18 14:45:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.135.4.6 2018/02/05 15:14:00 martin Exp $
+# $NetBSD: XEN3_DOM0,v 1.135.4.7 2018/04/18 14:45:08 martin Exp $
include "arch/amd64/conf/std.xen"
@@ -52,7 +52,7 @@
options BUFQ_PRIOCSCAN
# Diagnostic/debugging support options
-options DIAGNOSTIC # inexpensive kernel consistency checks
+#options DIAGNOSTIC # inexpensive kernel consistency checks
#options DEBUG # expensive debugging checks/support
options DDB # in-kernel debugger
options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic'
diff -r c8705938ef73 -r 764755f723d1 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU Wed Apr 18 14:21:39 2018 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU Wed Apr 18 14:45:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.75.2.3 2018/01/26 14:28:15 martin Exp $
+# $NetBSD: XEN3_DOMU,v 1.75.2.4 2018/04/18 14:45:08 martin Exp $
include "arch/amd64/conf/std.xen"
@@ -44,7 +44,7 @@
options BUFQ_PRIOCSCAN
# Diagnostic/debugging support options
-options DIAGNOSTIC # inexpensive kernel consistency checks
+#options DIAGNOSTIC # inexpensive kernel consistency checks
#options DEBUG # expensive debugging checks/support
options DDB # in-kernel debugger
options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic'
diff -r c8705938ef73 -r 764755f723d1 sys/arch/cobalt/conf/GENERIC
--- a/sys/arch/cobalt/conf/GENERIC Wed Apr 18 14:21:39 2018 +0000
+++ b/sys/arch/cobalt/conf/GENERIC Wed Apr 18 14:45:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.151.8.3 2018/01/26 14:28:14 martin Exp $
+# $NetBSD: GENERIC,v 1.151.8.4 2018/04/18 14:45:08 martin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.151.8.3 $"
+#ident "GENERIC-$Revision: 1.151.8.4 $"
maxusers 32
@@ -42,7 +42,7 @@
#options BUFQ_PRIOCSCAN
# Debugging options
-options DIAGNOSTIC # extra kernel sanity checking
+#options DIAGNOSTIC # extra kernel sanity checking
#options DEBUG # extra kernel debugging support
options DDB # kernel dynamic debugger
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
diff -r c8705938ef73 -r 764755f723d1 sys/arch/evbarm/conf/BEAGLEBOARD
--- a/sys/arch/evbarm/conf/BEAGLEBOARD Wed Apr 18 14:21:39 2018 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARD Wed Apr 18 14:45:08 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBOARD,v 1.61.6.2 2017/08/29 09:42:19 martin Exp $
+# $NetBSD: BEAGLEBOARD,v 1.61.6.3 2018/04/18 14:45:08 martin Exp $
#
# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
#
@@ -125,7 +125,7 @@
# Development and Debugging options
#options PERFCTRS # performance counters
-options DIAGNOSTIC # internal consistency checks
+#options DIAGNOSTIC # internal consistency checks
#options DEBUG
#options PMAP_DEBUG # Enable pmap_debug_level code
#options IPKDB # remote kernel debugging
diff -r c8705938ef73 -r 764755f723d1 sys/arch/evbarm/conf/BEAGLEBOARDXM
--- a/sys/arch/evbarm/conf/BEAGLEBOARDXM Wed Apr 18 14:21:39 2018 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARDXM Wed Apr 18 14:45:08 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBOARDXM,v 1.23.6.3 2017/08/29 09:42:19 martin Exp $
+# $NetBSD: BEAGLEBOARDXM,v 1.23.6.4 2018/04/18 14:45:08 martin Exp $
#
# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
#
@@ -124,7 +124,7 @@
# Development and Debugging options
#options PERFCTRS # performance counters
-options DIAGNOSTIC # internal consistency checks
+#options DIAGNOSTIC # internal consistency checks
#options DEBUG
#options PMAP_DEBUG # Enable pmap_debug_level code
#options IPKDB # remote kernel debugging
diff -r c8705938ef73 -r 764755f723d1 sys/arch/evbarm/conf/BEAGLEBONE
--- a/sys/arch/evbarm/conf/BEAGLEBONE Wed Apr 18 14:21:39 2018 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBONE Wed Apr 18 14:45:08 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBONE,v 1.42.2.3 2017/08/29 09:42:19 martin Exp $
+# $NetBSD: BEAGLEBONE,v 1.42.2.4 2018/04/18 14:45:08 martin Exp $
#
# BEAGLEBONE -- TI AM335x board Kernel
#
@@ -20,7 +20,7 @@
# Development and Debugging options
-options DEBUG
+#options DEBUG
makeoptions DEBUG="-g" # compile full symbol table
makeoptions COPY_SYMTAB=1
diff -r c8705938ef73 -r 764755f723d1 sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common Wed Apr 18 14:21:39 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common Wed Apr 18 14:45:08 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC.common,v 1.18.6.3 2017/08/29 09:42:19 martin Exp $
+# $NetBSD: GENERIC.common,v 1.18.6.4 2018/04/18 14:45:08 martin Exp $
#
# GENERIC evbarm kernel config (template)
#
@@ -122,7 +122,7 @@
# Development and Debugging options
#options PERFCTRS # performance counters
-options DIAGNOSTIC # internal consistency checks
+#options DIAGNOSTIC # internal consistency checks
#options DEBUG
options KDTRACE_HOOKS # kernel DTrace hooks
#options LOCKDEBUG
diff -r c8705938ef73 -r 764755f723d1 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Wed Apr 18 14:21:39 2018 +0000
+++ b/sys/arch/i386/conf/GENERIC Wed Apr 18 14:45:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1156.2.8 2018/04/11 14:23:30 martin Exp $
+# $NetBSD: GENERIC,v 1.1156.2.9 2018/04/18 14:45:08 martin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1156.2.8 $"
+#ident "GENERIC-$Revision: 1.1156.2.9 $"
maxusers 64 # estimated number of users
@@ -109,7 +109,7 @@
options BUFQ_PRIOCSCAN
# Diagnostic/debugging support options
-options DIAGNOSTIC # inexpensive 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
diff -r c8705938ef73 -r 764755f723d1 sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0 Wed Apr 18 14:21:39 2018 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0 Wed Apr 18 14:45:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.112.4.7 2018/02/05 15:14:00 martin Exp $
+# $NetBSD: XEN3_DOM0,v 1.112.4.8 2018/04/18 14:45:08 martin Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -68,7 +68,7 @@
options BUFQ_PRIOCSCAN
# Diagnostic/debugging support options
-options DIAGNOSTIC # inexpensive kernel consistency checks
+#options DIAGNOSTIC # inexpensive kernel consistency checks
#options DEBUG # expensive debugging checks/support
options DDB # in-kernel debugger
options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic'
diff -r c8705938ef73 -r 764755f723d1 sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU Wed Apr 18 14:21:39 2018 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU Wed Apr 18 14:45:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.77.2.5 2018/01/26 14:28:14 martin Exp $
+# $NetBSD: XEN3_DOMU,v 1.77.2.6 2018/04/18 14:45:08 martin Exp $
include "arch/xen/conf/std.xen"
@@ -52,7 +52,7 @@
options BUFQ_PRIOCSCAN
# Diagnostic/debugging support options
-options DIAGNOSTIC # inexpensive kernel consistency checks
+#options DIAGNOSTIC # inexpensive kernel consistency checks
#options DEBUG # expensive debugging checks/support
options DDB # in-kernel debugger
options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic'
diff -r c8705938ef73 -r 764755f723d1 sys/arch/mvmeppc/conf/GENERIC
--- a/sys/arch/mvmeppc/conf/GENERIC Wed Apr 18 14:21:39 2018 +0000
+++ b/sys/arch/mvmeppc/conf/GENERIC Wed Apr 18 14:45:08 2018 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.27.6.2 2017/08/29 09:42:19 martin Exp $
+# $NetBSD: GENERIC,v 1.27.6.3 2018/04/18 14:45:08 martin Exp $
#
include "arch/mvmeppc/conf/std.mvmeppc"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-ident "GENERIC-$Revision: 1.27.6.2 $"
+ident "GENERIC-$Revision: 1.27.6.3 $"
maxusers 8
@@ -29,8 +29,8 @@
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Diagnostic/debugging support options
-options DIAGNOSTIC # cheap kernel consistency checks
-options DEBUG # expensive debugging checks/support
+#options DIAGNOSTIC # cheap kernel consistency checks
+#options DEBUG # expensive debugging checks/support
options DDB # in-kernel debugger
pseudo-device ksyms
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
diff -r c8705938ef73 -r 764755f723d1 sys/arch/shark/conf/GENERIC
--- a/sys/arch/shark/conf/GENERIC Wed Apr 18 14:21:39 2018 +0000
+++ b/sys/arch/shark/conf/GENERIC Wed Apr 18 14:45:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.127.6.2 2017/08/29 09:42:19 martin Exp $
+# $NetBSD: GENERIC,v 1.127.6.3 2018/04/18 14:45:08 martin Exp $
#
# Generic Shark configuration.
#
@@ -7,7 +7,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.127.6.2 $"
+#ident "GENERIC-$Revision: 1.127.6.3 $"
# estimated number of users
maxusers 32
@@ -153,7 +153,7 @@
#options ARM700BUGTRACK # track the ARM700 swi bug
#options PORTMASTER # Enable PortMaster only options
-options DIAGNOSTIC # internal consistency checks
+#options DIAGNOSTIC # internal consistency checks
#options PMAP_DEBUG # Enable pmap_debug_level code
options DDB # in-kernel debugger
makeoptions COPY_SYMTAB=1 # reserve symbol space for DDB
diff -r c8705938ef73 -r 764755f723d1 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC Wed Apr 18 14:21:39 2018 +0000
+++ b/sys/arch/sparc64/conf/GENERIC Wed Apr 18 14:45:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.198.6.4 2018/01/26 14:28:13 martin Exp $
+# $NetBSD: GENERIC,v 1.198.6.5 2018/04/18 14:45:08 martin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.198.6.4 $"
+#ident "GENERIC-$Revision: 1.198.6.5 $"
Home |
Main Index |
Thread Index |
Old Index