aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* loader: 332270 did left out stand/i386/loader/loader.rcToomas Soome2018-04-081-3/+0
* loader: 332270 did use wrong path for efi.4thToomas Soome2018-04-081-1/+1
* loader: include efi.4th only if we do have uefiToomas Soome2018-04-083-15/+4
* libsa: name is not used in dirmatch()Toomas Soome2018-04-071-2/+1
* libsa: cd9660: warning: 'lenskip' may be used uninitialized in this functionToomas Soome2018-04-072-1/+3
* lualoader: Fix menu skipping with loader.conf(5) varsKyle Evans2018-04-061-4/+6
* stand: pass --no-rosegment for i386 bits when linking with lldEd Maste2018-04-061-0/+5
* Add an ISO9660 "partition table" type to loader.Benno Rice2018-04-053-1/+53
* Add isoboot(8) for booting BIOS systems from HDDs containing ISO images.Benno Rice2018-04-055-1/+1024
* Various style(9) fixes.Benno Rice2018-04-051-10/+14
* Use consistent whitespace.Benno Rice2018-04-051-257/+271
* Default loader.conf: Drop efi_max_resolution to 1x1Kyle Evans2018-04-031-1/+1
* 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