Date: Wed, 14 Jun 2000 03:34:29 -0700 (PDT) From: Paul Saab <ps@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/libalpha elf_freebsd.c src/sys/boot/common boot.c bootstrap.h misc.c src/sys/boot/i386/libi386 aout_freebsd.c elf_freebsd.c Message-ID: <200006141034.DAA82293@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ps 2000/06/14 03:34:29 PDT Modified files: sys/boot/alpha/libalpha elf_freebsd.c sys/boot/common boot.c bootstrap.h misc.c sys/boot/i386/libi386 aout_freebsd.c elf_freebsd.c Log: Delay calling the device cleanup routines until the absolute last moment. We were cleaning up after PXE too early and the module dependancy code would not be able to load any files if it needed too. Revision Changes Path 1.10 +2 -1 src/sys/boot/alpha/libalpha/elf_freebsd.c 1.19 +1 -6 src/sys/boot/common/boot.c 1.29 +3 -1 src/sys/boot/common/bootstrap.h 1.7 +12 -1 src/sys/boot/common/misc.c 1.14 +2 -1 src/sys/boot/i386/libi386/aout_freebsd.c 1.9 +2 -1 src/sys/boot/i386/libi386/elf_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006141034.DAA82293>