PERFORCE change 132541 for review

John Birrell jb at FreeBSD.org
Fri Jan 4 20:36:42 PST 2008


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

Change 132541 by jb at jb_freebsd1 on 2008/01/05 04:36:14

	Add the printf buffer option to clean up output a bit.

Affected files ...

.. //depot/projects/dtrace/src/sys/amd64/conf/GENERIC#29 edit

Differences ...

==== //depot/projects/dtrace/src/sys/amd64/conf/GENERIC#29 (text+ko) ====

@@ -62,6 +62,7 @@
 options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
 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.
 
 # Debugging for use in -current
 options 	KDB			# Enable kernel debugger support.


More information about the p4-projects mailing list