summaryrefslogtreecommitdiff
path: root/sys/boot/common/boot.c
Commit message (Expand)AuthorAgeFilesLines
* Implement the long-awaited module->file cache database. A userlandPeter Wemm2001-09-111-3/+2
* The default kernel filename is "kernel" again, not "kernel.ko".Mike Smith2000-11-171-1/+1
* Don't indirect through a null pointer if we run out of kernel filenames.Doug Rabson2000-10-251-1/+1
* Start countdown only _after_ the kernel was loaded. Not very fair otherwise.Daniel C. Sobral2000-09-151-4/+4
* Fix autoboot. Now autoboot *always* show the correct kernel name. ItDaniel C. Sobral2000-09-081-17/+36
* With the committed changes to the loaders modules path code, the kernelDavid E. O'Brien2000-09-061-1/+1
* Fix the kernel default load from "/boot/modules" to "/boot/kernel".David E. O'Brien2000-09-051-1/+1
* The kernel is now known as `kernel.ko' and it and its matching modulesDavid E. O'Brien2000-09-051-1/+1
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asJohn Baldwin2000-08-031-10/+9
* Delay calling the device cleanup routines until the absolute lastPaul Saab2000-06-141-5/+0
* The loader was written so that if /kernel was missing /kernel.old wouldDavid E. O'Brien2000-05-131-0/+2
* Update loader logic to distinguish modules vs. files.Boris Popov2000-05-011-8/+8
* Add a cleanup function. This is needed for PXE where you shouldPaul Saab2000-04-201-0/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Walk around the end of all the silly guessing of device types and unitMike Smith1999-07-211-1/+69
* The boot countdown timer says it will boot in 1 seconds,Nick Hibma1999-07-151-2/+4
* Typo: "can't boot 'boot'" should be "can't boot 'kernel'"Doug Rabson1999-05-301-2/+2
* Always output a linefeed when we've decided whether to bootBrian Somers1999-05-281-6/+3
* Standardise on ';' as a component separator; it seems to be a little moreMike Smith1998-11-021-4/+4
* * Extend the memory available for the heap from 256k to 512k.Doug Rabson1998-10-311-2/+2
* - Add a new command 'lsdev' to list devices which might be likely to hostMike Smith1998-10-311-3/+5
* Tweak the output one more time again. The kernel or module pathnamePeter Wemm1998-10-141-3/+3
* Cosmetic: After the autoboot timeout, print a \n.Peter Wemm1998-10-111-2/+6
* - VERBOSE_LS is obsolete, as the heap is much better behaved now.Mike Smith1998-10-071-8/+30
* boot.cMike Smith1998-10-021-3/+9
* Use the variable with the path in it for the error message.Peter Wemm1998-09-281-2/+2
* Bootloader update.Mike Smith1998-08-311-2/+4
* This is the new unified bootstrap, sometimes known previously as theMike Smith1998-08-211-0/+229