| Commit message (Expand) | Author | Age | Files | Lines |
* | - Split code shared by almost any boot loader into separate files and | pjd | 2010-09-24 | 10 | -856/+609 |
* | When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2 | dim | 2010-09-21 | 1 | -3/+1 |
* | Before VirtualBox is fixed, mark with #ifdef what has to be done to make | pjd | 2010-09-17 | 2 | -3/+10 |
* | Modify pxe.c to use the version of nfs_getrootfh() that returns | rmacklem | 2010-09-02 | 1 | -0/+59 |
* | For consistency, change all 'i386' and MACHINE_ARCH to x86. | delphij | 2010-08-31 | 3 | -3/+3 |
* | Use a more robust way to substitute gcc for clang, when compiling | dim | 2010-08-31 | 1 | -1/+3 |
* | MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH | imp | 2010-08-23 | 8 | -10/+10 |
* | Make sure the boot2 stage is compiled with gcc, as clang has no | rpaulo | 2010-08-21 | 1 | -0/+5 |
* | Correctly setup LDADD with regards to libstand. The submitter points | rpaulo | 2010-07-22 | 1 | -1/+1 |
* | Pass the -N flag to linked via -Wl. | rdivacky | 2010-06-14 | 1 | -1/+1 |
* | Use -Wl,-N instead of the undocumented -N option for GCC. | ed | 2010-06-03 | 6 | -6/+6 |
* | - Set 'dmadat' earlier so that we properly setup the heap if we fail to | jhb | 2010-05-21 | 1 | -4/+6 |
* | 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 |