aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Better English.Brian Somers1999-05-131-2/+2
* Found the needle in the haystack!John Birrell1999-05-112-4/+4
* Changes to support diskless booting on the alpha:Doug Rabson1999-05-031-4/+21
* Correct typos.Joseph Koshy1999-05-032-10/+12
* Correct misuse of .Nm.Joseph Koshy1999-05-031-2/+2
* Make man page reflect reality on parsing rules. Now I know JordanDaniel C. Sobral1999-04-252-6/+8
* Sync with sys/boot/i386/loader/Makefile revision 1.34.KATO Takenori1999-04-251-3/+3
* Minor nit. It is probably still incorrect, but at least don'tDaniel C. Sobral1999-04-241-1/+1
* Move loader.conf.5, while it is still in it's first revision.Daniel C. Sobral1999-04-242-3/+3
* Add loader.4th man page (worst man page I ever wrote -- reviewsDaniel C. Sobral1999-04-243-3/+263
* Optimize better for space.KATO Takenori1999-04-241-3/+3
* Update #include statements to reflect the new location of "sioreg.h".John Polstra1999-04-221-2/+2
* Make the location of init(8) tunable at boot time.Dag-Erling Smørgrav1999-04-204-4/+22
* Don't clobber the "prompt" variable if it has already been set (e. g.Joerg Wunsch1999-04-201-2/+3
* Sync with sys/boot/i386/loader/Makefile revision 1.32.KATO Takenori1999-04-191-1/+2
* Installs a default loader.rc if none exists. Document loader.conf.Daniel C. Sobral1999-04-182-1/+202
* A default loader.rc to be installed.Daniel C. Sobral1999-04-181-0/+10
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-166-13/+63
* Reactivate trace! after making it egcs-friendly.Daniel C. Sobral1999-04-062-13/+16
* Fix damage introduced in previous commit.Robert Nordier1999-04-052-4/+4
* Optimize better for space.Robert Nordier1999-04-052-4/+4
* Remove the string ">>> FreeBSD/i386 BOOT". I need to reduce the size ofDavid E. O'Brien1999-04-042-4/+4
* Use files under sys/boot/i386 instead of copying under sys/boot/pc98.KATO Takenori1999-04-025-108/+5
* Make <DEL> an alternative rubout character for command input; manyJoerg Wunsch1999-03-312-4/+6
* Revert bootinfo to 1.4 and use a different solution to NULL m_argsDaniel C. Sobral1999-03-201-5/+5
* Fix a couple of nasty errors in the README.Daniel C. Sobral1999-03-201-3/+3
* Sync with sys/boot/i386/loader/version revision 1.4.KATO Takenori1999-03-191-1/+3
* Sync with sys/boot/i386/libi386/bootinfo.c revision 1.18.KATO Takenori1999-03-191-2/+3
* Avoid copying m_args if none exists. (Perhaps this is a better solution,Daniel C. Sobral1999-03-183-6/+9
* Install the manual page in sys/boot/i386/loader.KATO Takenori1999-03-181-2/+3
* Don't choke in MOD_ARGS() if mp->m_args is NULL.Doug Rabson1999-03-181-4/+5
* This is a temporary README file, to help those trying to experimentChuck Robey1999-03-171-0/+246
* Version bump: kvm & dictionary size.Daniel C. Sobral1999-03-171-1/+3
* Disable trace! until it gets fixed.Daniel C. Sobral1999-03-171-2/+2
* The man page, version 0.1.Daniel C. Sobral1999-03-153-2/+1497
* Remove redundant code.Daniel C. Sobral1999-03-151-2/+2
* Replace /kernel.config with /boot/kernel.conf.Daniel C. Sobral1999-03-141-2/+2
* Fix syntax for boot commandMike Smith1999-03-141-1/+1
* Sync with sys/boot/i386/loader/Makefile revision 1.30.KATO Takenori1999-03-101-1/+7
* Sync with sys/boot/i386/libi386/bootinfo.c revision 1.17.KATO Takenori1999-03-101-1/+4
* Install new loader.rc stuff.Daniel C. Sobral1999-03-101-1/+7
* New loader.rc stuff.Daniel C. Sobral1999-03-093-0/+1341
* Add MODINFO_ARGS, parameters passed to a module at load time.Daniel C. Sobral1999-03-084-4/+16
* Increase ficl's dictionary size, in preparation for the newer loader.rc.Daniel C. Sobral1999-03-081-2/+2
* Fix a number of memory leaks and other memory-related disorders.Daniel C. Sobral1999-03-084-9/+19
* Make loader be able to load 1.2MB fd on machines w/ 1.44MB fdd.KATO Takenori1999-03-041-4/+7
* Added an entry for 1.44MB fd.KATO Takenori1999-03-041-2/+2
* Oops, forgot to read boot.config file.KATO Takenori1999-03-041-1/+2
* When SCSI IDs are not contiguous, the loader could not find correctKATO Takenori1999-03-042-9/+14
* boot2 doesn't need to say 'Can't find file boot.config.'KATO Takenori1999-03-041-5/+2