From owner-cvs-all Thu Feb 4 08:54:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14547 for cvs-all-outgoing; Thu, 4 Feb 1999 08:54:03 -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 IAA14516; Thu, 4 Feb 1999 08:53:48 -0800 (PST) (envelope-from dcs@FreeBSD.org) From: "Daniel C. Sobral" Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA86344; Thu, 4 Feb 1999 08:53:48 -0800 (PST) (envelope-from dcs@FreeBSD.org) Date: Thu, 4 Feb 1999 08:53:48 -0800 (PST) Message-Id: <199902041653.IAA86344@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/ficl ficl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/02/04 08:53:47 PST Modified files: sys/boot/ficl ficl.c Log: Make ficlExec recursive. This removes vmReset and vmQuit from the error cases, but the replacement should be doing everything they did, except what did shouldn't be doing, and might do a little more they ought to be doing. Revision Changes Path 1.11 +17 -7 src/sys/boot/ficl/ficl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message