aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* loader: implement fallback efi_devpath_to_name()Toomas Soome2019-11-071-4/+428
* loader.efi: HARDDRIVE_DEVICE_PATH may have subpathsToomas Soome2019-11-061-12/+37
* loader: clean up the noise around log deviceToomas Soome2019-11-052-17/+0
* loader: populate nvl with data even when label_txg is 0Toomas Soome2019-11-051-1/+3
* loader: show APFS partition type nameToomas Soome2019-11-042-1/+6
* loader: allow booting from pool with log deviceToomas Soome2019-11-031-0/+3
* loader: factor out label and uberblock load from vdev_probe, add MMP checksToomas Soome2019-11-031-90/+164
* loader: zfs.c is missing malloc checks, fix itToomas Soome2019-11-031-9/+11
* loader: we do not support booting from pool with log deviceToomas Soome2019-11-032-5/+27
* loader: should check malloc in zfs_dev_openToomas Soome2019-11-031-0/+2
* loader: calculate physical vdev psize from asizeToomas Soome2019-11-031-6/+23
* loader: userboot/test should accept more than one diskToomas Soome2019-11-031-13/+13
* Remove duplicate lz4 implementationsToomas Soome2019-11-025-0/+10
* loader: libi386/comconsole.c cstyle cleanupToomas Soome2019-11-021-123/+123
* loader: fall back to term_emu on efi console with serial backendToomas Soome2019-11-024-28/+510
* lualoader: rewrite try_include using lfs + dofileKyle Evans2019-11-021-5/+21
* liblua: add loader.lua_pathKyle Evans2019-11-021-0/+2
* stand: consolidate knowledge of lua pathKyle Evans2019-11-026-4/+10
* We don't support configuring serial PCI cards in EFI. Make this clearer in theWarner Losh2019-11-012-3/+5
* loader: asprinf does crash arm64 due to missing NULL pointer checkToomas Soome2019-11-011-1/+11
* loader: rs_alloc() may return NULLToomas Soome2019-10-261-5/+22
* Guard reference to x86_hypervisorSimon J. Gerraty2019-10-241-0/+2
* Add support for hypervisor check on x86Simon J. Gerraty2019-10-249-59/+157
* Allow loader.efi to identify non-standard boot setupSimon J. Gerraty2019-10-241-0/+1
* userboot/test should use PRIx64 as one would expect from prefix 0xToomas Soome2019-10-241-1/+1
* lualoader: fix setting of loader_color=NO in loader.conf(5)Kyle Evans2019-10-211-2/+8
* lualoader: don't botch disabling of colorKyle Evans2019-10-212-4/+4
* loader: zfs_fmtdev can crash when pool discovery did fail and we have no spaToomas Soome2019-10-191-3/+8
* Allow loader.efi to identify non-standard boot setupSimon J. Gerraty2019-10-171-0/+3
* boot1.efi: provide generic exit() and stub getchar()Toomas Soome2019-10-151-1/+18
* loader/powerpc64: Include generic PVR values in CAS architecture listJustin Hibbits2019-10-081-15/+21
* Revert r352557: powerpc/loader: Install ubldr without strippingKyle Evans2019-10-071-1/+0
* loader/powerpc64: Fix HV check for CAS usageJustin Hibbits2019-10-071-1/+1
* loader.efi: for text mode, use STM to scroll the whole screenToomas Soome2019-10-061-6/+25
* Further normalize copyright noticesKyle Evans2019-09-263-3/+3
* loader: fix indentation in efi_console and vidconsoleToomas Soome2019-09-252-2/+2
* loader: add teken.fg_color and teken.bg_color variablesToomas Soome2019-09-252-4/+193
* loader_lua: lua color changes should end with resetToomas Soome2019-09-224-8/+8
* loader_4th: menu items need to reset color attribute, not switch to whiteToomas Soome2019-09-222-3/+3
* loader: Respect loader_color=YES for serial consolesKyle Evans2019-09-202-9/+13
* powerpc/loader: Install ubldr without strippingJustin Hibbits2019-09-201-0/+1
* loader: fix typo in zalloc.Toomas Soome2019-09-201-1/+2
* mips: ubldr: use truncated load address for mips32Kyle Evans2019-09-181-0/+4
* loader: provide u> and xemit words if neededToomas Soome2019-09-171-0/+23
* loader: revert r352421Toomas Soome2019-09-171-3/+0
* loader.efi: efipart needs to use ioalignToomas Soome2019-09-171-24/+113
* loader: add memalign() to libsaToomas Soome2019-09-174-5/+55
* loader: stand.h should define reallocf as ReallocfToomas Soome2019-09-171-3/+3
* loader: cstyle cleanup libsa zalloc sourcesToomas Soome2019-09-175-260/+270
* loader: factor out guard location setup from ReallocToomas Soome2019-09-171-1/+3