aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing kernal tunables to loader.conf.Jonathan Mini2002-07-031-0/+16
* Fix a build problem for the ACPI CA 20020404 import.Mitsuru IWASAKI2002-06-301-1/+2
* Remove a couple of __P() stragglers.Peter Wemm2002-06-292-7/+7
* Enable cd9660 support by default.Jake Burkholder2002-06-211-1/+1
* Enable UFS1_AND_UFS2 support for sparc64 by default. Booting from ufs1 orJake Burkholder2002-06-211-0/+2
* Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.cPoul-Henning Kamp2002-06-215-11/+8
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-218-139/+263
* Add boot_serial and boot_multicons variables to set RB_SERIAL andPeter Wemm2002-06-208-0/+16
* #include <sys/disklabel.h> to get BBSIZE.Poul-Henning Kamp2002-06-111-0/+1
* Make the alpha architecture use the common ufsread().Poul-Henning Kamp2002-06-113-279/+44
* Uncomment some bits that we now need.Benno Rice2002-06-072-12/+12
* Fix up the DMA buffer allocation call.Benno Rice2002-06-071-1/+2
* Add explicit dependency on ufsread.cPoul-Henning Kamp2002-06-053-2/+4
* Remove UFS related #includes, they're read in ufsread.c now.Poul-Henning Kamp2002-06-051-3/+0
* Make sparc64 share ufsread.c with i386.Poul-Henning Kamp2002-06-053-130/+22
* Avoid entering IOCCC with a memcpy turned bcopy.Poul-Henning Kamp2002-06-051-4/+4
* Indent this file more like style(9).Poul-Henning Kamp2002-06-051-108/+108
* Preparation for UFS2 commit:Poul-Henning Kamp2002-06-055-322/+191
* Fix a handful of typos and grammar bogons. No content changes.Jens Schweikhardt2002-05-301-9/+9
* Fix a handful of typos and grammar bogons. No content changes.Jens Schweikhardt2002-05-291-8/+8
* Add needed include of queue.h. Remove unneeded include of smp.h.Jake Burkholder2002-05-291-1/+1
* Use a contrived 'tlb_entry' structure for passing the mappings for theJake Burkholder2002-05-293-18/+18
* Sync with i386. The loader was being installed before the beforeinstallJake Burkholder2002-05-281-26/+39
* Cosmetic change (align with other boot blocks):Nick Hibma2002-05-262-5/+5