summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* zfsboot: print boot.config contents before parsing itavg2011-12-041-2/+2
* zfs boot: allow file vdevs to be used in testing (e.g. with zfsboottest)avg2011-12-041-0/+3
* Rename the linker emulation name for powerpc and powerc64. This is needed thatandreast2011-11-193-3/+3
* Initial version of cesa(4) driver for Marvell crypto engine and securityraj2011-11-192-0/+4
* - Add new loader_logo orbbw to default.confmiwi2011-11-191-1/+1
* - Whitespaces fixed onlymiwi2011-11-191-3/+3
* Wire the kernel text RWX, rather than RX. We're not quite readymarcel2011-11-171-1/+1
* Add DTS for the Freescale P2020DS.raj2011-11-171-0/+754
* Add DTS for the Freescale P1020RDB.marcel2011-11-141-0/+627
* Add DTS for the Freescale P3041DS.marcel2011-11-141-0/+753
* Revert some debugging printfs that crept into 223695.jhb2011-11-091-5/+1
* Remove the remnants of /stand/sysinstall.pluknet2011-11-031-1/+1
* Remove the long reprecated ``/stand/sysinstall'' from the init_path.pluknet2011-10-271-1/+1
* - Add a new header for the x86 boot code that defines various structuresjhb2011-10-256-31/+128
* Consolidate duplicate definitions of V86_CY() and V86_ZR() which check forjhb2011-10-2515-37/+27
* With LOADER_MBR_SUPPORT defined and LOADER_GPT_SUPPORT undefined we wouldpjd2011-10-201-2/+3
* - Correctly read gang header from raidz.pjd2011-10-201-51/+51
* Fix missing return when LOADER_GPT_SUPPORT is defined, but LOADER_MBR_SUPPORTpjd2011-10-191-1/+1
* Always pass data size for checksum verification function, as usingpjd2011-10-191-1/+1
* Never pass NULL block pointer when reading. This is neither expected norpjd2011-10-191-1/+2
* Don't mark vdev as healthy too soon, so we won't try to use invalid vdevs.pjd2011-10-191-2/+1
* Look for /boot/config in addition to /boot.config, with the former takingdes2011-10-186-13/+24
* Support for booting XLP using FDT.jchandra2011-10-181-0/+67
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* Allow ixp425 boot2 to compile after r219452thompsa2011-10-041-1/+1
* zfstest: rename to zfsboottest and move to toolsavg2011-09-161-144/+0
* gpt/zfs boot blocks: reduce optimizing CFLAGS to -O1avg2011-09-133-29/+4
* zfstest: cleanup the code, improve functionality and diagnosticsavg2011-09-131-16/+40
* Restore behavior of the autoboot_delay="-1" boot menu setting to thejh2011-09-022-6/+11
* Add kern.cam.boot_delay description (with reasonable default) tomarck2011-08-231-0/+2
* Add support for the Blu-Ray drive found in the Sony Playstation 3 and fixnwhitehorn2011-08-148-35/+209
* Fix buffer overflow in sys/boot/common/util.c's printf(), when printingdim2011-08-081-1/+1
* Document the tftp.blksize variable added in src/lib/libstand/tftp.c.rodrigc2011-07-251-0/+5
* Note that the "kernel" variable in loader.conf is the name of a directoryjhb2011-07-201-2/+5
* When building some of the boot loaders with clang, and DEBUG_FLAGS ordim2011-07-173-0/+7
* Add support for booting PS3s from disk. This is still a little hackish untilnwhitehorn2011-07-1614-23/+1092
* Since r219452 the alignment of __dmadat has changed, revealing that fsread()marius2011-07-111-31/+35
* - For Cheetah- and Zeus-class CPUs don't flush all unlocked entries frommarius2011-07-021-25/+63
* Fix r223695 to compile on architectures which don't use the MBR scheme; wrapmarius2011-07-012-6/+17
* Add a version of the FreeBSD bootloader which can run in userland, packageddfr2011-06-3032-4/+4633
* Revert the entry point label to 'start' to unbreak the build.jhb2011-06-272-3/+3
* - Remove the fake BPB from zfsldr. zfsldr doesn't support booting fromjhb2011-06-272-82/+31
* As with EFI, OFW and U-Boot etc only compile FDT support on thosemarius2011-06-253-4/+8
* The recent change to increase the zfsboot size to 64k made a few BIOSesjhb2011-06-231-62/+63
* Minimize backward seeks when trying to load ELF relocatable modules.kan2011-06-191-7/+30
* Fix clang warnings.benl2011-06-181-1/+1
* Revert changes to this file in r222417. This unconditionally enabled thenwhitehorn2011-06-151-4/+1
* Upgrade our copy of llvm/clang to r132879, from upstream's trunk.dim2011-06-121-1/+1
* o Bump the EFI loader version to 3.1.marcel2011-06-073-3/+68
* Add ia64_sync_icache() and use it to make the I-cache coherentmarcel2011-06-074-1/+55
OpenPOWER on IntegriCloud