aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* Redo r360540 to retain the ifndef sparc code, not delete it.Warner Losh2020-05-011-4/+10
* Remove more stray sparc64 ifdefs.Warner Losh2020-05-011-18/+4
* [PowerPC] Set fixed boot1.elf load addressBrandon Bergren2020-05-011-1/+14
* Remove sparc relocation support from reloc_elf.c.Brandon Bergren2020-05-011-26/+1
* lualoader: config: improve readConfFiles, rename to readConfKyle Evans2020-04-303-46/+47
* lualoader: config: add a table for restricted environment varsKyle Evans2020-04-301-5/+33
* loader.conf(5): document that loader_conf_files may be clobberedKyle Evans2020-04-301-1/+5
* config.lua(8): catch up to recently added hooksKyle Evans2020-04-281-2/+4
* config.lua(8): "may should" is not proper grammarKyle Evans2020-04-281-1/+1
* lualoader: cli: clobber loader_conf_files before proceedingKyle Evans2020-04-281-0/+3
* lualoader: cli: add read-confKyle Evans2020-04-281-0/+5
* lualoader: config: start exporting readConfFilesKyle Evans2020-04-282-34/+45
* lualoader config: don't call loader.getenv() as muchKyle Evans2020-04-281-2/+6
* Stop setting PG_U in bootstrap mappings.Mark Johnston2020-04-243-11/+9
* Build the arm64 loader with -ffixed-x18Andrew Turner2020-04-241-1/+1
* menu.lua: Give names to menu entriesRyan Moeller2020-04-221-40/+46
* [libsa] Fix typecast of pointer for st_devAdrian Chadd2020-04-161-1/+1
* Preload hostuuid for early-boot useKyle Evans2020-04-161-0/+5
* Add support to MSDOS FS in PPC loaderLeandro Lupori2020-04-071-0/+3
* Improve interaction of vectx and tftpSimon J. Gerraty2020-04-072-19/+39
* stand: -fno-common fixes for !x86 loadersKyle Evans2020-04-073-5/+3
* [PPC] Fix loader call to instantiate-rtasLeandro Lupori2020-04-071-1/+1
* loader: use #elif defined() in stand.hToomas Soome2020-03-291-1/+1
* userboot: mark host_fsops as externKyle Evans2020-03-291-1/+1
* loader.efi: restore the init and fix the color setupToomas Soome2020-03-281-11/+26
* loader: typo did slip into 359408Toomas Soome2020-03-281-1/+1
* loader: strdup name strings from dataset walkerToomas Soome2020-03-281-2/+8
* loader: add knob to build with user mallocToomas Soome2020-03-281-1/+8
* loader.efi: conout->QueryMode() can fail to return screen dimensionsToomas Soome2020-03-271-5/+13
* loader: Fully reset terminal settings, not just colorsRyan Moeller2020-03-275-15/+19
* [PowerPC] Switch powerpc and powerpcspe to lldBrandon Bergren2020-03-271-4/+0
* Fix pkgfs stat so it satisfies libsecurebootSimon J. Gerraty2020-03-256-19/+48
* loader: remove libsa/crc32.c and use version from zlibToomas Soome2020-03-1910-138/+31
* loader: misaligned access of dos_partition structureToomas Soome2020-03-191-1/+7
* loader.efi: handle efi_cons_init() failure cases betterToomas Soome2020-03-181-24/+22
* Fixup line lost from previous commit (r359072)Ryan Moeller2020-03-181-0/+1
* loader: Add a "kernel.loaded" hookRyan Moeller2020-03-181-4/+3
* loader: add comconsole implementation on top of SIO protocolToomas Soome2020-03-146-13/+543
* test if port does exist via using scratch registerToomas Soome2020-03-121-0/+10
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-092-2/+2
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-091-1/+1
* 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-0824-73/+224
* Link stand/i386 components using a linker scriptDimitry Andric2020-03-048-21/+28
* loader: crc32 is provided by libsaToomas Soome2020-03-042-4/+4
* loader: replace zfs_alloc/zfs_free with malloc/freeToomas Soome2020-02-262-49/+32
* [PowerPC] Fix LLD10 linking of ofw loader on ppcBrandon Bergren2020-02-251-1/+5
* loader: alloc_pread() should set errno if malloc failsToomas Soome2020-02-231-0/+1
* efi_register_handles() is missing NULL pointer checkToomas Soome2020-02-201-0/+2
* insert_zfs() is missing NULL pointer checkToomas Soome2020-02-201-3/+5