PERFORCE change 129147 for review

John Birrell jb at FreeBSD.org
Fri Nov 16 17:25:04 PST 2007


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

Change 129147 by jb at jb_freebsd1 on 2007/11/17 01:24:12

	Add the kernel DTrace hooks option by default. It's BSD only.

Affected files ...

.. //depot/projects/dtrace7/src/sys/amd64/conf/GENERIC#2 edit

Differences ...

==== //depot/projects/dtrace7/src/sys/amd64/conf/GENERIC#2 (text+ko) ====

@@ -62,6 +62,7 @@
 options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.
 options 	STOP_NMI		# Stop CPUS using NMI instead of IPI
 options 	AUDIT			# Security event auditing
+options 	KDTRACE_HOOKS		# Kernel DTrace hooks
 
 # Make an SMP-capable kernel by default
 options 	SMP			# Symmetric MultiProcessor Kernel


More information about the p4-projects mailing list