aboutsummaryrefslogtreecommitdiff
path: root/stand/common
Commit message (Expand)AuthorAgeFilesLines
* loader: do not autoselect smaller font than 8x16 with high res displayToomas Soome2021-02-092-3/+21
* loader: remove BORDER_PIXELSToomas Soome2021-02-091-15/+8
* loader: unload command should reset tg_kernel_supported in gfx_stateToomas Soome2021-01-281-0/+2
* Fix loader detection of vbefb support on !amd64Dimitry Andric2021-01-271-2/+2
* loader: start kernel in text mode when there is no vbefb vt driverToomas Soome2021-01-262-9/+55
* Reuse the amd64 loader relocation code on arm64Andrew Turner2021-01-201-13/+22
* loader: comment on rgb_to_color_index()Toomas Soome2021-01-191-1/+9
* loader: update gfx moduleToomas Soome2021-01-171-42/+76
* loader: Partial revert of 987eabdc2ae1Emmanuel Vadot2021-01-171-4/+1
* loader.efi: Use Blt with gop as defaultToomas Soome2021-01-161-2/+5
* loader: really use bold font for vga text modeToomas Soome2021-01-071-1/+1
* loader: implement framebuffer consoleToomas Soome2021-01-024-1/+3008
* loader: Print autoboot countdown immediately, not at 9Jessica Clarke2020-12-141-2/+3
* stand: liblua: add a pager moduleKyle Evans2020-12-121-0/+1
* 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