aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* There's no reason for "read" and "echo" commands to notRuslan Ermilov2004-11-131-2/+2
* Pass the "?" command output through the pager.Ruslan Ermilov2004-11-121-4/+15
* Remove a pre-tier-1 kernel compatability helper. This means a 6.x loaderPeter Wemm2004-11-081-2/+0
* Document "loader_color" variable.Kirill Ponomarev2004-11-072-1/+7
* Clean up the comments, rewording, adding missing punctuationGiorgos Keramidas2004-11-061-35/+26
* Add a loader menu option to set hint.atkbd.0.flags=0x1 which allows USBBrooks Davis2004-10-301-0/+10
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-247-7/+7
* Collapse several adjacent .if's into .if/.elif.Ruslan Ermilov2004-10-241-10/+7
* ELF64 support is not needed on pc98.Yoshihiro Takahashi2004-10-241-1/+5
* MFi386: revision 1.4.Yoshihiro Takahashi2004-10-241-1/+9
* MFi386: Set bi_basemem and bi_extmem variables.Yoshihiro Takahashi2004-10-241-0/+6
* MFi386: Add support for preloading ELF relocatable object format modules.Yoshihiro Takahashi2004-10-241-0/+2
* Respect RB_MULTIPLE flag.Hidetoshi Shimokawa2004-10-221-0/+2
* - Add FireWire subclass and OHCI interface.Hidetoshi Shimokawa2004-10-222-23/+75
* document host_start_mem.Warner Losh2004-10-151-0/+12
* Polish the last change.Ruslan Ermilov2004-10-151-5/+5
* Document hw.{pci,acpi}.host_start_memWarner Losh2004-10-151-0/+9
* Back out changes which were introduced to delay mounting root file system.Pawel Jakub Dawidek2004-10-052-9/+0
* Use the correct printf specifier.Stefan Farfeleder2004-10-031-1/+3
* Document MD commands.Ruslan Ermilov2004-10-011-0/+25
* The "autoboot" command also has a third (optional) parameter.Ruslan Ermilov2004-10-012-2/+9
* Don't give instructions on how to disable ACPI in the MI section.Ruslan Ermilov2004-09-301-5/+0
* Setting "kernel" to an absolute path is a bad idea becauseRuslan Ermilov2004-09-301-2/+2
* Bring this file more up to date.Ruslan Ermilov2004-09-301-12/+29
* Retire now useless userconfig_script_*.Ruslan Ermilov2004-09-303-17/+2
* The value of $interpret is "OK", in uppercase.Ruslan Ermilov2004-09-301-1/+1
* Fixed the default value of the $prompt variable, document whatRuslan Ermilov2004-09-302-2/+6
* Setting dump device from loader(8) has not been supported since 2002.Ruslan Ermilov2004-09-302-8/+0
* The default value of "bootfile" has been "kernel" since 2000.Ruslan Ermilov2004-09-301-1/+1
* Mention "help index" in the online help, and provide a help forRuslan Ermilov2004-09-301-1/+8
* Added support for the -D boot option.Ruslan Ermilov2004-09-301-0/+3
* Document boot_cdrom, boot_multicons, and boot_serial.Ruslan Ermilov2004-09-305-9/+51
* `?' is not the same as "help index".Ruslan Ermilov2004-09-301-4/+2
* Fixed exiting from pager using the `q' key while pagingRuslan Ermilov2004-09-291-4/+6
* Document vfs.root.mountdelay value.Pawel Jakub Dawidek2004-09-242-0/+9
* Remove. This file was repocopied to ../ski.Marcel Moolenaar2004-09-2424-2614/+0
* Replace misuse of NULL with 0UL.Marcel Moolenaar2004-09-241-3/+3
* Remove the dependency on the Intel EFI headers in sys/boot/efi. InsteadMarcel Moolenaar2004-09-241-105/+106
* Unhook libski and skiload and hook up ski.Marcel Moolenaar2004-09-241-1/+1
* Post repocopy build fixes.Marcel Moolenaar2004-09-243-20/+25
* Redefine a PTE as a 64-bit integral type instead of a struct ofMarcel Moolenaar2004-09-234-66/+42
* Trap invalid sector size 0 in disk probe, refusing to add such aWes Peters2004-09-211-0/+4
* Remove useless include of <machine/fpu.h>.Marcel Moolenaar2004-09-182-4/+0
* A long, long time ago in a CVS branch far away (specifically, HEAD priorJohn Baldwin2004-09-182-6/+6
* MFi386: revision 1.56 (Add -fno-unit-at-a-time to CFLAGS).Yoshihiro Takahashi2004-09-181-0/+1
* Back out v1.24. v1.40 of sys/sparc64/sparc64/bus_machdep.c fixes theKen Smith2004-09-081-3/+1
* Add the loader side of support for preloading ELF relocatable objectIan Dowse2004-08-298-1/+550
* Separate out the ELF relocation code from the ELF loader, and addIan Dowse2004-08-286-35/+294
* Add a few helper functions for zeroing kernel space and readingIan Dowse2004-08-283-37/+82
* Don't be too smart, just try packet mode of INT13 first.Yaroslav Tykhiy2004-08-282-5/+9