aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* lualoader: Don't try to lookup a nil logoKyle Evans2018-04-011-0/+3
* lualoader: Split logodefs out into logo-* filesKyle Evans2018-04-017-135/+322
* lualoader: Simplify some expressionsKyle Evans2018-04-011-23/+5
* lualoader: revert whitespace change that snuck inKyle Evans2018-03-311-1/+0
* lualoader: Don't assume that {module}_load is setKyle Evans2018-03-311-0/+5
* lualoader: Do case-insensitive comparison of "yes"Kyle Evans2018-03-311-1/+1
* fwohcireg.h is 99% the same between the boot loader and theWarner Losh2018-03-314-380/+3
* efinet: Do not return only if ReceiveFilter failsEmmanuel Vadot2018-03-301-3/+1
* stand: Add workaround for HP BIOS issuesKyle Evans2018-03-291-0/+22
* Fix instructions in the zfsboot manual page.Eugene Grosbein2018-03-271-2/+2
* lualoader: Actually re-raise error in try_includeKyle Evans2018-03-261-1/+1
* lualoader: Implement try_include and use it for including the local moduleKyle Evans2018-03-262-5/+21
* loader efifb: implement uga_autoresize as a call to text_autoresizeKyle Evans2018-03-261-2/+2
* lualoader: Privatize some more config.lua bitsKyle Evans2018-03-241-84/+85
* lualoader: Make config env-related bits private APIKyle Evans2018-03-241-45/+45
* loader consoles: Implement SGR 24, 25Kyle Evans2018-03-242-0/+8
* efi loader: Choose a console mode instead if hw.vga.textmode is setKyle Evans2018-03-241-0/+29
* loader.conf(5): Convert list of values to much better looking table formatKyle Evans2018-03-231-5/+11
* loader.conf(5): Document efi_max_resolutionKyle Evans2018-03-231-1/+8
* efi loader: Respect efi_max_resolution in loader.conf(5)Kyle Evans2018-03-232-2/+97
* Match broken style of vidconsole.cKyle Evans2018-03-231-3/+3
* Loader consoles: Implement SGR 22, reset intensityKyle Evans2018-03-232-0/+6
* forthloader: Don't break BIOS boots...Kyle Evans2018-03-221-1/+1
* Apply r228478 (CTASSERT => _Static_assert()) to stand bootstrap.hConrad Meyer2018-03-211-4/+2
* Forth version of EFI autoresizingKyle Evans2018-03-214-1/+19
* UEFI: Ditch console mode setting, choose optimal GOP mode later in bootKyle Evans2018-03-214-14/+78
* lualoader: Use printc when we expect ANSI escape sequencesKyle Evans2018-03-211-2/+2
* lualoader: Clear up some possible naming confusionKyle Evans2018-03-213-16/+16
* core.lua(8): Update to reflect recently added function clearCachedKernelsKyle Evans2018-03-211-1/+11
* lualoader: Add primitive hook module, use it to untangle bogus referenceKyle Evans2018-03-214-2/+93
* lualoader: Use less atomic options for resetting colors/attributesKyle Evans2018-03-202-3/+17
* lualoader: Reset attributes and color scheme with color.highlight()Kyle Evans2018-03-201-1/+3
* Amend missed reference to /boot/overlays, moved to /boot/dtb/overlaysKyle Evans2018-03-191-1/+1
* Move /boot/overlays to /boot/dtb/overlaysKyle Evans2018-03-191-1/+1
* lualoader: Setup default color scheme if we're using colorsKyle Evans2018-03-192-1/+7
* loader.conf: remove obsolete non-x86 beastie menu statementEd Maste2018-03-191-2/+1
* Don't add links or cleanfiles for NO_OBJ case, in addition to notWarner Losh2018-03-181-5/+5
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-172-4/+4
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-172-4/+4
* Only print boot order / boot current if we can get the variables fromWarner Losh2018-03-161-10/+12
* libefi: UEFI_BOOT_VAR_GUID duplicates EFI_GLOBAL_VARIABLEToomas Soome2018-03-152-3/+1
* ubldr: Bump heap size from 512K to 1MKyle Evans2018-03-141-1/+5
* Fix typo that misteriously passes compilation.Gleb Smirnoff2018-03-131-1/+1
* EFIRT: SetVirtualAddressMap with 1:1 mapping after exiting boot servicesKyle Evans2018-03-131-0/+43
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-1347-290/+290
* biosdisk.c should not set d_opendata.Toomas Soome2018-03-131-1/+0
* lualoader: Sprinkle some verbose_loading saltKyle Evans2018-03-131-1/+7
* Print the load and device path as well as BootCurrent and BootOrderWarner Losh2018-03-121-0/+36
* Star BootCurrent entry when booting.Warner Losh2018-03-121-1/+2
* Move the env convenience routines out of boot1.c.Warner Losh2018-03-124-40/+101