aboutsummaryrefslogtreecommitdiff
path: root/stand/common
Commit message (Expand)AuthorAgeFilesLines
* loader: cstyle cleanup of console.cToomas Soome2020-11-141-173/+187
* loader: cstyle cleanup of bootstrap.h did miss a bitToomas Soome2020-11-081-3/+3
* loader: cstyle cleanup of bootstrap.hToomas Soome2020-11-081-119/+133
* stand/reloc_elf: Handle relative relocations for arm{,64} and riscvD Scott Phillips2020-09-211-1/+10
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-212-0/+341
* zalloc_malloc:Free hexdump preceeding buffer when we detect overflowSimon J. Gerraty2020-08-292-41/+0
* Fix stand/newvers.sh with zsh in sh modeAlex Richardson2020-08-121-2/+4
* Fix compilation error for install.c in loaderStephen J. Kiernan2020-07-311-5/+1
* RISC-V boot1.efi and loader.efi supportMitchell Horne2020-07-061-1/+4
* stand: remove redundant declarationsKyle Evans2020-06-231-2/+0
* loader: zfs_cmd.c does not really compile without libzfs.hToomas Soome2020-06-161-3/+0
* loader: variable i is unused without MBR/GPT support built inToomas Soome2020-06-161-3/+2
* Minor cleanup of initialized variablesSimon J. Gerraty2020-06-121-3/+3
* loader: install allow for more complete device spec in urlSimon J. Gerraty2020-06-081-19/+62
* lualoader: drop the filename and word "LUA" from errorsKyle Evans2020-06-031-1/+1
* loader: fix userboot's ability to detect a guest's interpreterKyle Evans2020-05-201-1/+10
* Remove sparc relocation support from reloc_elf.c.Brandon Bergren2020-05-011-26/+1
* Fix pkgfs stat so it satisfies libsecurebootSimon J. Gerraty2020-03-251-0/+11
* loader: remove libsa/crc32.c and use version from zlibToomas Soome2020-03-191-4/+4
* loader: misaligned access of dos_partition structureToomas Soome2020-03-191-1/+7
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-081-0/+43
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-087-43/+161
* loader: alloc_pread() should set errno if malloc failsToomas Soome2020-02-231-0/+1
* interp_lua: fix bogus indentation, NFCKyle Evans2020-02-121-5/+5
* lualoader: disable autoboot on high-level interpreter errorsKyle Evans2020-02-121-0/+1
* Remove sparc64 support from the boot loader.Warner Losh2020-02-031-67/+1
* loader: clean up devopen and devclose a bitToomas Soome2019-12-131-3/+2
* loader: vdisk dereference after freeToomas Soome2019-12-131-2/+2
* Regularize my copyright noticeWarner Losh2019-12-042-3/+2
* loader: add support for hybrid PMBR for GPT partition tableToomas Soome2019-11-151-14/+9
* loader: show APFS partition type nameToomas Soome2019-11-042-1/+6
* stand: consolidate knowledge of lua pathKyle Evans2019-11-021-1/+3
* Loader: Add load offset to powerpc kernel entry pointJustin Hibbits2019-09-061-4/+7
* loader: ignore some variable settings if input unverifiedSimon J. Gerraty2019-07-171-0/+30
* Remove NAND and NANDFS supportWarner Losh2019-06-252-9/+0
* Move to using a common kernel path between the boot / laoder bits andWarner Losh2019-06-241-1/+4
* loader: disk_open() should honor D_PARTNONEToomas Soome2019-06-061-8/+16
* [zfsboot] Fix boot env back compat (#190)Warner Losh2019-06-031-0/+1
* Fix comment parsing in interp_simple.cRebecca Cran2019-06-011-1/+1
* 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-231-12/+495
* 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-201-3/+3
* 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-093-3/+3
* loader: ptable_print() needs two tabs sometimesToomas Soome2019-05-091-6/+20
* 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