aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* [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
* efipart_inithandles() is missing NULL pointer checkToomas Soome2020-02-201-0/+2
* connect_controllers() is missing NULL pointer checkToomas Soome2020-02-201-0/+2
* efihttp_fs_seek() is missing NULL pointer checkToomas Soome2020-02-201-0/+2
* efinet_dev_init() is missing NULL pointer checkToomas Soome2020-02-201-0/+2
* Move smbios.c to libsa.Warner Losh2020-02-206-29/+16
* Create ptov() function.Warner Losh2020-02-204-9/+17
* efiloader: don't execute hooks when setting currdev/loaddevKyle Evans2020-02-121-2/+11
* interp_lua: fix bogus indentation, NFCKyle Evans2020-02-121-5/+5
* lualoader: disable autoboot on high-level interpreter errorsKyle Evans2020-02-121-0/+1
* followup on r357497: clean obsolete comment and use shift instead of multipli...Toomas Soome2020-02-051-6/+7
* zfsboot: vdev_read_pad2 does allocate buffer with wrong sizeToomas Soome2020-02-051-1/+1
* vdev_read_pad2: freeing wrong pointerToomas Soome2020-02-051-1/+1
* loader: rewrite zfs reader zap code to use mallocToomas Soome2020-02-042-170/+293
* Remove sparc64 support from the boot loader.Warner Losh2020-02-0318-2580/+2
* loader: bc_add can not use any other probes than ah=0x4bToomas Soome2020-02-031-50/+97
* Work around assembler error from clang 10.0.0 in gptboot:Dimitry Andric2020-01-281-1/+1