summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* Setting dump device from loader(8) has not been supported since 2002.ru2004-09-302-8/+0
* The default value of "bootfile" has been "kernel" since 2000.ru2004-09-301-1/+1
* Mention "help index" in the online help, and provide a help forru2004-09-301-1/+8
* Added support for the -D boot option.ru2004-09-301-0/+3
* Document boot_cdrom, boot_multicons, and boot_serial.ru2004-09-305-9/+51
* `?' is not the same as "help index".ru2004-09-301-4/+2
* Fixed exiting from pager using the `q' key while pagingru2004-09-291-4/+6
* Document vfs.root.mountdelay value.pjd2004-09-242-0/+9
* Remove. This file was repocopied to ../ski.marcel2004-09-2424-2614/+0
* Replace misuse of NULL with 0UL.marcel2004-09-241-3/+3
* Remove the dependency on the Intel EFI headers in sys/boot/efi. Insteadmarcel2004-09-241-110/+111
* Unhook libski and skiload and hook up ski.marcel2004-09-241-1/+1
* Post repocopy build fixes.marcel2004-09-243-20/+25
* Redefine a PTE as a 64-bit integral type instead of a struct ofmarcel2004-09-234-66/+42
* Trap invalid sector size 0 in disk probe, refusing to add such awes2004-09-211-0/+4
* Remove useless include of <machine/fpu.h>.marcel2004-09-182-4/+0
* A long, long time ago in a CVS branch far away (specifically, HEAD priorjhb2004-09-182-6/+6
* MFi386: revision 1.56 (Add -fno-unit-at-a-time to CFLAGS).nyan2004-09-181-0/+1
* Back out v1.24. v1.40 of sys/sparc64/sparc64/bus_machdep.c fixes thekensmith2004-09-081-3/+1
* Add the loader side of support for preloading ELF relocatable objectiedowse2004-08-298-1/+550
* Separate out the ELF relocation code from the ELF loader, and addiedowse2004-08-286-35/+294
* Add a few helper functions for zeroing kernel space and readingiedowse2004-08-283-37/+82
* Don't be too smart, just try packet mode of INT13 first.yar2004-08-282-5/+9
* Try packet mode of INT13 on a hard disk first if not prohibited byyar2004-08-281-19/+21
* B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent withyar2004-08-272-4/+4
* In conjunction with having boot0cfg(8) default boot0 to packet mode.obrien2004-08-271-1/+1
* Trim EOL white spaces.maxim2004-08-221-5/+4
* Check a return code from read(2) correctly.maxim2004-08-221-1/+1
* Part 2 of fixing the boot code: gcc 3.4 fixes.marcel2004-08-222-2/+2
* Part 1 of fixing the boot code: binutils 2.15 fixes.marcel2004-08-222-1/+202
* Temporary bandaid to help sparc64 systems with ATA disks boot. Recentkensmith2004-08-191-1/+3
* Remove NOMAN so loader man pages are installed.grehan2004-08-182-2/+0
* Bump the manpage date.maxim2004-08-181-1/+1
* Retire hw.pci.allow_unsupported_io_range.maxim2004-08-182-11/+0
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-1611-15/+15
* Catch up with change to <machine/pte.h>.marcel2004-08-102-18/+16
* remove /boot/kernel from the default path.. There is already code thatjmg2004-08-062-2/+3
* Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does notkan2004-08-052-5/+9
* Add PowerPC bridge instruction flag to the assembler to help outgrehan2004-08-022-0/+6
* G5 support: handle the case where the OpenFirmware memory array usesgrehan2004-08-023-29/+90
* Fix new compiler error (s/bcopy/memcpy/).nyan2004-07-304-9/+9
* Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimizationkan2004-07-302-2/+6
* Clean up local memcpy implementation to take void * parameters.kan2004-07-302-6/+12
* Correct a documentation bug.ceri2004-07-291-1/+1
* Correct typo in a comment.ceri2004-07-291-1/+1
* Define our own memcpy here instead of relying on GCC to provide one.kan2004-07-282-8/+0
* o Support the REL32LSB relocation. It's in the ELF file from whichmarcel2004-07-202-18/+36
* Fix the creation of EFI images that got broken by the import ofmarcel2004-07-204-6/+6
* Rename snd_pcm as sound.tanimura2004-07-161-1/+1
* Change the following environment variables to kernel options:brian2004-07-083-29/+1
OpenPOWER on IntegriCloud