summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Expand COMBRD(x) macro.nyan2002-02-011-2/+2
* CG hard sentence breaks.sobomax2002-01-231-1/+2
* Allow dump device be configured as early as possible using loader(8) tunable.sobomax2002-01-212-0/+7
* Cut more than 500 bytes off the size of the alpha boot1 by addingiedowse2002-01-181-0/+10
* Added kgzldr for pc98.nyan2002-01-183-1/+156
* Oops, the previous revision (1.35) broke booting from floppiesiedowse2002-01-172-12/+36
* Make the i386 boot2 fully blocksize-agnostic, as has already beeniedowse2002-01-142-96/+92
* Make the alpha boot1 work on filesystems that have a block sizeiedowse2002-01-111-24/+41
* Catch the netboot version up to the main loader. This is pretty bogus.jhb2002-01-111-0/+5
* Unrevert revision 1.12. Revision 1.14 backed this out saying it wasjhb2002-01-101-7/+17
* Increase BSIZEMAX from 8k to 16k, so that we can reliably boot fromiedowse2002-01-092-2/+2
* Don't turn on RB_CDROM if the rootdev is a BIOS cd device for now as thisjhb2002-01-043-6/+0
* Avoid having the text and data sections merged into one programrobert2001-12-281-1/+1
* Add missing snd_ich_load entry.jim2001-12-201-0/+1
* mdoc(7) police: remove hard sentence break which I didn'tru2001-12-141-1/+2
* MFi386: revision 1.35 (Add support for writing to BIOS disks)nyan2001-12-121-4/+221
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.jhb2001-12-118-27/+96
* Add support for writing blocks to the loader's disk cache.jhb2001-12-111-21/+92
* Add support for writing to BIOS disks.jhb2001-12-111-3/+169
* Add new boot flag to i386 boot: -p.guido2001-12-103-0/+9
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-105-5/+5
* o Expand list of tunables documented in loader.8 to include kern.maxusers,rwatson2001-12-071-0/+8
* The entry for the 'set' command no longer has a list of variables.des2001-12-041-2/+0
* Remove unused filed.dcs2001-12-031-29/+0
* Fix typo.murray2001-12-031-1/+1
* Waits for a keypress before rebooting on panic.dcs2001-11-281-0/+3
* Document the "console" setting in loader.conf, suggesting vidconsolerwatson2001-11-271-0/+6
* o Add 'kern.maxusers' to the list of commented out sample tunablerwatson2001-11-261-0/+1
* Bump the CD boot loader up to 1.1 so that the FICL upgrade a while backjhb2001-11-211-0/+1
* Upper case the FreeBSD loader prompt.obrien2001-11-192-2/+2
* Lookup the EFI_FPSWA driver and pass the interface pointer through to thepeter2001-11-197-0/+110
* Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfopeter2001-11-194-22/+0
* Fix a dependency violation, same as in libefi/elf_freebsd.c a while back.peter2001-11-192-0/+2
* This is used in C, not C++. functions with no args have func(void) in ourpeter2001-11-191-0/+1
* MFi386: revisions from 1.26 to 1.30.nyan2001-11-172-10/+196
* MFi386: revision 1.12nyan2001-11-171-0/+9
* Fix a number of misspellings of "dependency" and "dependencies" iniedowse2001-11-161-3/+3
* Initialize first to -1; this will create a (nearly) empty file on failure,fenner2001-11-071-1/+1
* Remove a few more debugging bits and turn on twiddle output while readingjhb2001-11-071-15/+3
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.iwasaki2001-11-061-0/+9
* MFi386: sys/boot/i386/loader/main.c revision 1.25nyan2001-11-061-14/+16
* MFi386: sys/boot/i386/libi386/Makefile revision 1.21nyan2001-11-061-2/+2
* - If we are booted via cdboot, use bc_add() to instantiate the cd0 devicejhb2001-11-051-14/+16
* Hook up the bioscd driver and the cd9660 filesystem.jhb2001-11-051-0/+2
* Add a device driver for the BIOS device for CD-ROM's booted via El Toritojhb2001-11-057-21/+424
* Add a DEVT_CD type for CD drivers.jhb2001-11-051-0/+1
* Trim all the extra debugging output including hexdumps, debug messages,jhb2001-11-041-189/+4
* Axe the old cdldr.jhb2001-11-042-298/+0
* Use the new cdboot instead of cdldr.jhb2001-11-041-2/+1
* This is a new CD bootstrap utility designed to replace cdldr. Accordingjhb2001-11-042-119/+594
OpenPOWER on IntegriCloud