aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* ficl: add uIsGreater wordToomas Soome2019-09-051-0/+13
* The efifat files are no longer used: remove the code to build themRebecca Cran2019-09-048-107/+0
* loader.efi: use and prefer coninex interfaceToomas Soome2019-09-021-7/+66
* loader.efi: some systems do not translate scan code 0x8 to backspaceToomas Soome2019-09-021-5/+8
* Move CAS check in powerpc64 ofw loader until after the PVR check.Brandon Bergren2019-09-011-4/+4
* loader.efi: use shift 16 in efipart as it is max ashift supported by zfsToomas Soome2019-08-311-2/+3
* qemu-system-aarch64 does list block device with very large block sizeToomas Soome2019-08-301-1/+4
* stand: boot2: fix amd64-xtoolchain-gcc buildKyle Evans2019-08-231-1/+1
* libsa: mips: fix typo that had slipped into the diff on local machineKyle Evans2019-08-221-1/+1
* libsa: mips: use _JB_* from machine/asm.h, remove regnum depKyle Evans2019-08-221-27/+26
* loader.efi: efipart should be more careful about constructing block device listsToomas Soome2019-08-201-351/+284
* Reduce size of EFI_STAGING_SIZE to 32 on armTom Jones2019-08-171-0/+2
* stand: gptboot: fix build with xtoolchain-llvm90Kyle Evans2019-08-163-478/+10
* stand: boot2: fix build with xtoolchain-llvm90Kyle Evans2019-08-161-1/+6
* stand: push LIBC_SRC up into defs.mkKyle Evans2019-08-162-9/+9
* gptzfsboot: remove CLANG_NO_IASEd Maste2019-08-151-3/+0
* stand: remove CLANG_NO_IAS from pxeldrEd Maste2019-08-151-3/+0
* stand: remove CLANG_NO_IAS from cdbootEd Maste2019-08-151-3/+0
* Revert r351078, r351085: stand/quad.h evictionKyle Evans2019-08-152-1/+114
* stand: kick out quad.hKyle Evans2019-08-152-114/+1
* stand: remove CLANG_NO_IAS from boot2Ed Maste2019-08-151-3/+0
* loader: add error check for vdev_indirect callsToomas Soome2019-08-091-0/+12
* loader: support com.delphix:removingToomas Soome2019-08-085-17/+707
* Verify files loaded in chain command.Marcin Wojtas2019-08-082-0/+16
* loader.efi: efilib.h and libefi.c were left out of 350654Toomas Soome2019-08-062-0/+8
* loader.efi: boot1.c was left out of 350654Toomas Soome2019-08-061-5/+6
* loader.efi: replace HandleProtocol() with OpenProtocol()Toomas Soome2019-08-068-22/+25
* [PPC64] Implement CASLeandro Lupori2019-07-313-1/+251
* Fix EFI loader build when LOADER_NET_SUPPORT=no.Ruslan Bukin2019-07-301-0/+4
* loader: ignore some variable settings if input unverifiedSimon J. Gerraty2019-07-171-0/+30
* Allow efi loader to get network params from ubootJustin Hibbits2019-07-122-0/+74
* efihttp: mac and err can be used uninitializedToomas Soome2019-07-021-5/+8
* efihttp: mark unused arguments with __unusedToomas Soome2019-06-301-5/+7
* efihttp: comparison of integers of different signsToomas Soome2019-06-301-1/+1
* Clean efihttp pointer-sign warningsToomas Soome2019-06-301-14/+14
* Increase EFI_STAGING_SIZE to 100MB on x64Rebecca Cran2019-06-271-0/+4
* Re-enable loader efi http boot and fix dv_open bug if dv_init failedRebecca Cran2019-06-262-0/+12
* Disconnect EFI HTTP supportRebecca Cran2019-06-251-2/+0
* Remove NAND and NANDFS supportWarner Losh2019-06-2511-1086/+2
* loader: add HTTP support using UEFIRebecca Cran2019-06-249-0/+1735
* Move to using a common kernel path between the boot / laoder bits andWarner Losh2019-06-242-3/+7
* Tell loader to ignore newer features enabled on the root pool.Matt Macy2019-06-191-0/+6
* efinet: Defer exclusively opening the network handlesRebecca Cran2019-06-191-14/+18
* [PPC] Fix loader input with newer QEMU versionsLeandro Lupori2019-06-191-1/+5
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-1/+1
* Fix gcc build by removing redeclarationLi-Wen Hsu2019-06-131-1/+0
* Add stuff to disable warning for %SWarner Losh2019-06-081-0/+2
* Create gptboot.efiWarner Losh2019-06-084-1/+338
* Break out the disk selection protocol from the rest of boot1.Warner Losh2019-06-085-196/+280
* Rework the reporting of the priority.Warner Losh2019-06-071-55/+34