aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Try packet mode of INT13 on a hard disk first if not prohibited byYaroslav Tykhiy2004-08-281-19/+21
* B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent withYaroslav Tykhiy2004-08-272-4/+4
* In conjunction with having boot0cfg(8) default boot0 to packet mode.David E. O'Brien2004-08-271-1/+1
* Trim EOL white spaces.Maxim Konovalov2004-08-221-5/+4
* Check a return code from read(2) correctly.Maxim Konovalov2004-08-221-1/+1
* Part 2 of fixing the boot code: gcc 3.4 fixes.Marcel Moolenaar2004-08-222-2/+2
* Part 1 of fixing the boot code: binutils 2.15 fixes.Marcel Moolenaar2004-08-222-1/+202
* Temporary bandaid to help sparc64 systems with ATA disks boot. RecentKen Smith2004-08-191-1/+3
* Remove NOMAN so loader man pages are installed.Peter Grehan2004-08-182-2/+0
* Bump the manpage date.Maxim Konovalov2004-08-181-1/+1
* Retire hw.pci.allow_unsupported_io_range.Maxim Konovalov2004-08-182-11/+0
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-1611-15/+15
* Catch up with change to <machine/pte.h>.Marcel Moolenaar2004-08-102-18/+16
* remove /boot/kernel from the default path.. There is already code thatJohn-Mark Gurney2004-08-062-2/+3
* Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does notAlexander Kabaev2004-08-052-5/+9
* Add PowerPC bridge instruction flag to the assembler to help outPeter Grehan2004-08-022-0/+6
* G5 support: handle the case where the OpenFirmware memory array usesPeter Grehan2004-08-023-29/+90