Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2008 04:11:55 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 142358 for review
Message-ID:  <200805270411.m4R4BtMm032155@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=142358

Change 142358 by jb@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805270411.m4R4BtMm032155>