Module Name:    src
Committed By:   sevan
Date:           Sat Feb 17 01:31:02 UTC 2018

Modified Files:
        src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU
        src/sys/arch/evbarm/conf: MARVELL_NAS
        src/sys/arch/macppc/conf: GENERIC GENERIC_601

Log Message:
With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/amd64/conf/XEN3_DOMU
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/conf/MARVELL_NAS
cvs rdiff -u -r1.339 -r1.340 src/sys/arch/macppc/conf/GENERIC
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/macppc/conf/GENERIC_601

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/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.148 src/sys/arch/amd64/conf/XEN3_DOM0:1.149
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.148	Mon Feb  5 11:19:55 2018
+++ src/sys/arch/amd64/conf/XEN3_DOM0	Sat Feb 17 01:31:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.148 2018/02/05 11:19:55 bouyer Exp $
+# $NetBSD: XEN3_DOM0,v 1.149 2018/02/17 01:31:01 sevan Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
@@ -10,7 +10,7 @@ options 	INCLUDE_CONFIG_FILE	# embed con
 #options 	UVMHIST_PRINT
 #options 	SYSCALL_DEBUG
 
-#ident		"XEN3_DOM0-$Revision: 1.148 $"
+#ident		"XEN3_DOM0-$Revision: 1.149 $"
 
 maxusers	32		# estimated number of users
 
@@ -63,7 +63,7 @@ options 	DDB_HISTORY_SIZE=512	# enable h
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600
 #makeoptions	DEBUG="-g"	# compile full symbol table
 makeoptions	COPTS="-O2 -fno-omit-frame-pointer"
-options DDB_COMMANDONENTER="trace;show registers"
+options DDB_COMMANDONENTER="show registers"
 
 # Compatibility options
 include 	"conf/compat_netbsd15.config"

Index: src/sys/arch/amd64/conf/XEN3_DOMU
diff -u src/sys/arch/amd64/conf/XEN3_DOMU:1.83 src/sys/arch/amd64/conf/XEN3_DOMU:1.84
--- src/sys/arch/amd64/conf/XEN3_DOMU:1.83	Tue Jan 23 14:47:53 2018
+++ src/sys/arch/amd64/conf/XEN3_DOMU	Sat Feb 17 01:31:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.83 2018/01/23 14:47:53 sevan Exp $
+# $NetBSD: XEN3_DOMU,v 1.84 2018/02/17 01:31:01 sevan Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
@@ -10,7 +10,7 @@ options 	INCLUDE_CONFIG_FILE	# embed con
 #options 	UVMHIST_PRINT
 #options 	SYSCALL_DEBUG
 
-#ident		"XEN3_DOMU-$Revision: 1.83 $"
+#ident		"XEN3_DOMU-$Revision: 1.84 $"
 
 maxusers	32		# estimated number of users
 
@@ -55,7 +55,7 @@ options 	DDB_HISTORY_SIZE=512	# enable h
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600
 #makeoptions	DEBUG="-g"	# compile full symbol table
 makeoptions	COPTS="-O2 -fno-omit-frame-pointer"
-options DDB_COMMANDONENTER="trace;show registers"
+options DDB_COMMANDONENTER="show registers"
 
 # Compatibility options
 include 	"conf/compat_netbsd15.config"

Index: src/sys/arch/evbarm/conf/MARVELL_NAS
diff -u src/sys/arch/evbarm/conf/MARVELL_NAS:1.28 src/sys/arch/evbarm/conf/MARVELL_NAS:1.29
--- src/sys/arch/evbarm/conf/MARVELL_NAS:1.28	Thu Sep 14 07:58:40 2017
+++ src/sys/arch/evbarm/conf/MARVELL_NAS	Sat Feb 17 01:31:02 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: MARVELL_NAS,v 1.28 2017/09/14 07:58:40 mrg Exp $
+#	$NetBSD: MARVELL_NAS,v 1.29 2018/02/17 01:31:02 sevan Exp $
 #
 #  This configuration supports for generically Marvell NAS.
 
@@ -241,7 +241,7 @@ options 	BUFQ_PRIOCSCAN
 options 	DDB		# in-kernel debugger
 options 	DDB_ONPANIC=0
 options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
-options 	DDB_COMMANDONENTER="bt"
+#options 	DDB_COMMANDONENTER="bt"
 #options 	KGDB
 #options		SYSCALL_DEBUG
 

Index: src/sys/arch/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.339 src/sys/arch/macppc/conf/GENERIC:1.340
--- src/sys/arch/macppc/conf/GENERIC:1.339	Tue Jan 23 14:47:55 2018
+++ src/sys/arch/macppc/conf/GENERIC	Sat Feb 17 01:31:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.339 2018/01/23 14:47:55 sevan Exp $
+# $NetBSD: GENERIC,v 1.340 2018/02/17 01:31:02 sevan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include		"arch/macppc/conf/std.macppc"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.339 $"
+#ident 		"GENERIC-$Revision: 1.340 $"
 
 maxusers	32
 
@@ -59,7 +59,7 @@ options 	DDB		# in-kernel debugger
 #options 	DDB_ONPANIC=0	# don't go into ddb on panic.
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	TRAP_PANICWAIT
-options		DDB_COMMANDONENTER="bt"
+#options 	DDB_COMMANDONENTER="bt"
 
 #makeoptions 	DEBUG="-g"	# compile full symbol table
 

Index: src/sys/arch/macppc/conf/GENERIC_601
diff -u src/sys/arch/macppc/conf/GENERIC_601:1.16 src/sys/arch/macppc/conf/GENERIC_601:1.17
--- src/sys/arch/macppc/conf/GENERIC_601:1.16	Tue Jan 23 14:47:55 2018
+++ src/sys/arch/macppc/conf/GENERIC_601	Sat Feb 17 01:31:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_601,v 1.16 2018/01/23 14:47:55 sevan Exp $
+# $NetBSD: GENERIC_601,v 1.17 2018/02/17 01:31:02 sevan Exp $
 #
 # GENERIC machine description file
 # 
@@ -28,7 +28,7 @@ include 	"arch/macppc/conf/std.macppc.60
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-ident 		"GENERIC-$Revision: 1.16 $"
+ident 		"GENERIC-$Revision: 1.17 $"
 
 maxusers	32
 
@@ -63,7 +63,7 @@ options 	DDB		# in-kernel debugger
 #options 	DDB_ONPANIC=0	# don't go into ddb on panic.
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	TRAP_PANICWAIT
-options		DDB_COMMANDONENTER="bt"
+#options 	DDB_COMMANDONENTER="bt"
 
 #makeoptions 	DEBUG="-g"	# compile full symbol table
 

Reply via email to