summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Support for USB fm radio.alfred2002-03-041-0/+1
* Catch up to change in tte format.jake2002-03-011-3/+3
* Add -D_KERNEL to CFLAGS for ntohl().nyan2002-02-281-1/+1
* - Fix indentation and return statements to conform to style(9).robert2002-02-262-810/+856
* Declare time(not3) instead of depending on namespace pollution 3 layersbde2002-02-251-0/+2
* Removed mounds of unused variables.bde2002-02-251-4/+0
* Keep track of the ttes used to map the kernel and pass them to it as loaderjake2002-02-234-35/+126
* Add -ffreestanding to CFLAGS.jake2002-02-231-0/+1
* Add make variables for fs support and propagate them to CFLAGS. Putjake2002-02-231-9/+21
* Fix test for != 0 that should be > 0.jake2002-02-231-1/+1
* Check the return values of index() and don't dereference it if its null;jake2002-02-231-2/+8
* #if 0 more bootinfo stuff.jake2002-02-231-0/+4
* Fix fs support ifdefs. Add tftp support. Add physical and virtualjake2002-02-231-12/+107
* Allocate a frame on our initial stack so that it doesn't run off intojake2002-02-232-12/+24
* Add OF_claim_virt() and OF_release_phys().jake2002-02-232-0/+72
* Include <machine/metadata.h>.jake2002-02-231-0/+2
* Document the hw.physmem kernel environment variable.davidc2002-02-212-0/+8
* - Remove unneeded variable.robert2002-02-151-2/+0
* This file is now unneeded.robert2002-02-151-492/+0
* - Do not include a NetBSD header as it is not needed anymore.robert2002-02-151-24/+11
* Add the FreeBSD/sparc64 bootblock and its make file.robert2002-02-154-0/+1448
* 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
OpenPOWER on IntegriCloud