summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* Correctly setup LDADD with regards to libstand. The submitter pointsrpaulo2010-07-221-1/+1
* Pass the -N flag to linked via -Wl.rdivacky2010-06-141-1/+1
* Use -Wl,-N instead of the undocumented -N option for GCC.ed2010-06-036-6/+6
* - Set 'dmadat' earlier so that we properly setup the heap if we fail tojhb2010-05-211-4/+6
* Add a copyright.rpaulo2010-04-071-0/+26
* EFI boot loader for FreeBSD/i386.rpaulo2010-04-0715-0/+1663
* Our boot loader is capable of booting both i386 and amd64 kernels sodelphij2010-03-263-3/+3
* Don't build zfsboot, gptzfsboot, and zfsloader if WITHOUT_ZFS is enabled.jhb2009-12-221-2/+8
* Fix debug messages of bd_io().nyan2009-12-171-4/+4
* Don't warn about an RSDP with a corrupt checksum. The kernel does a betterjhb2009-12-101-3/+1
* Fix a confusing typo in the EDD packet structure used in gptboot andjhb2009-12-092-6/+6
* - Port bios_getmem() from libi386 to {gpt,}zfsboot() and use it tojhb2009-12-091-20/+111
* Improve the algorithm the loader uses to choose a memory range for itsjhb2009-12-073-8/+49
* Various small whitespace and style fixes.jhb2009-12-073-10/+11
* Whitespace-only: another instance of identation with spaces.sobomax2009-11-271-1/+1
* Whitespace on: use tabs for identation consistently.sobomax2009-11-271-4/+4
* Add new loader console type: "spinconsole". This console selects thesobomax2009-11-274-18/+126
* Be nice, don't use the f-word.trasz2009-11-252-2/+2
* Create a seperate ZFS enabled loader.rnoland2009-11-234-14/+32
* Always use 64-bit LBAs for disk addresses in zfsboot and gptzfsboot tojhb2009-11-202-14/+14
* Correct some issues with zfs boot.rnoland2009-10-231-4/+19
* Use zfs_read() instead of xfsread() to read /boot.config. xfsread() failsjhb2009-10-141-1/+1
* If the pxe client is told to use / as the root path, honour that ratheremaste2009-09-101-1/+1
* Fix parse() so that the partition to boot (load /boot/loader) from canjhay2009-08-171-8/+5
* On special systems where the MBR and the GPT are in sync (up to the 4thrpaulo2009-06-261-1/+1
* Instead of packing the individual fields in the PnP structures, pack thejhb2009-06-081-26/+26
* Don't attempt to free the GPT partition list for a disk with an empty GPT.jhb2009-06-081-2/+3
* Import ACPICA 20090521.jkim2009-06-052-2/+2
* Add a missing parameter when displaying GPT partitions with an unknownjhb2009-06-011-0/+1
* Add support for booting from raidz1 and raidz2 pools.dfr2009-05-161-14/+22
* A simple rewrite of biossmap.c:jkim2009-04-151-44/+87
* Use a disk address instead of an int to hold the starting offset of anjhb2009-04-141-1/+1
* Rewrite SMBIOS for loader:jkim2009-04-072-152/+206
* Increase sprintf(3) buffer size, which I forgot from the previous commit.jkim2009-04-071-1/+1
* Probe size of installed memory modules from loader and display itjkim2009-03-311-6/+52
* The recent change to use memory > 1MB for the heap by default broke CDjhb2009-03-123-47/+81
* - Make it possible to disable GPT support by setting LOADER_NO_GPT_SUPPORTjhb2009-03-095-3/+40
* Revert the part of change 107879 that employs the unused bytes aftermarcel2009-03-072-5/+5
* Fix some more issues with the real mode BTX.jhb2009-02-241-35/+60
* Fix build when WITH_SSP is set explicitly.ru2009-02-211-2/+1
* - Remove superfluous commentgabor2009-01-301-2/+0
* Allow VIA Nano processors to boot FreeBSD/amd64.jkim2009-01-121-2/+3
* A number of small changes to make the 'save choice to disk' safer,luigi2008-12-302-28/+27
* Use full 64bit arithmetic when converting file offsets to block numbers - fixesdfr2008-12-172-2/+2
* Remove now unused label.sobomax2008-12-091-1/+1
* Optimiza assembly in the previous r185779, to save whooping 16 bytes.sobomax2008-12-081-9/+5
* Respect RBX_MUTE flag from boot[012].sobomax2008-12-081-1/+18
* Fix typo in the comment %is -> %si.sobomax2008-12-081-1/+1
* Another, hopefully final set of changes to boot0 and boot0cfg.luigi2008-12-032-61/+71
* This commits brings in a lot of documentation and some enhancementluigi2008-12-022-248/+476
OpenPOWER on IntegriCloud