summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Make sure to synchronize icache for the newly loaded loader. Not an issuenwhitehorn2012-02-162-3/+7
* Reduce diffs against i386.nyan2012-02-101-12/+14
* Fix clang warnings.rpaulo2012-02-052-3/+3
* Clarify and improve the boot menu with some small changes:pluknet2012-01-251-18/+18
* Experimental support for booting CHRP-type PowerPC systems from hard disks.nwhitehorn2012-01-251-1/+0
* Wrap changes from svn r212126 inside LOADER_NFS_SUPPORT such thatsbruno2012-01-191-0/+2
* Fix some unreliability problems related to MSR bits inherited from kboot bynwhitehorn2012-01-151-1/+1
* - Document TheDraw splash screens in the default loader.confeadler2012-01-141-1/+2
* Get rid of a spurious warning on the console when booting the kernelpluknet2012-01-091-2/+13
* Document comconsole_port and comconsole_pcidev loader variables.kib2012-01-071-1/+38
* MFi386: revision 229435nyan2012-01-041-31/+188
* Fix 230MB MO support.nyan2012-01-041-1/+1
* Add special loader environment variables 'comconsole_port' andkib2012-01-033-31/+195
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-033-3/+3
* Merge index() and strchr() together.ed2012-01-031-4/+4
* Unset the environment variables associated with individual menu itemspluknet2011-12-303-18/+81
* Clean up from the 4.x era.pluknet2011-12-271-3/+3
* Make the RTC checking for QEMU even more aggressive.ed2011-12-211-4/+6
* Allow boot0cfg to force a PXE boot via boot0 on the next boot.jhb2011-12-201-1/+1
* - Rename if_carp.ko to carp.ko.glebius2011-12-161-1/+1
* Replace `inline static' by `static inline'.ed2011-12-131-2/+2
* 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
OpenPOWER on IntegriCloud