summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* The default search path for kernel and modules was bogus. It makes nodcs2000-09-161-1/+1
* Start countdown only _after_ the kernel was loaded. Not very fair otherwise.dcs2000-09-151-4/+4
* Change NOFORTH comment character from # to \ followed by space,dcs2000-09-101-1/+1
* Update boot and boot-conf descriptions to reflect new and old changes.dcs2000-09-081-0/+5
* Make the pnp structure a global variable, so it can be used elsewhere.dcs2000-09-082-1/+5
* Fix autoboot. Now autoboot *always* show the correct kernel name. Itdcs2000-09-082-17/+37
* With the committed changes to the loaders modules path code, the kernelobrien2000-09-061-1/+1
* Fix the kernel default load from "/boot/modules" to "/boot/kernel".obrien2000-09-051-1/+1
* The kernel is now known as `kernel.ko' and it and its matching modulesobrien2000-09-052-2/+2
* List loader.conf and friends in the FILES section.sheldonh2000-08-241-0/+6
* Add missing "is".dcs2000-08-111-1/+1
* Add support to send the string 'PXEClient' as the Vendor classps2000-08-111-1/+2
* Bring back the perform() function. However, conditionionalize it onjhb2000-08-041-0/+36
* Fix the more obvious warnings to deal with my earlier warning cleanups.jhb2000-08-031-1/+0
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-0312-162/+135
* Don't call printf with no format string.kris2000-07-101-1/+1
* Don't call printf with no format string. This is technically a securitykris2000-07-101-2/+2
* Typo fix: tunnable.mph2000-06-251-3/+2
* Whitespace-only changes: apply accepted line breaking style as asheldonh2000-06-221-91/+138
* Fix vocabulary juggling so that builtins voc is always searched beforedcs2000-06-161-2/+2
* Remove the setting of sourceid from bf_vm(), as bf_vm() really hasdcs2000-06-142-5/+7
* Delay calling the device cleanup routines until the absolute lastps2000-06-143-5/+13
* Make typing 'q' or 'Q' work for the show command as the pager promptps2000-06-141-1/+2
* Place original builtins in a vocabulary called "builtins". Thisdcs2000-06-071-0/+6
* Remove residual printf.dcs2000-06-071-1/+0
* Back out the previous change to the queue(3) interface.jake2000-05-262-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-232-4/+4
* Document abial's .#.dcs2000-05-231-0/+4
* One of loaders' bugs disappeared somewhere along the way.dcs2000-05-191-5/+0
* Move man page directives to common/Makefile.inc.dcs2000-05-191-0/+5
* Make corrections to allow for Alpha.dcs2000-05-181-4/+4
* Only probe network settings on the first open of the network device.dfr2000-05-131-0/+1
* The loader was written so that if /kernel was missing /kernel.old wouldobrien2000-05-131-0/+2
* long != int on Alphas.bp2000-05-121-1/+2
* Make documentation on recently added heap? command reflect reality.dcs2000-05-041-2/+2
* Add "heap?" to loader's man page.dcs2000-05-041-0/+3
* Further improve ordering.dcs2000-05-041-4/+4
* Sort entries in FreeBSD-specific FICL commands.dcs2000-05-041-14/+14
* Add $FreeBSD$peter2000-05-011-0/+1
* GC unused variable (size)peter2000-05-011-1/+0
* Fix some warnings on the Alpha. sizeof() returns different things onpeter2000-05-011-2/+2
* Update loader logic to distinguish modules vs. files.bp2000-05-016-351/+601
* Teach the loader about the ext2fs filesystem, extended partitions, andjlemon2000-04-291-44/+18
* Add a cleanup function. This is needed for PXE where you shouldps2000-04-201-0/+6
* Some more i386-only BIOS-friendliness:msmith2000-04-161-0/+8
* bcache_strategy() now receives an unit number, and keep track of whatdcs2000-03-152-8/+25
* Fix the loader to handle module dependencies properly. More fixesbp2000-02-252-109/+82
* Close a file descriptor leak in the code which loads file objects.msmith2000-02-171-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
* Correctly handle a user-requested abort in the middle of displaying amsmith1999-12-281-2/+4
OpenPOWER on IntegriCloud