svn commit: r186776 - in head/sys: amd64/conf i386/conf

Robert Watson rwatson at FreeBSD.org
Mon Jan 5 06:21:50 PST 2009


Author: rwatson
Date: Mon Jan  5 14:21:49 2009
New Revision: 186776
URL: http://svn.freebsd.org/changeset/base/186776

Log:
  Add commented out options KDTRACE_HOOKS and, for amd64, KDRACE_FRAME,
  to GENERIC configuration files.  This brings what's in 8.x in sync
  with what is in 7.x, but does not change any current defaults.
  
  Possibly they should now be enabled in head by default?

Modified:
  head/sys/amd64/conf/GENERIC
  head/sys/i386/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Mon Jan  5 13:55:17 2009	(r186775)
+++ head/sys/amd64/conf/GENERIC	Mon Jan  5 14:21:49 2009	(r186776)
@@ -65,6 +65,8 @@ options 	KBD_INSTALL_CDEV	# install a CD
 options 	STOP_NMI		# Stop CPUS using NMI instead of IPI
 options 	AUDIT			# Security event auditing
 options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
+#options 	KDTRACE_FRAME		# Ensure frames are compiled in
+#options 	KDTRACE_HOOKS		# Kernel DTrace hooks
 
 # Debugging for use in -current
 options 	KDB			# Enable kernel debugger support.

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC	Mon Jan  5 13:55:17 2009	(r186775)
+++ head/sys/i386/conf/GENERIC	Mon Jan  5 14:21:49 2009	(r186776)
@@ -65,6 +65,7 @@ options 	KBD_INSTALL_CDEV	# install a CD
 options 	STOP_NMI		# Stop CPUS using NMI instead of IPI
 options  	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
 options 	AUDIT			# Security event auditing
+#options 	KDTRACE_HOOKS		# Kernel DTrace hooks
 
 # Debugging for use in -current
 options 	KDB			# Enable kernel debugger support.


More information about the svn-src-head mailing list