aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Fixed to build after removing a.out suppot.Yoshihiro Takahashi2002-09-241-6/+6
* use __packed.Alfred Perlstein2002-09-234-27/+27
* At great personal risk, add a __packed and __aligned(x) define thatPeter Wemm2002-09-232-2/+2
* MFi386: Remove a.out support.Yoshihiro Takahashi2002-09-192-8/+2
* Remove -elf option.Yoshihiro Takahashi2002-09-191-2/+0
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-1716-93/+6
* Parse hint.acpi.0.disabled correctly.Mitsuru IWASAKI2002-09-051-2/+10
* Make SCSI_DELAY setable at boot time and runtime via theBrooks Davis2002-09-021-0/+1
* Remove NOFORTH=yes, it seems to work now thanks to scottl.Jake Burkholder2002-09-021-1/+0
* Restore Rev. 1.40 (remove "Keyboard yes/no" printf).Alexander Kabaev2002-09-012-2/+2
* Make ficl work on sparc64. The assumption that int == long == void * isScott Long2002-08-312-9/+9
* Revert previous untested revision. The i386 loader consists of three parts:John Baldwin2002-08-301-1/+1
* s/hint.acpi.0.disable/hint.acpi.0.disabled/Mitsuru IWASAKI2002-08-303-3/+3
* Try #2 at having /boot/loader default to ELF. Have pxeldr build itsPeter Wemm2002-08-292-4/+19
* Actually remove the stale a.out kld support. This is the stuff that wasPeter Wemm2002-08-292-339/+0
* Initiate deorbit burn of i386 a.out kld "support" in loader. Note thatPeter Wemm2002-08-296-14/+2
* Whitespace fix from last commit.Tom Rhodes2002-08-271-2/+4
* Fix some grammar errors in loader.conf.5Tom Rhodes2002-08-271-11/+11
* - Do not pretend to compile a kernel and remove the definitionRobert Drehmel2002-08-211-2/+0
* - Define the macro _KERNEL to pretend we are compiling a kernel.Robert Drehmel2002-08-211-1/+2
* Fix for stand-alone compilingScott Long2002-08-211-0/+4
* Support for VIA VT8233 audio controller.Orion Hodson2002-08-171-0/+1
* mdoc(7) police: Get rid of hard sentence breaks.Ruslan Ermilov2002-08-131-8/+15
* mdoc(7) police: revert unapproved changes in rev. 1.43, added missing markup ...Ruslan Ermilov2002-08-131-3/+5
* Add help about hint.acpi.0.disable.Mitsuru IWASAKI2002-08-091-0/+4
* Restore autoloading of ACPI module.David E. O'Brien2002-08-092-0/+12
* Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLYDavid E. O'Brien2002-08-091-8/+0
* Print out the strings in vers.o instead of hardcoding the loader banner.Jake Burkholder2002-08-041-2/+4
* Sample loader.conf lines for various MAC modules.Robert Watson2002-08-011-0/+12
* Stash various networking paramters in the environment for the kernelJake Burkholder2002-07-311-0/+9
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-293-5/+5
* Turn on -WformatPeter Wemm2002-07-201-1/+1
* Fix printf format errorsPeter Wemm2002-07-201-3/+3
* Work around some nasty bugs on the [beta] Itanium2's E1000 UNDI driver.Peter Wemm2002-07-201-5/+20
* Disable loader ufs support. It causes the loader to crash on the Itanium2Peter Wemm2002-07-202-2/+2
* Fix printf format errorsPeter Wemm2002-07-202-4/+4
* Remove boot2 temporarily.Yoshihiro Takahashi2002-07-181-1/+1
* Major rework of how we copy data into kernel space.Benno Rice2002-07-186-22/+36
* Don't imply that setting the boot_ variables to "NO" will disable them.Mark Peek2002-07-161-6/+8
* Change include order.Yoshihiro Takahashi2002-07-161-1/+1
* Use present tense in all the verbs, when describing loader's startup.Giorgos Keramidas2002-07-151-2/+2
* The .Nm bootloaderPhilippe Charnier2002-07-141-5/+10
* The .Nm set of commandsPhilippe Charnier2002-07-141-3/+5
* The .NmPhilippe Charnier2002-07-141-3/+6
* Add support for passing metadata.Benno Rice2002-07-105-46/+660
* Resolve conflicts arising from the ACPI CA 20020611 import.Mitsuru IWASAKI2002-07-091-2/+1
* Enable netboot support by default, since it can now coexist with disk andJake Burkholder2002-07-071-3/+3
* Change help documentation for bootfile and module_path to reflectMark Peek2002-07-071-6/+8
* Make building with ficl work. Unfortunately booting with it doesn't.Jake Burkholder2002-07-072-5/+10
* Build ficl on sparc64 fwiw. It doesn't work.Jake Burkholder2002-07-071-2/+0