summaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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
* lua: add modules.loaded hookKyle Evans2020-01-251-2/+5
* loader.lua: re-arrange to load local.lua *after* config loadingKyle Evans2020-01-251-2/+2
* Fix build of stand/usb .Hans Petter Selasky2020-01-231-1/+3
* Add support for Hygon Dhyana Family 18h processor.Konstantin Belousov2020-01-211-0/+1
* [PowerPC] Fix 32-bit ubldr calling conventionBrandon Bergren2020-01-191-4/+9
* Backout 356693. The libsa malloc does provide necessary alignment andToomas Soome2020-01-134-4/+4
* loader: allocate properly aligned buffer for network packetToomas Soome2020-01-134-4/+4
* loader: bioscd probe can get sector size 0Toomas Soome2020-01-091-2/+4
* stand/fdt: Scale blob size better as overlays applyKyle Evans2020-01-093-9/+39
* loader: update zfsimpl.c from illumos review suggestionsToomas Soome2020-01-061-15/+23
* Move stand/ofw/libofw to stand/libofw.Brandon Bergren2020-01-0219-13/+6
* [PowerPC64] Use ld.bfd to build LIB32 and STAND - when using llvmJustin Hibbits2019-12-241-0/+4
* In gptboot, don't assume a partition number is a single digit, 1-9. GPTIan Lepore2019-12-221-3/+5
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-202-3/+3
* loader.efi: efi_readkey_ex needs to key despite the shift status or toggle st...Toomas Soome2019-12-171-4/+8
* Use symbolic names for int13 callsWarner Losh2019-12-162-25/+43