svn commit: r285429 - head/sys/arm/conf

Ian Lepore ian at FreeBSD.org
Sun Jul 12 19:58:13 UTC 2015


Author: ian
Date: Sun Jul 12 19:58:12 2015
New Revision: 285429
URL: https://svnweb.freebsd.org/changeset/base/285429

Log:
  Add PRINTF_BUFR_SIZE=128 to avoid interleaved output.

Modified:
  head/sys/arm/conf/std.armv6

Modified: head/sys/arm/conf/std.armv6
==============================================================================
--- head/sys/arm/conf/std.armv6	Sun Jul 12 19:18:19 2015	(r285428)
+++ head/sys/arm/conf/std.armv6	Sun Jul 12 19:58:12 2015	(r285429)
@@ -32,6 +32,7 @@ options 	SYSVSHM			# SYSV-style shared m
 options 	SYSVMSG			# SYSV-style message queues
 options 	SYSVSEM			# SYSV-style semaphores
 options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
+options 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
 options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
 options 	FREEBSD_BOOT_LOADER	# Process metadata passed from loader(8)
 options 	VFP			# Enable floating point hardware support


More information about the svn-src-head mailing list