svn commit: r254133 - in head/sys: amd64/conf i386/conf ia64/conf powerpc/conf sparc64/conf

Andriy Gapon avg at FreeBSD.org
Fri Aug 9 08:11:11 UTC 2013


Author: avg
Date: Fri Aug  9 08:11:09 2013
New Revision: 254133
URL: http://svnweb.freebsd.org/changeset/base/254133

Log:
  follow up to r254051
  
  - update powerpc/GENERIC64 as well, suggested by mdf
  - update comments so that they make sense after the change, suggested by
    jhb
  
  X-MFC after:	never (change specific to head)

Modified:
  head/sys/amd64/conf/GENERIC
  head/sys/i386/conf/GENERIC
  head/sys/ia64/conf/GENERIC
  head/sys/powerpc/conf/GENERIC
  head/sys/powerpc/conf/GENERIC64
  head/sys/sparc64/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Fri Aug  9 07:57:04 2013	(r254132)
+++ head/sys/amd64/conf/GENERIC	Fri Aug  9 08:11:09 2013	(r254133)
@@ -74,9 +74,8 @@ options 	INCLUDE_CONFIG_FILE     # Inclu
 
 # Debugging support.  Always need this:
 options 	KDB			# Enable kernel debugger support.
-# For minimum debugger support (stable branch) use:
 options 	KDB_TRACE		# Print a stack trace for a panic.
-# For full debugger support use this instead:
+# For full debugger support use (turn off in stable branch):
 options 	DDB			# Support DDB.
 options 	GDB			# Support remote GDB.
 options 	DEADLKRES		# Enable the deadlock resolver

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC	Fri Aug  9 07:57:04 2013	(r254132)
+++ head/sys/i386/conf/GENERIC	Fri Aug  9 08:11:09 2013	(r254133)
@@ -74,9 +74,8 @@ options 	INCLUDE_CONFIG_FILE     # Inclu
 
 # Debugging support.  Always need this:
 options 	KDB			# Enable kernel debugger support.
-# For minimum debugger support (stable branch) use:
 options 	KDB_TRACE		# Print a stack trace for a panic.
-# For full debugger support use this instead:
+# For full debugger support use (turn off in stable branch):
 options 	DDB			# Support DDB.
 options 	GDB			# Support remote GDB.
 options 	DEADLKRES		# Enable the deadlock resolver

Modified: head/sys/ia64/conf/GENERIC
==============================================================================
--- head/sys/ia64/conf/GENERIC	Fri Aug  9 07:57:04 2013	(r254132)
+++ head/sys/ia64/conf/GENERIC	Fri Aug  9 08:11:09 2013	(r254133)
@@ -65,9 +65,8 @@ options 	_KPOSIX_PRIORITY_SCHEDULING	# P
 
 # Debugging support.  Always need this:
 options 	KDB		# Enable kernel debugger support.
-# For minimum debugger support (stable branch) use:
 options 	KDB_TRACE	# Print a stack trace for a panic.
-# For full debugger support use this instead:
+# For full debugger support use (turn off in stable branch):
 options 	DDB		# Support DDB
 options 	GDB		# Support remote GDB
 options 	DEADLKRES	# Enable the deadlock resolver

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC	Fri Aug  9 07:57:04 2013	(r254132)
+++ head/sys/powerpc/conf/GENERIC	Fri Aug  9 08:11:09 2013	(r254133)
@@ -76,9 +76,8 @@ options 	INCLUDE_CONFIG_FILE     # Inclu
 
 # Debugging support.  Always need this:
 options 	KDB			# Enable kernel debugger support.
-# For minimum debugger support (stable branch) use:
 options 	KDB_TRACE		# Print a stack trace for a panic.
-# For full debugger support use this instead:
+# For full debugger support use (turn off in stable branch):
 options 	DDB			#Support DDB
 #options 	DEADLKRES		#Enable the deadlock resolver
 options 	INVARIANTS		#Enable calls of extra sanity checking

Modified: head/sys/powerpc/conf/GENERIC64
==============================================================================
--- head/sys/powerpc/conf/GENERIC64	Fri Aug  9 07:57:04 2013	(r254132)
+++ head/sys/powerpc/conf/GENERIC64	Fri Aug  9 08:11:09 2013	(r254133)
@@ -71,9 +71,8 @@ options 	INCLUDE_CONFIG_FILE     # Inclu
 
 # Debugging support.  Always need this:
 options 	KDB			# Enable kernel debugger support.
-# For minimum debugger support (stable branch) use:
-#options 	KDB_TRACE		# Print a stack trace for a panic.
-# For full debugger support use this instead:
+options 	KDB_TRACE		# Print a stack trace for a panic.
+# For full debugger support use (turn off in stable branch):
 options 	DDB			#Support DDB
 #options 	DEADLKRES		#Enable the deadlock resolver
 options 	INVARIANTS		#Enable calls of extra sanity checking

Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC	Fri Aug  9 07:57:04 2013	(r254132)
+++ head/sys/sparc64/conf/GENERIC	Fri Aug  9 08:11:09 2013	(r254133)
@@ -68,9 +68,8 @@ options 	INCLUDE_CONFIG_FILE	# Include t
 
 # Debugging support.  Always need this:
 options 	KDB			# Enable kernel debugger support.
-# For minimum debugger support (stable branch) use:
 options 	KDB_TRACE		# Print a stack trace for a panic.
-# For full debugger support use this instead:
+# For full debugger support use (turn off in stable branch):
 options 	DDB			# Support DDB.
 options 	GDB			# Support remote GDB.
 options 	DEADLKRES		# Enable the deadlock resolver


More information about the svn-src-head mailing list