From owner-cvs-all Fri Jan 22 15:53:00 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04243 for cvs-all-outgoing; Fri, 22 Jan 1999 15:53:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04236; Fri, 22 Jan 1999 15:52:58 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA21017; Fri, 22 Jan 1999 15:53:00 -0800 (PST) Date: Fri, 22 Jan 1999 15:53:00 -0800 (PST) Message-Id: <199901222353.PAA21017@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common bootstrap.h help.common interp.c interp_forth.c load_aout.c pnp.c src/sys/boot/ficl ficl.c ficl.h sysdep.c sysdep.h testmain.c vm.c words.c src/sys/boot/ficl/softwords softcore.awk softcore.fr Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/01/22 15:53:00 PST Modified files: sys/boot/common bootstrap.h help.common interp.c interp_forth.c load_aout.c pnp.c Log: bootstrap.h help.common interp.c Rename the 'source' command to 'include' in order to avoid conflict with the ANS Forth command of the same name. (kern/9473) interp_forth.c: Changes from kern/9412 (EXCEPTION word), kern/9442 (TIB buffer sizing) and an improved version of kern/9460 (set version numbers). load_aout.c: Trim some obsolete #if 0'ed cruft. pnp.c: Tidy the pnpscan output, turn off the module scanning until we sort out how to do it right. PR: kern/9412 kern/9442 kern/9460 kern/9473 Submitted by: PRs from Daniel Sobral Revision Changes Path 1.19 +2 -2 src/sys/boot/common/bootstrap.h 1.6 +4 -2 src/sys/boot/common/help.common 1.13 +12 -12 src/sys/boot/common/interp.c 1.10 +53 -6 src/sys/boot/common/interp_forth.c 1.13 +1 -103 src/sys/boot/common/load_aout.c 1.8 +15 -16 src/sys/boot/common/pnp.c Modified files: sys/boot/ficl ficl.c ficl.h sysdep.c sysdep.h testmain.c vm.c words.c sys/boot/ficl/softwords softcore.awk softcore.fr Log: Add EXCEPTION word set. Make TIB handling use buffer size to conform with ANS Forth. Add ANS MEMORY-ALLOC word set. See the PRs for extensive details. PR: kern/9412 kern/9442 kern/9514 Submitted by: PRs from Daniel Sobral Revision Changes Path 1.7 +6 -5 src/sys/boot/ficl/ficl.c 1.7 +45 -9 src/sys/boot/ficl/ficl.h 1.6 +7 -0 src/sys/boot/ficl/sysdep.c 1.2 +1 -0 src/sys/boot/ficl/sysdep.h 1.3 +6 -9 src/sys/boot/ficl/testmain.c 1.4 +15 -10 src/sys/boot/ficl/vm.c 1.17 +239 -23 src/sys/boot/ficl/words.c 1.2 +1 -1 src/sys/boot/ficl/softwords/softcore.awk 1.5 +3 -1 src/sys/boot/ficl/softwords/softcore.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message