| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Rename if_carp.ko to carp.ko. | glebius | 2011-12-16 | 1 | -1/+1 |
* | Replace `inline static' by `static inline'. | ed | 2011-12-13 | 1 | -2/+2 |
* | zfsboot: print boot.config contents before parsing it | avg | 2011-12-04 | 1 | -2/+2 |
* | zfs boot: allow file vdevs to be used in testing (e.g. with zfsboottest) | avg | 2011-12-04 | 1 | -0/+3 |
* | Rename the linker emulation name for powerpc and powerc64. This is needed that | andreast | 2011-11-19 | 3 | -3/+3 |
* | Initial version of cesa(4) driver for Marvell crypto engine and security | raj | 2011-11-19 | 2 | -0/+4 |
* | - Add new loader_logo orbbw to default.conf | miwi | 2011-11-19 | 1 | -1/+1 |
* | - Whitespaces fixed only | miwi | 2011-11-19 | 1 | -3/+3 |
* | Wire the kernel text RWX, rather than RX. We're not quite ready | marcel | 2011-11-17 | 1 | -1/+1 |
* | Add DTS for the Freescale P2020DS. | raj | 2011-11-17 | 1 | -0/+754 |
* | Add DTS for the Freescale P1020RDB. | marcel | 2011-11-14 | 1 | -0/+627 |
* | Add DTS for the Freescale P3041DS. | marcel | 2011-11-14 | 1 | -0/+753 |
* | Revert some debugging printfs that crept into 223695. | jhb | 2011-11-09 | 1 | -5/+1 |
* | Remove the remnants of /stand/sysinstall. | pluknet | 2011-11-03 | 1 | -1/+1 |
* | Remove the long reprecated ``/stand/sysinstall'' from the init_path. | pluknet | 2011-10-27 | 1 | -1/+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 | 15 | -37/+27 |
* | With LOADER_MBR_SUPPORT defined and LOADER_GPT_SUPPORT undefined we would | pjd | 2011-10-20 | 1 | -2/+3 |
* | - Correctly read gang header from raidz. | pjd | 2011-10-20 | 1 | -51/+51 |
* | Fix missing return when LOADER_GPT_SUPPORT is defined, but LOADER_MBR_SUPPORT | pjd | 2011-10-19 | 1 | -1/+1 |
* | Always pass data size for checksum verification function, as using | pjd | 2011-10-19 | 1 | -1/+1 |
* | Never pass NULL block pointer when reading. This is neither expected nor | pjd | 2011-10-19 | 1 | -1/+2 |
* | Don't mark vdev as healthy too soon, so we won't try to use invalid vdevs. | pjd | 2011-10-19 | 1 | -2/+1 |
* | Look for /boot/config in addition to /boot.config, with the former taking | des | 2011-10-18 | 6 | -13/+24 |
* | Support for booting XLP using FDT. | jchandra | 2011-10-18 | 1 | -0/+67 |
* | - change "is is" to "is" or "it is" | eadler | 2011-10-16 | 1 | -1/+1 |
* | Allow ixp425 boot2 to compile after r219452 | thompsa | 2011-10-04 | 1 | -1/+1 |
* | zfstest: rename to zfsboottest and move to tools | avg | 2011-09-16 | 1 | -144/+0 |
* | gpt/zfs boot blocks: reduce optimizing CFLAGS to -O1 | avg | 2011-09-13 | 3 | -29/+4 |
* | zfstest: cleanup the code, improve functionality and diagnostics | avg | 2011-09-13 | 1 | -16/+40 |
* | Restore behavior of the autoboot_delay="-1" boot menu setting to the | jh | 2011-09-02 | 2 | -6/+11 |
* | Add kern.cam.boot_delay description (with reasonable default) to | marck | 2011-08-23 | 1 | -0/+2 |
* | Add support for the Blu-Ray drive found in the Sony Playstation 3 and fix | nwhitehorn | 2011-08-14 | 8 | -35/+209 |
* | Fix buffer overflow in sys/boot/common/util.c's printf(), when printing | dim | 2011-08-08 | 1 | -1/+1 |
* | Document the tftp.blksize variable added in src/lib/libstand/tftp.c. | rodrigc | 2011-07-25 | 1 | -0/+5 |
* | Note that the "kernel" variable in loader.conf is the name of a directory | jhb | 2011-07-20 | 1 | -2/+5 |
* | When building some of the boot loaders with clang, and DEBUG_FLAGS or | dim | 2011-07-17 | 3 | -0/+7 |
* | Add support for booting PS3s from disk. This is still a little hackish until | nwhitehorn | 2011-07-16 | 14 | -23/+1092 |
* | Since r219452 the alignment of __dmadat has changed, revealing that fsread() | marius | 2011-07-11 | 1 | -31/+35 |
* | - For Cheetah- and Zeus-class CPUs don't flush all unlocked entries from | marius | 2011-07-02 | 1 | -25/+63 |
* | Fix r223695 to compile on architectures which don't use the MBR scheme; wrap | marius | 2011-07-01 | 2 | -6/+17 |
* | Add a version of the FreeBSD bootloader which can run in userland, packaged | dfr | 2011-06-30 | 32 | -4/+4633 |
* | 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 |
* | As with EFI, OFW and U-Boot etc only compile FDT support on those | marius | 2011-06-25 | 3 | -4/+8 |
* | The recent change to increase the zfsboot size to 64k made a few BIOSes | jhb | 2011-06-23 | 1 | -62/+63 |
* | Minimize backward seeks when trying to load ELF relocatable modules. | kan | 2011-06-19 | 1 | -7/+30 |
* | Fix clang warnings. | benl | 2011-06-18 | 1 | -1/+1 |