aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-3/+3
* setlocale(3) has been fixed to match POSIX standard:Ruslan Ermilov2001-03-021-1/+1
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.Ruslan Ermilov2001-02-281-8/+8
* Whenever the user might be offered a chance to quit throughDaniel C. Sobral2001-02-221-4/+7
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
* Use <sys/queue.h> macro API.Poul-Henning Kamp2000-12-301-12/+12
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-13/+10
* mdoc(7) police: removed duplicate .Os call.Ruslan Ermilov2000-12-141-1/+1
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-5/+3
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+4
* The default kernel filename is "kernel" again, not "kernel.ko".Mike Smith2000-11-171-1/+1
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+3
* OpenFirmware/PowerPC loader, part 2.Benno Rice2000-11-101-0/+4
* Give the network device a print method.Benno Rice2000-11-101-1/+9
* Don't indirect through a null pointer if we run out of kernel filenames.Doug Rabson2000-10-251-1/+1
* The default search path for kernel and modules was bogus. It makes noDaniel C. Sobral2000-09-161-1/+1
* Start countdown only _after_ the kernel was loaded. Not very fair otherwise.Daniel C. Sobral2000-09-151-4/+4
* Change NOFORTH comment character from # to \ followed by space,Daniel C. Sobral2000-09-101-1/+1
* Update boot and boot-conf descriptions to reflect new and old changes.Daniel C. Sobral2000-09-081-0/+5
* Make the pnp structure a global variable, so it can be used elsewhere.Daniel C. Sobral2000-09-082-1/+5
* Fix autoboot. Now autoboot *always* show the correct kernel name. ItDaniel C. Sobral2000-09-082-17/+37
* 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-052-2/+2
* List loader.conf and friends in the FILES section.Sheldon Hearn2000-08-241-0/+6
* Add missing "is".Daniel C. Sobral2000-08-111-1/+1
* Add support to send the string 'PXEClient' as the Vendor classPaul Saab2000-08-111-1/+2
* Bring back the perform() function. However, conditionionalize it onJohn Baldwin2000-08-041-0/+36
* Fix the more obvious warnings to deal with my earlier warning cleanups.John Baldwin2000-08-031-1/+0
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asJohn Baldwin2000-08-0312-162/+135
* Don't call printf with no format string.Kris Kennaway2000-07-101-1/+1
* Don't call printf with no format string. This is technically a securityKris Kennaway2000-07-101-2/+2
* Typo fix: tunnable.Matthew Hunt2000-06-251-3/+2
* Whitespace-only changes: apply accepted line breaking style as aSheldon Hearn2000-06-221-91/+138
* Fix vocabulary juggling so that builtins voc is always searched beforeDaniel C. Sobral2000-06-161-2/+2
* Remove the setting of sourceid from bf_vm(), as bf_vm() really hasDaniel C. Sobral2000-06-142-5/+7
* Delay calling the device cleanup routines until the absolute lastPaul Saab2000-06-143-5/+13
* Make typing 'q' or 'Q' work for the show command as the pager promptPaul Saab2000-06-141-1/+2
* Place original builtins in a vocabulary called "builtins". ThisDaniel C. Sobral2000-06-071-0/+6
* Remove residual printf.Daniel C. Sobral2000-06-071-1/+0
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-4/+4
* Document abial's .#.Daniel C. Sobral2000-05-231-0/+4
* One of loaders' bugs disappeared somewhere along the way.Daniel C. Sobral2000-05-191-5/+0
* Move man page directives to common/Makefile.inc.Daniel C. Sobral2000-05-191-0/+5
* Make corrections to allow for Alpha.Daniel C. Sobral2000-05-181-4/+4
* Only probe network settings on the first open of the network device.Doug Rabson2000-05-131-0/+1
* The loader was written so that if /kernel was missing /kernel.old wouldDavid E. O'Brien2000-05-131-0/+2
* long != int on Alphas.Boris Popov2000-05-121-1/+2
* Make documentation on recently added heap? command reflect reality.Daniel C. Sobral2000-05-041-2/+2