From owner-cvs-all Fri Sep 8 10: 3:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DB6637B423; Fri, 8 Sep 2000 10:03:54 -0700 (PDT) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA10807; Fri, 8 Sep 2000 10:03:54 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <200009081703.KAA10807@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Fri, 8 Sep 2000 10:03:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ficl ficl.h loader.c words.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2000/09/08 10:03:54 PDT Modified files: sys/boot/ficl ficl.h loader.c words.c Log: Add the infrastructure necessary to handle PnP from a Forth script. Also, export the file_findfile() function. Again, this is taken from work in progress but frozen for the time being. Since it works, I'd rather commit and remove any uglyness later than hide it on my tree. Revision Changes Path 1.17 +5 -1 src/sys/boot/ficl/ficl.h 1.2 +95 -0 src/sys/boot/ficl/loader.c 1.31 +5 -1 src/sys/boot/ficl/words.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message