PERFORCE change 142358 for review

John Birrell jb at FreeBSD.org
Tue May 27 04:11:56 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=142358

Change 142358 by jb at freebsd3 on 2008/05/27 04:11:37

	Add the DTrace hooks, support for CTF in the kernel and enable the printf
	buffering just for good measure.

Affected files ...

.. //depot/projects/dtrace7/src/sys/i386/conf/GENERIC#5 edit

Differences ...

==== //depot/projects/dtrace7/src/sys/i386/conf/GENERIC#5 (text+ko) ====

@@ -64,6 +64,9 @@
 options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.
 options 	STOP_NMI		# Stop CPUS using NMI instead of IPI
 options 	AUDIT			# Security event auditing
+options 	PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
+options 	KDTRACE_HOOKS		# DTrace hooks required to load DTrace modules
+options 	DDB_CTF			# Load CTF data too.
 
 # To make an SMP kernel, the next two lines are needed
 options 	SMP			# Symmetric MultiProcessor Kernel


More information about the p4-projects mailing list