aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Enable warnings in EFI boot codeSteven Hartland2016-01-1244-124/+127
* DIOCGSECTORSIZE expects to write to a u_int, but struct zfs_probe_argsAllan Jude2016-01-111-1/+1
* Return call to init_zfs_bootenv to its previous locationAllan Jude2016-01-091-1/+5
* Remove hidden "Not ufs" printfs from boot codeSteven Hartland2016-01-093-6/+0
* Switch EFT boot1 to use libstandSteven Hartland2016-01-092-262/+10
* Only call init_zfs_bootenv() when the system was booted with ZFSAllan Jude2016-01-093-15/+31
* Update dependencies.Bryan Drewery2016-01-091-1/+0
* Reduce libstand Makefile duplicationEd Maste2016-01-081-129/+5
* Avoid unintended $FreeBSD$ expansion in generate-fat.shEd Maste2016-01-081-2/+2
* Add safety belt for boot1.efi file sizeEd Maste2016-01-082-0/+18
* Update generated efi boot image templatesSteven Hartland2016-01-084-74/+78
* Add support for ZFS Boot Environments to userboot (for bhyve and others)Allan Jude2016-01-082-1/+57
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-01-072-2/+0
* Don't install /usr/include/stand.h twice after r293040.Bryan Drewery2016-01-071-0/+1
* style(9) fixes for EFI bootSteven Hartland2016-01-062-4/+3
* Fix return from zfs_probe_devSteven Hartland2016-01-061-2/+2
* Fix _MSC_EXTENSIONS checksSteven Hartland2016-01-063-8/+8
* loader.efi style(9) cleanupEd Maste2016-01-061-35/+29
* Introduce and use new EFI_ERROR_CODE macro for EFI errorsEd Maste2016-01-065-13/+13
* Enable the beastie menu for the UEFI consoleEd Maste2016-01-063-11/+4
* loader.efi: add terminal emulation supportEd Maste2016-01-064-20/+406
* loader.efi: support non-contiguous console modesEd Maste2016-01-041-2/+3
* Cast pointer through uintptr_t on the way to uint64_t to squelch a warning.Ian Lepore2016-01-021-1/+1
* Use 64-bit math when finding a block of ram to hold the kernel. This fixesIan Lepore2016-01-021-11/+13
* Revert accidental change that snuck into r293045.Ian Lepore2016-01-021-7/+0
* Make the 'env' directive described in config(5) work on all architectures,Ian Lepore2016-01-021-0/+7
* Reduce libstand Makefile duplicationEd Maste2016-01-011-137/+9
* Introduce the ZFS Boot Environments menu to the loader menuAllan Jude2015-12-318-7/+423
* Remove supposition comment that code would better live elsewhere.Devin Teske2015-12-311-1/+1
* Fix a memory leak. nextboot_conf_file is not volatile, as far as IDevin Teske2015-12-311-1/+1
* Remove debugging messages. NB: SVN r187143 reads:Devin Teske2015-12-311-3/+0
* Fix stack leak introduced by SVN r97201 (nextboot_conf support).Devin Teske2015-12-301-6/+8
* Fix the error checking for the ubenv command. This moves the check for anIan Lepore2015-12-291-2/+8
* Fix remaining direct tests of the carry flag in the v86 %eflags via aJohn Baldwin2015-12-243-7/+7
* Revert accidental whitespace changes included with r292623Ed Maste2015-12-2221-164/+164
* Support a.out format in nlist only on i386Ed Maste2015-12-2221-164/+164
* Set env vars from values on the efi loader command line.Ian Lepore2015-12-221-2/+25
* boot1.efi: show EFI error number, not full status valueEd Maste2015-12-211-3/+6
* loader.efi: strip trailing whitespaceEd Maste2015-12-213-3/+3
* Add strlcat() and strlcpy() to libstand32. This should have been part ofIan Lepore2015-12-211-2/+2
* loader.efi: refresh size in GetMemoryMap retry loopEd Maste2015-12-201-67/+55
* Add missing smbios.h #include to mute a -Wimplicit-function-declaration warningEnji Cooper2015-12-201-0/+1
* Pass the UEFI system table into the kernel from the boot loader viaWarner Losh2015-12-191-0/+3
* loader.efi: show EFI error number, not full status valueEd Maste2015-12-181-5/+6
* Use human readable representation of ip for the pxeboot.ip kenvBaptiste Daroussin2015-12-161-3/+2
* pxeboot: make the tftp loader use the option root-path directiveBaptiste Daroussin2015-12-163-29/+3
* UEFI: combine GetMemoryMap and ExitBootServices and retry on errorEd Maste2015-12-165-38/+39
* Enhance the "ubenv import" command to allow importing a u-boot env varIan Lepore2015-12-141-6/+29
* Make detection of GPT a bit more reliable.Andrey V. Elsukov2015-12-101-1/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2015-12-071-0/+1