aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* CG superfluous prototype.Maxim Sobolev2002-03-101-1/+0
* Change every occurrence of "bootblock" into "boot1" afterRobert Drehmel2002-03-051-7/+7
* - Fix seeking for offsets requiring more than 32 bits.Robert Drehmel2002-03-052-10/+54
* Support for USB fm radio.Alfred Perlstein2002-03-041-0/+1
* Catch up to change in tte format.Jake Burkholder2002-03-011-3/+3
* Add -D_KERNEL to CFLAGS for ntohl().Yoshihiro Takahashi2002-02-281-1/+1
* - Fix indentation and return statements to conform to style(9).Robert Drehmel2002-02-262-810/+856
* Declare time(not3) instead of depending on namespace pollution 3 layersBruce Evans2002-02-251-0/+2
* Removed mounds of unused variables.Bruce Evans2002-02-251-4/+0
* Keep track of the ttes used to map the kernel and pass them to it as loaderJake Burkholder2002-02-234-35/+126
* Add -ffreestanding to CFLAGS.Jake Burkholder2002-02-231-0/+1
* Add make variables for fs support and propagate them to CFLAGS. PutJake Burkholder2002-02-231-9/+21
* Fix test for != 0 that should be > 0.Jake Burkholder2002-02-231-1/+1
* Check the return values of index() and don't dereference it if its null;Jake Burkholder2002-02-231-2/+8
* #if 0 more bootinfo stuff.Jake Burkholder2002-02-231-0/+4
* Fix fs support ifdefs. Add tftp support. Add physical and virtualJake Burkholder2002-02-231-12/+107
* Allocate a frame on our initial stack so that it doesn't run off intoJake Burkholder2002-02-232-12/+24
* Add OF_claim_virt() and OF_release_phys().Jake Burkholder2002-02-232-0/+72
* Include <machine/metadata.h>.Jake Burkholder2002-02-231-0/+2
* Document the hw.physmem kernel environment variable.Chad David2002-02-212-0/+8
* - Remove unneeded variable.Robert Drehmel2002-02-151-2/+0
* This file is now unneeded.Robert Drehmel2002-02-151-492/+0
* - Do not include a NetBSD header as it is not needed anymore.Robert Drehmel2002-02-151-24/+11
* Add the FreeBSD/sparc64 bootblock and its make file.Robert Drehmel2002-02-154-0/+1448
* Expand COMBRD(x) macro.Yoshihiro Takahashi2002-02-011-2/+2
* CG hard sentence breaks.Maxim Sobolev2002-01-231-1/+2
* Allow dump device be configured as early as possible using loader(8) tunable.Maxim Sobolev2002-01-212-0/+7
* Cut more than 500 bytes off the size of the alpha boot1 by addingIan Dowse2002-01-181-0/+10
* Added kgzldr for pc98.Yoshihiro Takahashi2002-01-183-1/+156
* Oops, the previous revision (1.35) broke booting from floppiesIan Dowse2002-01-172-12/+36
* Make the i386 boot2 fully blocksize-agnostic, as has already beenIan Dowse2002-01-142-96/+92
* Make the alpha boot1 work on filesystems that have a block sizeIan Dowse2002-01-111-24/+41
* Catch the netboot version up to the main loader. This is pretty bogus.John Baldwin2002-01-111-0/+5
* Unrevert revision 1.12. Revision 1.14 backed this out saying it wasJohn Baldwin2002-01-101-7/+17
* Increase BSIZEMAX from 8k to 16k, so that we can reliably boot fromIan Dowse2002-01-092-2/+2
* Don't turn on RB_CDROM if the rootdev is a BIOS cd device for now as thisJohn Baldwin2002-01-043-6/+0
* Avoid having the text and data sections merged into one programRobert Drehmel2001-12-281-1/+1
* Add missing snd_ich_load entry.Jim Mock2001-12-201-0/+1
* mdoc(7) police: remove hard sentence break which I didn'tRuslan Ermilov2001-12-141-1/+2
* MFi386: revision 1.35 (Add support for writing to BIOS disks)Yoshihiro Takahashi2001-12-121-4/+221
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.John Baldwin2001-12-118-27/+96
* Add support for writing blocks to the loader's disk cache.John Baldwin2001-12-111-21/+92
* Add support for writing to BIOS disks.John Baldwin2001-12-111-3/+169
* Add new boot flag to i386 boot: -p.Guido van Rooij2001-12-103-0/+9
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-105-5/+5
* o Expand list of tunables documented in loader.8 to include kern.maxusers,Robert Watson2001-12-071-0/+8
* The entry for the 'set' command no longer has a list of variables.Dag-Erling Smørgrav2001-12-041-2/+0
* Remove unused filed.Daniel C. Sobral2001-12-031-29/+0
* Fix typo.Murray Stokely2001-12-031-1/+1
* Waits for a keypress before rebooting on panic.Daniel C. Sobral2001-11-281-0/+3