From owner-freebsd-current@FreeBSD.ORG Sat Mar 21 17:50:39 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3004F106566B for ; Sat, 21 Mar 2009 17:50:39 +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 0351E8FC1D for ; Sat, 21 Mar 2009 17:50:38 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n2LHoFEN013268 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 21 Mar 2009 10:50:15 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <49C528D6.1060703@freebsd.org> Date: Sat, 21 Mar 2009 10:50:14 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: Marcel Moolenaar References: <20090321004908.GA9482@narn.knownspace> <20090321102235.1b69134f@ernst.jennejohn.org> <20090321100738.GT31961@hoeg.nl> <7BD1B9B6-6AF4-4B38-B368-5216C66DC1EF@mac.com> In-Reply-To: <7BD1B9B6-6AF4-4B38-B368-5216C66DC1EF@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-x.dcc-servers-Metrics: ebb.errno.com; whitelist Cc: Ed Schouten , Alexander Best , FreeBSD Current , Justin Hibbits Subject: Re: weird console output X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Mar 2009 17:50:39 -0000 Marcel Moolenaar wrote: > > On Mar 21, 2009, at 3:07 AM, Ed Schouten wrote: > >> * Gary Jennejohn wrote: >>> Set "options PRINTF_BUFR_SIZE=128" in your kernel config. >> >> Maybe we should just turn this on by default. > > Agreed. Even if only in configurations that have SMP. > I was just about to suggest we enable it w/ SMP and use the explicit option to override a default size. Sam