aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* Don't add -Winline for WARNS=6Alex Richardson2021-04-222-3/+2
* libsa: Remove conflicting .global/.weak directiveAlex Richardson2021-04-101-1/+0
* loader: we should support pools without featuresToomas Soome2021-04-091-2/+10
* loader: insert spaces around menu titleToomas Soome2021-04-032-3/+4
* stand: Load INIT_ARRAY and FINI_ARRAY sectionsMark Johnston2021-03-231-0/+2
* zfs: merge OpenZFS master-9312e0fd1Martin Matuska2021-03-101-0/+5
* loader: cursor off should restore display contentToomas Soome2021-03-092-0/+40
* loader_4th: brand image is aligned rightToomas Soome2021-03-061-1/+1
* loader: use display pixel density for font autoselectionToomas Soome2021-03-045-19/+237
* loader: autoload_font will hung loader when there is no local consoleToomas Soome2021-03-012-2/+9
* loader: unload command should reset tg_kernel_supported in gfx_stateToomas Soome2021-02-211-0/+2
* Fix loader detection of vbefb support on !amd64Dimitry Andric2021-02-211-2/+2
* loader: start kernel in text mode when there is no vbefb vt driverToomas Soome2021-02-214-9/+74
* loader_lua: consider userboot console as serialToomas Soome2021-02-211-1/+4
* pxeboot(8): remove antiquated informationGuangyuan Yang2021-02-221-16/+7
* loader: do not autoselect smaller font than 8x16 with high res displayToomas Soome2021-02-152-3/+21
* loader: remove BORDER_PIXELSToomas Soome2021-02-153-18/+11
* loader.efi: There are systems without ConOut, also use ConOutDevToomas Soome2021-02-041-0/+2
* stand/multiboot: adjust the protocol between loader and kernelRoger Pau Monné2021-02-031-117/+39
* lualoader: position hyphens at the beginning of character classesKyle Evans2021-02-031-4/+4
* stand: lua: enhance lfs.dir() to speed up kernels_autodetectKyle Evans2021-02-031-2/+6
* userboot: provide stub gfx functionsToomas Soome2021-02-023-5/+80
* loader: create built in font from bold font faceToomas Soome2021-02-022-2/+2
* stand: ensure that the efi directory's dependencies are correctKyle Evans2021-01-301-0/+1
* lualoader: improve loader.conf var processingKyle Evans2021-01-291-22/+68
* Reuse the amd64 loader relocation code on arm64Andrew Turner2021-01-201-13/+22
* loader: comment on rgb_to_color_index()Toomas Soome2021-01-191-1/+9
* loader: handle malloc failures in vbe_init, use consistent namingToomas Soome2021-01-191-16/+24
* loader: update gfx moduleToomas Soome2021-01-171-42/+76
* loader: Use TERM_EMU for arm and arm64Emmanuel Vadot2021-01-171-3/+0
* loader: Partial revert of 987eabdc2ae1Emmanuel Vadot2021-01-171-4/+1
* loader.efi: commands gop, uga and autoresize should use cached dataToomas Soome2021-01-171-30/+17
* loader.efi: variable 'hlist' is uninitializedToomas Soome2021-01-171-0/+1
* loader.efi: unused variable 'mode'Toomas Soome2021-01-171-1/+0
* loader.efi: handle multiple gop instancesToomas Soome2021-01-161-1/+36
* loader.efi: Use Blt with gop as defaultToomas Soome2021-01-161-2/+5
* loader: create local copy of mode list provided by vbeinfoblockToomas Soome2021-01-161-33/+49
* lualoader: use floor division to get correct typeKyle Evans2021-01-151-1/+1
* loader: do not update palette in text mode (real fix)Toomas Soome2021-01-151-1/+1
* pkgfs_open: follow symlinksSimon J. Gerraty2021-01-151-1/+18
* contrib/lua: update to 5.4.2Kyle Evans2021-01-141-136/+108
* Revert "loader.efi: disable workaround for serial console on non-x86"Toomas Soome2021-01-131-4/+0
* loader.efi: initial terminal size should base on UEFI terminal sizeToomas Soome2021-01-131-6/+6
* loader.efi: disable workaround for serial console on non-x86Toomas Soome2021-01-121-0/+4
* loader.efi: reworked framebuffer setupToomas Soome2021-01-126-63/+90
* loader.efi: efifb_mask_from_pixfmt is missing PixelBltOnlyToomas Soome2021-01-111-0/+1
* loader: term_image_display() should test screen_bufferToomas Soome2021-01-102-0/+6
* loader: really use bold font for vga text modeToomas Soome2021-01-072-1/+7
* stand: remove bogus dependency from libsa32Kyle Evans2021-01-071-2/+0
* stand: avoid adding fdt SUBDIR_DEPEND if WITHOUT_FDT is setKyle Evans2021-01-071-0/+2