summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't build gensetdefs when we can use /usr/bin/gensetdefs. The lattermarcel1999-12-161-321/+0
* Update to reflect use of : not ; as separator in paths passed to themsmith1999-12-071-2/+2
* Add fairings. Do not depend on user actually supplying the argumentsdcs1999-12-011-0/+4
* Make the prompt look like on OpenBoot.dcs1999-11-271-1/+1
* Changes the default prompt to "ok".dcs1999-11-011-1/+3
* Bring in ficl version 2.03. No version bump for loader.dcs1999-09-292-11/+9
* * Fix a stack of warnings.dfr1999-09-012-12/+10
* $Id$ -> $FreeBSD$peter1999-08-2826-26/+26
* Fix some typos.nik1999-07-281-7/+7
* Walk around the end of all the silly guessing of device types and unitmsmith1999-07-212-2/+71
* The boot countdown timer says it will boot in 1 seconds,n_hibma1999-07-151-2/+4
* Document the hw.physmem tunable. (There should be arch-specific tunablemsmith1999-07-021-0/+12
* Reconcile all the loader newvers.sh's into one common one.peter1999-06-291-0/+46
* ABS_SET() and BSS_SET() are no longer used. The sole remaining user ofpeter1999-06-261-4/+1
* -mdoc fix.ru1999-06-231-2/+2
* Typo: "can't boot 'boot'" should be "can't boot 'kernel'"dfr1999-05-301-2/+2
* Always output a linefeed when we've decided whether to bootbrian1999-05-281-6/+3
* Fix a reference to the mysterious Mike Smisth.rnordier1999-05-221-2/+2
* Found the needle in the haystack!jb1999-05-111-2/+2
* Changes to support diskless booting on the alpha:dfr1999-05-031-4/+21
* Correct typos.jkoshy1999-05-031-5/+6
* Make man page reflect reality on parsing rules. Now I know Jordandcs1999-04-251-3/+4
* Make the location of init(8) tunable at boot time.des1999-04-202-2/+15
* Don't clobber the "prompt" variable if it has already been set (e. g.joerg1999-04-201-2/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-3/+3
* The man page, version 0.1.dcs1999-03-151-0/+747
* Fix syntax for boot commandmsmith1999-03-141-1/+1
* Increase ficl's dictionary size, in preparation for the newer loader.rc.dcs1999-03-081-2/+2
OpenPOWER on IntegriCloud