From owner-cvs-all Sat Nov 7 09:38:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18791 for cvs-all-outgoing; Sat, 7 Nov 1998 09:38:40 -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 JAA18784; Sat, 7 Nov 1998 09:38:39 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA22171; Sat, 7 Nov 1998 09:38:42 -0800 (PST) Date: Sat, 7 Nov 1998 09:38:42 -0800 (PST) Message-Id: <199811071738.JAA22171@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/ficl words.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/11/07 09:38:41 PST Modified files: sys/boot/ficl words.c Log: o Add proper stack checking to all file words o add fkey and fread o eliminate fexists now that this can be expressed in HLL forth ( : fexists fopen dup -1 <> if fclose 1 else drop 0 then ; ) :-) Once we get the ability to write files, it should be possible to do stand-alone rescue work from the 3rd stage boot. :) Revision Changes Path 1.12 +48 -28 src/sys/boot/ficl/words.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message