| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | loader/i386: replace ugly inb/outb re-implementations with cpufunc.h | avg | 2012-09-18 | 1 | -18/+4 |
* | Make pxe device in lsdev really include device name, looking like this: | mav | 2012-09-12 | 2 | -20/+4 |
* | a bit of trailing whitespace cleanup | avg | 2012-09-11 | 1 | -7/+7 |
* | Slightly reduce an overhead for the open() call in the zfsloader. | ae | 2012-09-11 | 1 | -3/+3 |
* | After r239066, reinitialize v86.ctl and v86.addr for int 13 EDD probing | dim | 2012-08-13 | 1 | -0/+2 |
* | Add another debug message. | ae | 2012-08-12 | 1 | -0/+2 |
* | Teach the ZFS use new partitions API when probing. | ae | 2012-08-05 | 1 | -13/+5 |
* | Remove unneeded flag. | ae | 2012-08-05 | 1 | -3/+0 |
* | Add offset field to the i386_devdesc structure to be compatible with | ae | 2012-08-05 | 4 | -1070/+243 |
* | When GPT signature is invalid in the primary GPT header, then try to | ae | 2012-08-05 | 1 | -7/+36 |
* | Remove unnecessary initializations. The BSS of boot2 is in fact | jhb | 2012-06-01 | 1 | -2/+2 |
* | Make sure that each va_start has one and only one matching va_end, | kevlo | 2012-05-29 | 1 | -0/+1 |
* | Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and prevent | gleb | 2012-05-25 | 2 | -8/+6 |
* | Import work done under project/nand (@235533) into head. | gber | 2012-05-17 | 2 | -0/+6 |
* | zfsboot/zfsloader: support accessing filesystems within a pool | avg | 2012-05-12 | 6 | -55/+133 |
* | Fix sys/boot/i386/cdboot/cdboot.S compilation with clang after r235219. | dim | 2012-05-11 | 1 | -0/+4 |
* | cdboot, pxeldr: make use of bootargs.h instead of redefining flag constants | avg | 2012-05-10 | 4 | -11/+8 |
* | r235154 followup: add stddef.h for offsetof | avg | 2012-05-09 | 1 | -0/+1 |
* | i386 zfsloader: rename LIBZFS to LIBZFSBOOT | avg | 2012-05-09 | 1 | -5/+3 |
* | i386 boot: consolidate MAXBDDEV definition | avg | 2012-05-09 | 3 | -4/+2 |
* | btxldr: future-proof argument passing from boot1/2-ish to loader | avg | 2012-05-09 | 9 | -34/+99 |
* | sys/boot: add common CTASSERT definition | avg | 2012-05-09 | 1 | -10/+1 |
* | Build a 32-bit EFI loader on amd64. This to match the rest of the | marcel | 2012-04-20 | 1 | -2/+9 |
* | zfsboot: honor -q if it's present in boot.config | avg | 2012-04-16 | 1 | -2/+8 |
* | Make boot2 build with Clang again. | jkim | 2012-03-09 | 1 | -4/+2 |
* | Add a note to clarify why we create a relocated copy of boot1 in lower | jhb | 2012-03-06 | 1 | -1/+4 |
* | Fix boot2 to handle boot config files that only contain a custom path to | jhb | 2012-03-05 | 1 | -6/+15 |
* | Fix a long standing bug. The caller expects a non-zero value for success. | jkim | 2012-02-29 | 1 | -2/+2 |
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | dim | 2012-02-28 | 9 | -51/+39 |
* | Wrap changes from svn r212126 inside LOADER_NFS_SUPPORT such that | sbruno | 2012-01-19 | 1 | -0/+2 |
* | Add special loader environment variables 'comconsole_port' and | kib | 2012-01-03 | 3 | -31/+195 |
* | Make the RTC checking for QEMU even more aggressive. | ed | 2011-12-21 | 1 | -4/+6 |
* | Allow boot0cfg to force a PXE boot via boot0 on the next boot. | jhb | 2011-12-20 | 1 | -1/+1 |
* | zfsboot: print boot.config contents before parsing it | avg | 2011-12-04 | 1 | -2/+2 |
* | - Whitespaces fixed only | miwi | 2011-11-19 | 1 | -3/+3 |
* | Revert some debugging printfs that crept into 223695. | jhb | 2011-11-09 | 1 | -5/+1 |
* | - Add a new header for the x86 boot code that defines various structures | jhb | 2011-10-25 | 6 | -31/+128 |
* | Consolidate duplicate definitions of V86_CY() and V86_ZR() which check for | jhb | 2011-10-25 | 10 | -30/+22 |
* | Look for /boot/config in addition to /boot.config, with the former taking | des | 2011-10-18 | 3 | -7/+12 |
* | gpt/zfs boot blocks: reduce optimizing CFLAGS to -O1 | avg | 2011-09-13 | 3 | -29/+4 |
* | When building some of the boot loaders with clang, and DEBUG_FLAGS or | dim | 2011-07-17 | 3 | -0/+7 |
* | Add a version of the FreeBSD bootloader which can run in userland, packaged | dfr | 2011-06-30 | 1 | -1/+5 |
* | Revert the entry point label to 'start' to unbreak the build. | jhb | 2011-06-27 | 2 | -3/+3 |
* | - Remove the fake BPB from zfsldr. zfsldr doesn't support booting from | jhb | 2011-06-27 | 2 | -82/+31 |
* | The recent change to increase the zfsboot size to 64k made a few BIOSes | jhb | 2011-06-23 | 1 | -62/+63 |
* | Fix clang warnings. | benl | 2011-06-18 | 1 | -1/+1 |
* | Upgrade our copy of llvm/clang to r132879, from upstream's trunk. | dim | 2011-06-12 | 1 | -1/+1 |
* | New boot loader menus from Devin Teske. | julian | 2011-05-28 | 1 | -0/+5 |
* | Fine-tune llvm optimization for sys/boot/i386/boot2, which shaves off | dim | 2011-05-05 | 1 | -1/+2 |
* | Clang r130700 can now compile sys/boot/i386/boot2 with room to spare. | dim | 2011-05-02 | 1 | -3/+6 |