Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf Comment out 'options DEBUG' on all evb...
details: https://anonhg.NetBSD.org/src/rev/b683e84e4ede
branches: trunk
changeset: 826172:b683e84e4ede
user: maya <maya%NetBSD.org@localhost>
date: Sat Aug 19 09:10:24 2017 +0000
description:
Comment out 'options DEBUG' on all evbmips kernels
We aren't using DEBUG on other archs, mips is stable enough now, etc.
diffstat:
sys/arch/evbmips/conf/ADM5120 | 6 +++---
sys/arch/evbmips/conf/ALCHEMY | 6 +++---
sys/arch/evbmips/conf/CPMBR1400 | 4 ++--
sys/arch/evbmips/conf/DB120 | 6 +++---
sys/arch/evbmips/conf/ERLITE | 6 +++---
sys/arch/evbmips/conf/MALTA | 6 +++---
sys/arch/evbmips/conf/RB153 | 6 +++---
sys/arch/evbmips/conf/RB433UAH | 6 +++---
sys/arch/evbmips/conf/XLSATX | 6 +++---
sys/arch/evbmips/conf/ZYXELKX | 4 ++--
10 files changed, 28 insertions(+), 28 deletions(-)
diffs (239 lines):
diff -r 32df5ab40da3 -r b683e84e4ede sys/arch/evbmips/conf/ADM5120
--- a/sys/arch/evbmips/conf/ADM5120 Sat Aug 19 03:06:50 2017 +0000
+++ b/sys/arch/evbmips/conf/ADM5120 Sat Aug 19 09:10:24 2017 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: ADM5120,v 1.23 2017/07/29 12:28:27 maxv Exp $
+# $NetBSD: ADM5120,v 1.24 2017/08/19 09:10:24 maya Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.adm5120"
-#ident "GENERIC-$Revision: 1.23 $"
+#ident "GENERIC-$Revision: 1.24 $"
maxusers 32
@@ -27,7 +27,7 @@
# Debugging options
options DIAGNOSTIC # extra kernel sanity checking
-options DEBUG # extra kernel debugging support
+#options DEBUG # extra kernel debugging support
options DDB # kernel dynamic debugger
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
makeoptions DEBUG="-g" # compile full symbol table
diff -r 32df5ab40da3 -r b683e84e4ede sys/arch/evbmips/conf/ALCHEMY
--- a/sys/arch/evbmips/conf/ALCHEMY Sat Aug 19 03:06:50 2017 +0000
+++ b/sys/arch/evbmips/conf/ALCHEMY Sat Aug 19 09:10:24 2017 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: ALCHEMY,v 1.61 2017/07/29 18:08:57 maxv Exp $
+# $NetBSD: ALCHEMY,v 1.62 2017/08/19 09:10:24 maya Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.alchemy"
-#ident "ALCHEMY-$Revision: 1.61 $"
+#ident "ALCHEMY-$Revision: 1.62 $"
maxusers 32
@@ -40,7 +40,7 @@
# Debugging options
options DIAGNOSTIC # extra kernel sanity checking
-options DEBUG # extra kernel debugging support
+#options DEBUG # extra kernel debugging support
options DDB # kernel dynamic debugger
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
makeoptions DEBUG="-g" # compile full symbol table
diff -r 32df5ab40da3 -r b683e84e4ede sys/arch/evbmips/conf/CPMBR1400
--- a/sys/arch/evbmips/conf/CPMBR1400 Sat Aug 19 03:06:50 2017 +0000
+++ b/sys/arch/evbmips/conf/CPMBR1400 Sat Aug 19 09:10:24 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CPMBR1400,v 1.25 2017/08/01 16:12:32 maya Exp $
+# $NetBSD: CPMBR1400,v 1.26 2017/08/19 09:10:24 maya Exp $
include "arch/evbmips/conf/std.rasoc"
@@ -44,7 +44,7 @@
options DIAGNOSTIC # expensive kernel consistency checks
#options LOCKDEBUG
#options KSTACK_CHECK_MAGIC
-options DEBUG # expensive debugging checks/support
+#options DEBUG # expensive debugging checks/support
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 32df5ab40da3 -r b683e84e4ede sys/arch/evbmips/conf/DB120
--- a/sys/arch/evbmips/conf/DB120 Sat Aug 19 03:06:50 2017 +0000
+++ b/sys/arch/evbmips/conf/DB120 Sat Aug 19 09:10:24 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DB120,v 1.17 2017/07/29 12:28:27 maxv Exp $
+# $NetBSD: DB120,v 1.18 2017/08/19 09:10:24 maya Exp $
#
# Qualcomm Atheros AR9344 DB120 evaluation board.
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "DB120-$Revision: 1.17 $"
+#ident "DB120-$Revision: 1.18 $"
maxusers 32
@@ -45,7 +45,7 @@
# Debugging options
options DIAGNOSTIC # extra kernel sanity checking
-options DEBUG # extra kernel debugging support
+#options DEBUG # extra kernel debugging support
#options USERCONF # userconf(4) support
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options DDB # kernel dynamic debugger
diff -r 32df5ab40da3 -r b683e84e4ede sys/arch/evbmips/conf/ERLITE
--- a/sys/arch/evbmips/conf/ERLITE Sat Aug 19 03:06:50 2017 +0000
+++ b/sys/arch/evbmips/conf/ERLITE Sat Aug 19 09:10:24 2017 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: ERLITE,v 1.16 2017/07/29 18:08:57 maxv Exp $
+# $NetBSD: ERLITE,v 1.17 2017/08/19 09:10:24 maya Exp $
include "arch/mips/conf/std.octeon"
include "arch/evbmips/conf/files.octeon"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ERLITE-$Revision: 1.16 $"
+#ident "ERLITE-$Revision: 1.17 $"
maxusers 32
@@ -35,7 +35,7 @@
# Debugging options
options DIAGNOSTIC # extra kernel sanity checking
-options DEBUG # extra kernel debugging support
+#options DEBUG # extra kernel debugging support
#options USERCONF # userconf(4) support
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options DDB # kernel dynamic debugger
diff -r 32df5ab40da3 -r b683e84e4ede sys/arch/evbmips/conf/MALTA
--- a/sys/arch/evbmips/conf/MALTA Sat Aug 19 03:06:50 2017 +0000
+++ b/sys/arch/evbmips/conf/MALTA Sat Aug 19 09:10:24 2017 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: MALTA,v 1.86 2017/07/29 18:08:57 maxv Exp $
+# $NetBSD: MALTA,v 1.87 2017/08/19 09:10:24 maya Exp $
include "arch/evbmips/conf/std.malta"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "MALTA-$Revision: 1.86 $"
+#ident "MALTA-$Revision: 1.87 $"
maxusers 32
@@ -29,7 +29,7 @@
# Debugging options
options DIAGNOSTIC # extra kernel sanity checking
-options DEBUG # extra kernel debugging support
+#options DEBUG # extra kernel debugging support
#options SYSCALL_DEBUG # symbolic syscall names
options USERCONF # userconf(4) support
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
diff -r 32df5ab40da3 -r b683e84e4ede sys/arch/evbmips/conf/RB153
--- a/sys/arch/evbmips/conf/RB153 Sat Aug 19 03:06:50 2017 +0000
+++ b/sys/arch/evbmips/conf/RB153 Sat Aug 19 09:10:24 2017 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: RB153,v 1.18 2017/02/19 07:47:00 rin Exp $
+# $NetBSD: RB153,v 1.19 2017/08/19 09:10:24 maya Exp $
#
# Example kernel config for the RouterBOARD 153.
include "arch/evbmips/conf/std.adm5120"
-#ident "RB153-$Revision: 1.18 $"
+#ident "RB153-$Revision: 1.19 $"
maxusers 32
@@ -27,7 +27,7 @@
# Debugging options
options DIAGNOSTIC # extra kernel sanity checking
-options DEBUG # extra kernel debugging support
+#options DEBUG # extra kernel debugging support
options DDB # kernel dynamic debugger
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
makeoptions DEBUG="-g" # compile full symbol table
diff -r 32df5ab40da3 -r b683e84e4ede sys/arch/evbmips/conf/RB433UAH
--- a/sys/arch/evbmips/conf/RB433UAH Sat Aug 19 03:06:50 2017 +0000
+++ b/sys/arch/evbmips/conf/RB433UAH Sat Aug 19 09:10:24 2017 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: RB433UAH,v 1.14 2017/07/29 12:28:27 maxv Exp $
+# $NetBSD: RB433UAH,v 1.15 2017/08/19 09:10:24 maya Exp $
include "arch/evbmips/conf/std.atheros"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "RB433UAH-$Revision: 1.14 $"
+#ident "RB433UAH-$Revision: 1.15 $"
maxusers 32
@@ -38,7 +38,7 @@
# Debugging options
options DIAGNOSTIC # extra kernel sanity checking
-options DEBUG # extra kernel debugging support
+#options DEBUG # extra kernel debugging support
#options USERCONF # userconf(4) support
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options DDB # kernel dynamic debugger
diff -r 32df5ab40da3 -r b683e84e4ede sys/arch/evbmips/conf/XLSATX
--- a/sys/arch/evbmips/conf/XLSATX Sat Aug 19 03:06:50 2017 +0000
+++ b/sys/arch/evbmips/conf/XLSATX Sat Aug 19 09:10:24 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: XLSATX,v 1.23 2017/07/29 12:28:27 maxv Exp $
+# $NetBSD: XLSATX,v 1.24 2017/08/19 09:10:24 maya Exp $
include "arch/evbmips/conf/std.rmixl"
-#ident "XLSATX-$Revision: 1.23 $"
+#ident "XLSATX-$Revision: 1.24 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -33,7 +33,7 @@
# Debugging options
options DIAGNOSTIC # extra kernel sanity checking
-options DEBUG # extra kernel debugging support
+#options DEBUG # extra kernel debugging support
options MSGBUFSIZE=65536 # kernel dmesg buffer
options USERCONF # userconf(4) support
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
diff -r 32df5ab40da3 -r b683e84e4ede sys/arch/evbmips/conf/ZYXELKX
--- a/sys/arch/evbmips/conf/ZYXELKX Sat Aug 19 03:06:50 2017 +0000
+++ b/sys/arch/evbmips/conf/ZYXELKX Sat Aug 19 09:10:24 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ZYXELKX,v 1.10 2017/08/01 16:12:32 maya Exp $
+# $NetBSD: ZYXELKX,v 1.11 2017/08/19 09:10:24 maya Exp $
include "arch/evbmips/conf/std.rasoc"
@@ -40,7 +40,7 @@
options DIAGNOSTIC # expensive kernel consistency checks
#options LOCKDEBUG
#options KSTACK_CHECK_MAGIC
-options DEBUG # expensive debugging checks/support
+#options DEBUG # expensive debugging checks/support
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
Home |
Main Index |
Thread Index |
Old Index