summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* CG hard sentence breaks.sobomax2002-01-231-1/+2
* Allow dump device be configured as early as possible using loader(8) tunable.sobomax2002-01-211-0/+6
* mdoc(7) police: remove hard sentence break which I didn'tru2001-12-141-1/+2
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.jhb2001-12-111-2/+12
* Add support for writing blocks to the loader's disk cache.jhb2001-12-111-21/+92
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-102-2/+2
* o Expand list of tunables documented in loader.8 to include kern.maxusers,rwatson2001-12-071-0/+8
* The entry for the 'set' command no longer has a list of variables.des2001-12-041-2/+0
* Fix typo.murray2001-12-031-1/+1
* Waits for a keypress before rebooting on panic.dcs2001-11-281-0/+3
* Upper case the FreeBSD loader prompt.obrien2001-11-192-2/+2
* Fix a number of misspellings of "dependency" and "dependencies" iniedowse2001-11-161-3/+3
* Initialize first to -1; this will create a (nearly) empty file on failure,fenner2001-11-071-1/+1
* Add a DEVT_CD type for CD drivers.jhb2001-11-051-0/+1
* Print out 'foo devices:' as the line before displaying a group ofjhb2001-11-041-1/+1
* Revert rev 1.3 which moved us away from POSIX character classes.obrien2001-11-031-4/+4
* Bell-Labs AWK does not support POSIX "bracket expressions" (POSIXese forobrien2001-11-011-4/+4
* grammar fix: to -> toosilby2001-10-011-1/+1
* Implement the long-awaited module->file cache database. A userlandpeter2001-09-115-119/+423
* mdoc(7) police: markup nits.ru2001-08-201-9/+17
* Limit the amount of KVM reserved for the buffer cache and for swap-metadillon2001-08-201-0/+27
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-2/+2
* Remove whitespace at EOL.dd2001-07-151-3/+3
* Get rid of some constness warnings.dwmalone2001-06-241-6/+7
* Convert the elf loader to the new linker set layout for elf files.peter2001-06-191-6/+7
* Fix some of the worst formatting bug (seperate commit)peter2001-06-191-2/+4
* Nuke old gensetdefs based linker sets with extreme prejudicepeter2001-06-142-47/+2
* Fix a minor style bug in the last commit.jesper2001-06-101-1/+1
* In sys/boot/common/module.c, near line 105 a request for a rawjesper2001-05-271-1/+1
* MAN[1-9] -> MAN.ru2001-03-271-3/+3
* setlocale(3) has been fixed to match POSIX standard:ru2001-03-021-1/+1
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-8/+8
* Whenever the user might be offered a chance to quit throughdcs2001-02-221-4/+7
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
* Use <sys/queue.h> macro API.phk2000-12-301-12/+12
* Prepare for mdoc(7)NG.ru2000-12-271-13/+10
* mdoc(7) police: removed duplicate .Os call.ru2000-12-141-1/+1
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-221-5/+3
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-4/+4
* The default kernel filename is "kernel" again, not "kernel.ko".msmith2000-11-171-1/+1
* Use Fx macro wherever possible.ru2000-11-141-1/+3
* OpenFirmware/PowerPC loader, part 2.benno2000-11-101-0/+4
* Give the network device a print method.benno2000-11-101-1/+9
* Don't indirect through a null pointer if we run out of kernel filenames.dfr2000-10-251-1/+1
* 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
OpenPOWER on IntegriCloud