aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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
* loader: Malloc(0) should return NULL.Toomas Soome2019-09-161-0/+3
* loader_4th: scan_buffer can leave empty string on stackToomas Soome2019-09-161-0/+2
* lualoader: Add reload-conf loader commandKyle Evans2019-09-142-3/+20
* loader: vidconsole should set LINES and COLUMNSToomas Soome2019-09-102-1/+6
* lualoader: Revert to ASCII menu frame for serial consoleKyle Evans2019-09-102-1/+18
* loader: --gc-sections needs sections to work withToomas Soome2019-09-082-1/+2
* loader.efi: UEFI text mode background colors are only using 3 bitsToomas Soome2019-09-061-1/+1
* Loader: Add load offset to powerpc kernel entry pointJustin Hibbits2019-09-061-4/+7
* loader: use teken teminal emulator for x86 and uefiToomas Soome2019-09-0511-850/+987
* ficl: add xemit wordToomas Soome2019-09-051-0/+8
* ficl: add uIsGreater wordToomas Soome2019-09-051-0/+13
* The efifat files are no longer used: remove the code to build themRebecca Cran2019-09-048-107/+0
* loader.efi: use and prefer coninex interfaceToomas Soome2019-09-021-7/+66
* loader.efi: some systems do not translate scan code 0x8 to backspaceToomas Soome2019-09-021-5/+8