summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Connect the ZFS boot environment menu to the UEFI loaderallanjude2016-01-151-0/+33
* Move init_zfs_bootenv to sys/boot/zfs/zfs.c instead of having a copy in each ...allanjude2016-01-154-56/+34
* Add EFI ZFS boot supportsmh2016-01-1510-3/+372
* Modularise EFI boot loadersmh2016-01-157-216/+653
* Ensure boot fsread correctly probes all partitionssmh2016-01-151-1/+8
* Make common boot file_loadraw name parameter constsmh2016-01-152-8/+7
* Make it possible to specify the path to userboot.so with the -b flag.jmallett2016-01-141-4/+8
* Remove unused reg param from fdt_fixup_memorysmh2016-01-141-1/+1
* Prevent bogus compiler in ZFS boot codesmh2016-01-141-1/+7
* Only build EFI components on supported compilerssmh2016-01-143-12/+6
* Revert r293903smh2016-01-143-5/+0
* Fix GCC warnings causing build failure after r293724smh2016-01-143-0/+5
* Improve non-interactive forth cmd error reportingsmh2016-01-133-11/+37
* Fix typo in libefi.csmh2016-01-131-1/+1
* Go back to using uintptr_t, because code that actually compiles isian2016-01-131-1/+1
* Cast using uintfptr_t and eliminate the cast to uint64_t which is uneededian2016-01-121-1/+1
* Enable warnings in EFI boot codesmh2016-01-1244-124/+127
* DIOCGSECTORSIZE expects to write to a u_int, but struct zfs_probe_argsallanjude2016-01-111-1/+1
* Return call to init_zfs_bootenv to its previous locationallanjude2016-01-091-1/+5
* Remove hidden "Not ufs" printfs from boot codesmh2016-01-093-6/+0
* Switch EFT boot1 to use libstandsmh2016-01-092-262/+10
* Only call init_zfs_bootenv() when the system was booted with ZFSallanjude2016-01-093-15/+31
* Update dependencies.bdrewery2016-01-091-1/+0
* Reduce libstand Makefile duplicationemaste2016-01-081-129/+5
* Avoid unintended $FreeBSD$ expansion in generate-fat.shemaste2016-01-081-2/+2
* Add safety belt for boot1.efi file sizeemaste2016-01-082-0/+18
* Update generated efi boot image templatessmh2016-01-084-74/+78
* Add support for ZFS Boot Environments to userboot (for bhyve and others)allanjude2016-01-082-1/+57
* DIRDEPS_BUILD: Update dependencies.bdrewery2016-01-072-2/+0
* Don't install /usr/include/stand.h twice after r293040.bdrewery2016-01-071-0/+1
* style(9) fixes for EFI bootsmh2016-01-062-4/+3
* Fix return from zfs_probe_devsmh2016-01-061-2/+2
* Fix _MSC_EXTENSIONS checkssmh2016-01-063-8/+8
* loader.efi style(9) cleanupemaste2016-01-061-35/+29
* Introduce and use new EFI_ERROR_CODE macro for EFI errorsemaste2016-01-065-13/+13
* Enable the beastie menu for the UEFI consoleemaste2016-01-063-11/+4
* loader.efi: add terminal emulation supportemaste2016-01-064-20/+406
* loader.efi: support non-contiguous console modesemaste2016-01-041-2/+3
* Cast pointer through uintptr_t on the way to uint64_t to squelch a warning.ian2016-01-021-1/+1
* Use 64-bit math when finding a block of ram to hold the kernel. This fixesian2016-01-021-11/+13
* Revert accidental change that snuck into r293045.ian2016-01-021-7/+0
* Make the 'env' directive described in config(5) work on all architectures,ian2016-01-021-0/+7
* Reduce libstand Makefile duplicationemaste2016-01-011-137/+9
* Introduce the ZFS Boot Environments menu to the loader menuallanjude2015-12-318-7/+423
* Remove supposition comment that code would better live elsewhere.dteske2015-12-311-1/+1
* Fix a memory leak. nextboot_conf_file is not volatile, as far as Idteske2015-12-311-1/+1
* Remove debugging messages. NB: SVN r187143 reads:dteske2015-12-311-3/+0
* Fix stack leak introduced by SVN r97201 (nextboot_conf support).dteske2015-12-301-6/+8
* Fix the error checking for the ubenv command. This moves the check for anian2015-12-291-2/+8
* Fix remaining direct tests of the carry flag in the v86 %eflags via ajhb2015-12-243-7/+7
OpenPOWER on IntegriCloud