From owner-cvs-src-old@FreeBSD.ORG Wed Jan 14 14:55:48 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F6C91065718 for ; Wed, 14 Jan 2009 14:55:48 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B87B8FC19 for ; Wed, 14 Jan 2009 14:55:48 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0EEtmkh073303 for ; Wed, 14 Jan 2009 14:55:48 GMT (envelope-from luigi@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0EEtmpC073302 for cvs-src-old@freebsd.org; Wed, 14 Jan 2009 14:55:48 GMT (envelope-from luigi@repoman.freebsd.org) Message-Id: <200901141455.n0EEtmpC073302@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to luigi@repoman.freebsd.org using -f From: Luigi Rizzo Date: Wed, 14 Jan 2009 14:55:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/boot/common interp.c src/sys/boot/forth loader.4th pnp.4th support.4th X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 14:55:48 -0000 luigi 2009-01-14 14:55:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/boot/common interp.c sys/boot/forth loader.4th pnp.4th support.4th Log: SVN rev 187222 on 2009-01-14 14:55:10Z by luigi MFC: 185746 186789 187143 misc fixes and cleanup of the Forth scripts used by the loader, see the original commits for details. The only visible change is that now setting loader_conf_files="foo bar ${some.var}" works as expected, and expands variables correctly. Also, ${variables} can be used consistently in all assignments in *.conf files managed by the loader. NOTE: this commit has nothing to do with the pxeboot and /boot/loader problems that people are seeing on 6.4 and 7.2 -- those are related to issues with the loader code, not with the scripts that the loader processes. Revision Changes Path 1.29.20.1 +13 -5 src/sys/boot/common/interp.c 1.25.2.1 +12 -96 src/sys/boot/forth/loader.4th 1.2.24.1 +33 -0 src/sys/boot/forth/pnp.4th 1.16.2.2 +278 -431 src/sys/boot/forth/support.4th