aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* EFI boot loader for FreeBSD/i386.Rui Paulo2010-04-0715-0/+1663
* Our boot loader is capable of booting both i386 and amd64 kernels soXin LI2010-03-263-3/+3
* Don't build zfsboot, gptzfsboot, and zfsloader if WITHOUT_ZFS is enabled.John Baldwin2009-12-221-2/+8
* Fix debug messages of bd_io().Yoshihiro Takahashi2009-12-171-4/+4
* Don't warn about an RSDP with a corrupt checksum. The kernel does a betterJohn Baldwin2009-12-101-3/+1
* Fix a confusing typo in the EDD packet structure used in gptboot andJohn Baldwin2009-12-092-6/+6
* - Port bios_getmem() from libi386 to {gpt,}zfsboot() and use it toJohn Baldwin2009-12-091-20/+111
* Improve the algorithm the loader uses to choose a memory range for itsJohn Baldwin2009-12-073-8/+49
* Various small whitespace and style fixes.John Baldwin2009-12-073-10/+11
* Whitespace-only: another instance of identation with spaces.Maxim Sobolev2009-11-271-1/+1
* Whitespace on: use tabs for identation consistently.Maxim Sobolev2009-11-271-4/+4
* Add new loader console type: "spinconsole". This console selects theMaxim Sobolev2009-11-274-18/+126
* Be nice, don't use the f-word.Edward Tomasz Napierala2009-11-252-2/+2
* Create a seperate ZFS enabled loader.Robert Noland2009-11-234-14/+32
* Always use 64-bit LBAs for disk addresses in zfsboot and gptzfsboot toJohn Baldwin2009-11-202-14/+14
* Correct some issues with zfs boot.Robert Noland2009-10-231-4/+19
* Use zfs_read() instead of xfsread() to read /boot.config. xfsread() failsJohn Baldwin2009-10-141-1/+1
* If the pxe client is told to use / as the root path, honour that ratherEd Maste2009-09-101-1/+1
* Fix parse() so that the partition to boot (load /boot/loader) from canJohn Hay2009-08-171-8/+5
* On special systems where the MBR and the GPT are in sync (up to the 4thRui Paulo2009-06-261-1/+1
* Instead of packing the individual fields in the PnP structures, pack theJohn Baldwin2009-06-081-26/+26
* Don't attempt to free the GPT partition list for a disk with an empty GPT.John Baldwin2009-06-081-2/+3
* Import ACPICA 20090521.Jung-uk Kim2009-06-052-2/+2
* Add a missing parameter when displaying GPT partitions with an unknownJohn Baldwin2009-06-011-0/+1
* Add support for booting from raidz1 and raidz2 pools.Doug Rabson2009-05-161-14/+22
* A simple rewrite of biossmap.c:Jung-uk Kim2009-04-151-44/+87
* Use a disk address instead of an int to hold the starting offset of anJohn Baldwin2009-04-141-1/+1
* Rewrite SMBIOS for loader:Jung-uk Kim2009-04-072-152/+206
* Increase sprintf(3) buffer size, which I forgot from the previous commit.Jung-uk Kim2009-04-071-1/+1
* Probe size of installed memory modules from loader and display itJung-uk Kim2009-03-311-6/+52
* The recent change to use memory > 1MB for the heap by default broke CDJohn Baldwin2009-03-123-47/+81
* - Make it possible to disable GPT support by setting LOADER_NO_GPT_SUPPORTJohn Baldwin2009-03-095-3/+40
* Revert the part of change 107879 that employs the unused bytes afterMarcel Moolenaar2009-03-072-5/+5
* Fix some more issues with the real mode BTX.John Baldwin2009-02-241-35/+60
* Fix build when WITH_SSP is set explicitly.Ruslan Ermilov2009-02-211-2/+1
* - Remove superfluous commentGabor Kovesdan2009-01-301-2/+0
* Allow VIA Nano processors to boot FreeBSD/amd64.Jung-uk Kim2009-01-121-2/+3
* A number of small changes to make the 'save choice to disk' safer,Luigi Rizzo2008-12-302-28/+27
* Use full 64bit arithmetic when converting file offsets to block numbers - fixesDoug Rabson2008-12-172-2/+2
* Remove now unused label.Maxim Sobolev2008-12-091-1/+1
* Optimiza assembly in the previous r185779, to save whooping 16 bytes.Maxim Sobolev2008-12-081-9/+5
* Respect RBX_MUTE flag from boot[012].Maxim Sobolev2008-12-081-1/+18
* Fix typo in the comment %is -> %si.Maxim Sobolev2008-12-081-1/+1
* Another, hopefully final set of changes to boot0 and boot0cfg.Luigi Rizzo2008-12-032-61/+71
* This commits brings in a lot of documentation and some enhancementLuigi Rizzo2008-12-022-248/+476
* Fix a typo in previous commit: must call "putn" to print a crlf,Luigi Rizzo2008-11-261-1/+1
* Pass the pointer to the selected partition in %si to the next stageLuigi Rizzo2008-11-261-2/+3
* Fix amd64 build and re-enable gptzfsboot.Doug Rabson2008-11-222-2/+2
* Disconnect gptzfsboot from the build until dfr@ gets his act together.Dag-Erling Smørgrav2008-11-211-1/+1
* Add a GPT-aware variant of zfsboot which should be used in a similar mannerDoug Rabson2008-11-193-2/+181