aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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
* loader: no-TERM_EMU is broken nowToomas Soome2019-05-092-4/+10
* loader: ptable_print() needs two tabs sometimesToomas Soome2019-05-091-6/+20
* loader: implement proper 8 char tab stopsToomas Soome2019-05-092-8/+12
* Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.Xin LI2019-05-081-2/+2
* command_bcache() does not use argvToomas Soome2019-05-071-1/+1
* loader: bcache code does not need to check argument for free()Toomas Soome2019-05-071-4/+2
* loader: use safer DPRINTF body for non-debug caseToomas Soome2019-05-071-1/+1
* Simplify boot1 allocation of handles.Warner Losh2019-05-061-25/+8
* Abstract out efi_devpath_to_handle to search for a handle that matchesWarner Losh2019-05-063-14/+26
* We only ever need one devinfo per handle. So allocate it outside ofWarner Losh2019-05-061-12/+12
* Reach over and pull in devpath.c from libefiWarner Losh2019-05-062-63/+4
* loader: validate sectorsize argument in disk_open()Toomas Soome2019-05-051-0/+4
* Use SRC+= rather than SRC=Warner Losh2019-05-031-1/+1
* Substitute boot1 with ${BOOT1}Warner Losh2019-05-031-6/+7
* When we can't get memory, trying again right away is going toWarner Losh2019-05-031-1/+1
* Remove stray '*'Warner Losh2019-05-031-1/+1
* stand: correct mis-merge from r346879Kyle Evans2019-05-021-14/+0
* Use D_PARTISGPT rather than bare 255Warner Losh2019-05-011-3/+3
* Add a paragraph that mentions gptboot having an interactive mode, andIan Lepore2019-04-301-1/+15
* zfsboot: to detect disk size, use GPT information firstToomas Soome2019-04-301-0/+32