From owner-svn-src-all@FreeBSD.ORG Tue Jan 6 19:05:07 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44F0710657C0; Tue, 6 Jan 2009 19:05:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id EF3C18FC19; Tue, 6 Jan 2009 19:05:06 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 3022041C711; Tue, 6 Jan 2009 20:05:06 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id e2k9dxa3S3C3; Tue, 6 Jan 2009 20:05:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id D317D41C710; Tue, 6 Jan 2009 20:05:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 421874448DD; Tue, 6 Jan 2009 19:04:26 +0000 (UTC) Date: Tue, 6 Jan 2009 19:04:25 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Luigi Rizzo In-Reply-To: <200901052009.n05K9soF009621@svn.freebsd.org> Message-ID: <20090106190220.I45399@maildrop.int.zabbadoz.net> References: <200901052009.n05K9soF009621@svn.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r186789 - head/sys/boot/forth X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2009 19:05:07 -0000 On Mon, 5 Jan 2009, Luigi Rizzo wrote: > Author: luigi > Date: Mon Jan 5 20:09:54 2009 > New Revision: 186789 > URL: http://svn.freebsd.org/changeset/base/186789 > > Log: > This patch introduces a number of simplifications to the Forth > functions used in the bootloader. The goal is to make the code more > readable and smaller (especially because we have size issues > in the loader's environment). ... It's waay to chatty now... I guess some debug stuff slipped in? -- starting on get_file_name has /boot/defaults/loader.conf ----- Trying conf /boot/defaults/loader.conf Loading /boot/defaults/loader.conf -- starting on get_file_name has /boot/device.hints ----- Trying conf /boot/device.hints get_file_name has /boot/loader.conf ----- Trying conf /boot/loader.conf ;get_file_name has /boot/loader.conf.local ----- Trying conf /boot/loader.conf.local -- Bjoern A. Zeeb The greatest risk is not taking one.