From owner-cvs-src@FreeBSD.ORG Fri May 12 08:50:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49D2616A400; Fri, 12 May 2006 08:50:32 +0000 (UTC) (envelope-from lothrandil@n00b.apagnu.se) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id C23DD44245; Fri, 12 May 2006 08:50:31 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: from [81.232.22.213] (81.232.22.213) by pne-smtpout1-sn2.hy.skanova.net (7.2.072.1) id 4461E04400093373; Fri, 12 May 2006 10:50:30 +0200 Message-ID: <44644C4A.1020700@n00b.apagnu.se> Date: Fri, 12 May 2006 10:50:18 +0200 From: Niclas Zeising User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Benno Rice References: <200605120201.k4C21cnK020003@repoman.freebsd.org> In-Reply-To: <200605120201.k4C21cnK020003@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/kern init_main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2006 08:50:32 -0000 Benno Rice wrote: > benno 2006-05-12 02:01:38 UTC > > FreeBSD src repository > > Modified files: > sys/conf options > sys/kern init_main.c > Log: > Add a new kernel config option, VERBOSE_SYSINIT. > [SNIP] > > All the cool bits by: jhb > Approved by: scottl, rink, cognet, imp > > Revision Changes Path > 1.541 +1 -0 src/sys/conf/options > 1.263 +45 -0 src/sys/kern/init_main.c Maybe you or someone should document this in NOTES or something, just so it doesn't get lost. I know it's not an option which everybody should and will use, but nonetheless. Just my .02 SEK //Niclas