aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove left-over status variablesWarner Losh2019-06-072-2/+0
* Fix when NOFAT is definedWarner Losh2019-06-061-2/+3
* Use simple malloc/free instead of dropping down to the UEFIWarner Losh2019-06-062-18/+16
* loader: disk_open() should honor D_PARTNONEToomas Soome2019-06-061-8/+16
* Don't make the efifat thing if NOFAT is defined.Warner Losh2019-06-061-0/+4
* Eliminate unused uuid parameters from gptread and gptread_table. WeWarner Losh2019-06-053-9/+7
* ufs_module.c can't currently be compiled with -Wcast-align, but theWarner Losh2019-06-051-0/+3
* Don't shadow a global zfsmount variable.Warner Losh2019-06-051-3/+3
* Use newly minted efi_devpath_same_disk() instead ofWarner Losh2019-06-041-1/+1
* Introduce efi_devpath_same_diskWarner Losh2019-06-042-2/+27
* [zfsboot] Fix boot env back compat (#190)Warner Losh2019-06-032-8/+28
* Fix comment parsing in interp_simple.cRebecca Cran2019-06-011-1/+1
* stand: zfs: Free bouncebuf on error path in vdev_readKyle Evans2019-05-311-2/+4
* Unexpand be32dec().Xin LI2019-05-301-8/+3
* loader: malloc+memset is calloc in spa_createToomas Soome2019-05-291-2/+1
* boot1.efi should also provide CallocToomas Soome2019-05-291-1/+15
* loader: zfs_alloc and zfs_free should use panicToomas Soome2019-05-291-4/+2
* ficl pfopen: verify fileSimon J. Gerraty2019-05-243-0/+22
* Remove kgzip and kgzldr.Xin LI2019-05-249-466/+0
* Initialize a variable to fix build with GCC.Jung-uk Kim2019-05-231-1/+1
* Remove yet another unused variable.Jung-uk Kim2019-05-231-1/+0
* loader: Remove unused variableEmmanuel Vadot2019-05-231-1/+1
* loader: Add pnp functions for autoloading modules based on linker.hintsEmmanuel Vadot2019-05-233-12/+566
* stand: TARGET_ARCH is spelled MACHINE_ARCH in MakefilesJustin Hibbits2019-05-211-1/+1
* stand/powerpc: Only build loader.kboot for powerpc64Justin Hibbits2019-05-211-0/+3
* Unbreak the build when `ELF_VERBOSE` is defined after r348005Enji Cooper2019-05-211-1/+1
* [PowerPC64] stand: fix build using clang 8 as compilerLeandro Lupori2019-05-208-11/+18
* loader: fix memory handling errors in module.cToomas Soome2019-05-131-2/+17
* loader: use DPRINTF in biosdisk.c and define safe DPRINTFToomas Soome2019-05-094-15/+15