| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a copyright. | rpaulo | 2010-04-07 | 1 | -0/+26 |
* | EFI boot loader for FreeBSD/i386. | rpaulo | 2010-04-07 | 15 | -0/+1663 |
* | Our boot loader is capable of booting both i386 and amd64 kernels so | delphij | 2010-03-26 | 3 | -3/+3 |
* | Don't build zfsboot, gptzfsboot, and zfsloader if WITHOUT_ZFS is enabled. | jhb | 2009-12-22 | 1 | -2/+8 |
* | Fix debug messages of bd_io(). | nyan | 2009-12-17 | 1 | -4/+4 |
* | Don't warn about an RSDP with a corrupt checksum. The kernel does a better | jhb | 2009-12-10 | 1 | -3/+1 |
* | Fix a confusing typo in the EDD packet structure used in gptboot and | jhb | 2009-12-09 | 2 | -6/+6 |
* | - Port bios_getmem() from libi386 to {gpt,}zfsboot() and use it to | jhb | 2009-12-09 | 1 | -20/+111 |
* | Improve the algorithm the loader uses to choose a memory range for its | jhb | 2009-12-07 | 3 | -8/+49 |
* | Various small whitespace and style fixes. | jhb | 2009-12-07 | 3 | -10/+11 |
* | Whitespace-only: another instance of identation with spaces. | sobomax | 2009-11-27 | 1 | -1/+1 |
* | Whitespace on: use tabs for identation consistently. | sobomax | 2009-11-27 | 1 | -4/+4 |
* | Add new loader console type: "spinconsole". This console selects the | sobomax | 2009-11-27 | 4 | -18/+126 |
* | Be nice, don't use the f-word. | trasz | 2009-11-25 | 2 | -2/+2 |
* | Create a seperate ZFS enabled loader. | rnoland | 2009-11-23 | 4 | -14/+32 |
* | Always use 64-bit LBAs for disk addresses in zfsboot and gptzfsboot to | jhb | 2009-11-20 | 2 | -14/+14 |
* | Correct some issues with zfs boot. | rnoland | 2009-10-23 | 1 | -4/+19 |
* | Use zfs_read() instead of xfsread() to read /boot.config. xfsread() fails | jhb | 2009-10-14 | 1 | -1/+1 |
* | If the pxe client is told to use / as the root path, honour that rather | emaste | 2009-09-10 | 1 | -1/+1 |
* | Fix parse() so that the partition to boot (load /boot/loader) from can | jhay | 2009-08-17 | 1 | -8/+5 |
* | On special systems where the MBR and the GPT are in sync (up to the 4th | rpaulo | 2009-06-26 | 1 | -1/+1 |
* | Instead of packing the individual fields in the PnP structures, pack the | jhb | 2009-06-08 | 1 | -26/+26 |
* | Don't attempt to free the GPT partition list for a disk with an empty GPT. | jhb | 2009-06-08 | 1 | -2/+3 |
* | Import ACPICA 20090521. | jkim | 2009-06-05 | 2 | -2/+2 |
* | Add a missing parameter when displaying GPT partitions with an unknown | jhb | 2009-06-01 | 1 | -0/+1 |
* | Add support for booting from raidz1 and raidz2 pools. | dfr | 2009-05-16 | 1 | -14/+22 |
* | A simple rewrite of biossmap.c: | jkim | 2009-04-15 | 1 | -44/+87 |
* | Use a disk address instead of an int to hold the starting offset of an | jhb | 2009-04-14 | 1 | -1/+1 |
* | Rewrite SMBIOS for loader: | jkim | 2009-04-07 | 2 | -152/+206 |
* | Increase sprintf(3) buffer size, which I forgot from the previous commit. | jkim | 2009-04-07 | 1 | -1/+1 |
* | Probe size of installed memory modules from loader and display it | jkim | 2009-03-31 | 1 | -6/+52 |
* | The recent change to use memory > 1MB for the heap by default broke CD | jhb | 2009-03-12 | 3 | -47/+81 |
* | - Make it possible to disable GPT support by setting LOADER_NO_GPT_SUPPORT | jhb | 2009-03-09 | 5 | -3/+40 |
* | Revert the part of change 107879 that employs the unused bytes after | marcel | 2009-03-07 | 2 | -5/+5 |
* | Fix some more issues with the real mode BTX. | jhb | 2009-02-24 | 1 | -35/+60 |
* | Fix build when WITH_SSP is set explicitly. | ru | 2009-02-21 | 1 | -2/+1 |
* | - Remove superfluous comment | gabor | 2009-01-30 | 1 | -2/+0 |
* | Allow VIA Nano processors to boot FreeBSD/amd64. | jkim | 2009-01-12 | 1 | -2/+3 |
* | A number of small changes to make the 'save choice to disk' safer, | luigi | 2008-12-30 | 2 | -28/+27 |
* | Use full 64bit arithmetic when converting file offsets to block numbers - fixes | dfr | 2008-12-17 | 2 | -2/+2 |
* | Remove now unused label. | sobomax | 2008-12-09 | 1 | -1/+1 |
* | Optimiza assembly in the previous r185779, to save whooping 16 bytes. | sobomax | 2008-12-08 | 1 | -9/+5 |
* | Respect RBX_MUTE flag from boot[012]. | sobomax | 2008-12-08 | 1 | -1/+18 |
* | Fix typo in the comment %is -> %si. | sobomax | 2008-12-08 | 1 | -1/+1 |
* | Another, hopefully final set of changes to boot0 and boot0cfg. | luigi | 2008-12-03 | 2 | -61/+71 |
* | This commits brings in a lot of documentation and some enhancement | luigi | 2008-12-02 | 2 | -248/+476 |
* | Fix a typo in previous commit: must call "putn" to print a crlf, | luigi | 2008-11-26 | 1 | -1/+1 |
* | Pass the pointer to the selected partition in %si to the next stage | luigi | 2008-11-26 | 1 | -2/+3 |
* | Fix amd64 build and re-enable gptzfsboot. | dfr | 2008-11-22 | 2 | -2/+2 |
* | Disconnect gptzfsboot from the build until dfr@ gets his act together. | des | 2008-11-21 | 1 | -1/+1 |