summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Stash various networking paramters in the environment for the kerneljake2002-07-311-0/+9
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-293-5/+5
* Turn on -Wformatpeter2002-07-201-1/+1
* Fix printf format errorspeter2002-07-201-3/+3
* Work around some nasty bugs on the [beta] Itanium2's E1000 UNDI driver.peter2002-07-201-5/+20
* Disable loader ufs support. It causes the loader to crash on the Itanium2peter2002-07-202-2/+2
* Fix printf format errorspeter2002-07-202-4/+4
* Remove boot2 temporarily.nyan2002-07-181-1/+1
* Major rework of how we copy data into kernel space.benno2002-07-186-22/+36
* Don't imply that setting the boot_ variables to "NO" will disable them.mp2002-07-161-6/+8
* Change include order.nyan2002-07-161-1/+1
* Use present tense in all the verbs, when describing loader's startup.keramida2002-07-151-2/+2
* The .Nm bootloadercharnier2002-07-141-5/+10
* The .Nm set of commandscharnier2002-07-141-3/+5
* The .Nmcharnier2002-07-141-3/+6
* Add support for passing metadata.benno2002-07-105-46/+660
* Resolve conflicts arising from the ACPI CA 20020611 import.iwasaki2002-07-091-2/+1
* Enable netboot support by default, since it can now coexist with disk andjake2002-07-071-3/+3
* Change help documentation for bootfile and module_path to reflectmp2002-07-071-6/+8
* Make building with ficl work. Unfortunately booting with it doesn't.jake2002-07-072-5/+10
* Build ficl on sparc64 fwiw. It doesn't work.jake2002-07-071-2/+0
* Add missing kernal tunables to loader.conf.mini2002-07-031-0/+16
* Fix a build problem for the ACPI CA 20020404 import.iwasaki2002-06-301-1/+2
* Remove a couple of __P() stragglers.peter2002-06-292-7/+7
* Enable cd9660 support by default.jake2002-06-211-1/+1
* Enable UFS1_AND_UFS2 support for sparc64 by default. Booting from ufs1 orjake2002-06-211-0/+2
* Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.cphk2002-06-215-11/+8
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-218-139/+263
* Add boot_serial and boot_multicons variables to set RB_SERIAL andpeter2002-06-208-0/+16
* #include <sys/disklabel.h> to get BBSIZE.phk2002-06-111-0/+1
* Make the alpha architecture use the common ufsread().phk2002-06-113-279/+44
* Uncomment some bits that we now need.benno2002-06-072-12/+12
* Fix up the DMA buffer allocation call.benno2002-06-071-1/+2
* Add explicit dependency on ufsread.cphk2002-06-053-2/+4
* Remove UFS related #includes, they're read in ufsread.c now.phk2002-06-051-3/+0
* Make sparc64 share ufsread.c with i386.phk2002-06-053-130/+22
* Avoid entering IOCCC with a memcpy turned bcopy.phk2002-06-051-4/+4
* Indent this file more like style(9).phk2002-06-051-108/+108
* Preparation for UFS2 commit:phk2002-06-055-322/+191
* Fix a handful of typos and grammar bogons. No content changes.schweikh2002-05-301-9/+9
* Fix a handful of typos and grammar bogons. No content changes.schweikh2002-05-291-8/+8
* Add needed include of queue.h. Remove unneeded include of smp.h.jake2002-05-291-1/+1
* Use a contrived 'tlb_entry' structure for passing the mappings for thejake2002-05-293-18/+18
* Sync with i386. The loader was being installed before the beforeinstalljake2002-05-281-26/+39
* Cosmetic change (align with other boot blocks):n_hibma2002-05-262-5/+5
* Add support for reading an additional loader configuration file. By default,gordon2002-05-243-1/+70
* Fixed to conflict labels.nyan2002-05-211-3/+3
* MFi386: revision 1.22nyan2002-05-211-9/+8
* MD ficl files for sparc64.jake2002-05-192-0/+513
* o Remove namespace pollution from param.h:marcel2002-05-198-0/+12
OpenPOWER on IntegriCloud