From owner-svn-src-head@FreeBSD.ORG Sun Jun 14 21:22:24 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5CD6106566B; Sun, 14 Jun 2009 21:22:24 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 9CD5F8FC18; Sun, 14 Jun 2009 21:22:24 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from Macintosh-4.local ([10.0.0.200]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n5ELMN8w058354 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 14 Jun 2009 14:22:23 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4A356A0F.3050800@freebsd.org> Date: Sun, 14 Jun 2009 14:22:23 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: Ed Schouten References: <200906141801.n5EI1Zti056239@svn.freebsd.org> In-Reply-To: <200906141801.n5EI1Zti056239@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r194204 - in head/sys: amd64/conf i386/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2009 21:22:25 -0000 Ed Schouten wrote: > Author: ed > Date: Sun Jun 14 18:01:35 2009 > New Revision: 194204 > URL: http://svn.freebsd.org/changeset/base/194204 > > Log: > Enable PRINTF_BUFR_SIZE on i386 and amd64 by default. > > In the past there have been some reports of PRINTF_BUFR_SIZE not > functioning correctly. Instead of having garbled console messages, we > should just see whether the issues are still there and analyze them. > When I suggested enabling this by default for SMP configurations I was reminded it wasn't enabled because of potential stack overflow. Sam