svn commit: r197490 - head/sys/sparc64/conf

Marius Strobl marius at FreeBSD.org
Fri Sep 25 17:08:51 UTC 2009


Author: marius
Date: Fri Sep 25 17:08:51 2009
New Revision: 197490
URL: http://svn.freebsd.org/changeset/base/197490

Log:
  Merge r194204 from amd64/i386:
  
  Enable PRINTF_BUFR_SIZE by default.
  
  PR:		139134
  MFC after:	3 days

Modified:
  head/sys/sparc64/conf/GENERIC

Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC	Fri Sep 25 17:07:43 2009	(r197489)
+++ head/sys/sparc64/conf/GENERIC	Fri Sep 25 17:08:51 2009	(r197490)
@@ -68,6 +68,7 @@ options 	SYSVMSG			# SYSV-style message 
 options 	SYSVSEM			# SYSV-style semaphores
 options 	P1003_1B_SEMAPHORES	# POSIX-style semaphores
 options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
+options 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
 options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
 options 	AUDIT			# Security event auditing
 options 	MAC			# TrustedBSD MAC Framework


More information about the svn-src-head mailing list