PERFORCE change 134513 for review

John Birrell jb at FreeBSD.org
Wed Jan 30 16:20:05 PST 2008


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

Change 134513 by jb at jb_freebsd1 on 2008/01/31 00:19:42

	Buffer my printf thanks. I don't speak gobbledy-gook.

Affected files ...

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

Differences ...

==== //depot/projects/dtrace7/src/sys/amd64/conf/GENERIC#4 (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 	PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
 options 	KDTRACE_HOOKS		# Kernel DTrace hooks
 
 # Make an SMP-capable kernel by default


More information about the p4-projects mailing list