aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Fix the loader to handle module dependencies properly. More fixesBoris Popov2000-02-252-109/+82
* Close a file descriptor leak in the code which loads file objects.Mike Smith2000-02-171-0/+2
* This patch to BTX fixes several small things:John Baldwin2000-02-162-12/+58
* Support the new ata(4) syntax, while providing backward compatibility for wd(4).Ruslan Ermilov2000-02-092-20/+26
* Synced with sys/boot/i386/loader/Makefile rev 1.41.KATO Takenori2000-02-051-0/+2
* Add a NOFORTH variable so we can build a smaller loader withoutLuigi Rizzo2000-02-041-0/+2
* Fix bogon in previous commit. Re-enable Forth in the loader.John Baldwin2000-01-301-2/+2
* Synced with sys/boot/i386/btx/btx/btx.s rev 1.14.KATO Takenori2000-01-292-2/+6
* Allow for cdldr to be built in ${.OBJDIR}/../cdldr/cdldr instead ofJohn Baldwin2000-01-281-3/+9
* Implement a machine-independent (word size-independent) FICL_TRUE.Daniel C. Sobral2000-01-281-1/+1
* ANS Forth for logical not is 0=, not invert. Replace wrong usage.Daniel C. Sobral2000-01-281-2/+2
* Add testmain.o to CLEANFILES.Daniel C. Sobral2000-01-281-1/+1
* Try my hand again at removing ugly testmain target.Daniel C. Sobral2000-01-281-14/+12
* Add the new cdldr CD bootstrap loader. This patch includes the following:John Baldwin2000-01-279-8/+589
* Fix brokenness introduced with the PAGING conditional variable. The valueJohn Baldwin2000-01-272-2/+6
* Add driver support for the Aironet 4500/4800 series wireless 802.11Bill Paul2000-01-141-1/+2
* Add device driver support for USB ethernet adapters based on the CATCBill Paul2000-01-141-0/+1
* Add device driver support for USB ethernet adapters based on theBill Paul2000-01-051-0/+1
* Merge from the following changes.Yoshihiro Takahashi2000-01-033-48/+121
* Fixed to get the BIOS geometry.Yoshihiro Takahashi2000-01-031-4/+5
* Substantially revamp the way that we determine the amount of memory availableMike Smith1999-12-298-58/+165
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* Correctly handle a user-requested abort in the middle of displaying aMike Smith1999-12-281-2/+4
* This commit adds device driver support for the ADMtek AN986 PegasusBill Paul1999-12-281-1/+1
* Connect up the bootforth glue and compile it, but don't initialize itPeter Wemm1999-12-271-3/+13
* Close PR #15422; fix loader.conf to reflect new driver support (oldBill Paul1999-12-231-5/+2
* - Supported the bd_getbigeom function and use this function to get BIOSYoshihiro Takahashi1999-12-193-350/+26
* Don't build gensetdefs when we can use /usr/bin/gensetdefs. The latterMarcel Moolenaar1999-12-167-532/+17
* Add -L${DESTDIR}${LIBDIR} to ld's command line so that the rightMarcel Moolenaar1999-12-151-1/+3
* Remove BAD144 support, it has already been disabled for some time.Poul-Henning Kamp1999-12-086-121/+2
* Update the sample for $init_path to reflect the kernel default.Mike Smith1999-12-071-1/+2
* Update to reflect use of : not ; as separator in paths passed to theMike Smith1999-12-071-2/+2
* Make some examples reflect defaults.Daniel C. Sobral1999-12-071-7/+7
* Supported to sound beep.Yoshihiro Takahashi1999-12-031-1/+17
* Add bus suffix to mii.Daniel C. Sobral1999-12-021-1/+1
* Add if_ prefix to network drivers.Daniel C. Sobral1999-12-021-14/+14
* Add fairings. Do not depend on user actually supplying the argumentsDaniel C. Sobral1999-12-011-0/+4
* Make the prompt look like on OpenBoot.Daniel C. Sobral1999-11-271-1/+1
* Zeroes structure before using it.Daniel C. Sobral1999-11-271-0/+1
* Belatedly add splash_pcx_load to the documented variables. RewordDaniel C. Sobral1999-11-261-1/+7
* Sync with sys/boot/i386/loader/Makefile revision 1.37.Yoshihiro Takahashi1999-11-251-1/+1
* Activates password protection (if a password is defined).Daniel C. Sobral1999-11-241-0/+4
* Add silly password feature. If people want to depend on a flawedDaniel C. Sobral1999-11-243-14/+101
* Add machine-specific include path to ficl's sysdep.h. Wishes I hadDaniel C. Sobral1999-11-231-1/+1
* Revert ill-considered simplification in 1.13.Daniel C. Sobral1999-11-231-8/+11
* Improve Makefile by using .PATH.Daniel C. Sobral1999-11-231-2/+4
* Improve on ficl port to alpha.Daniel C. Sobral1999-11-235-462/+7
* (Hopefully) make all necessary changes for ficl to support alpha.Daniel C. Sobral1999-11-235-6/+18
* Add comments on what it the USB modules are. Add the usb module.Nick Hibma1999-11-221-5/+8
* Change the name of the modules from <name>_mod to <name>Nick Hibma1999-11-171-5/+0