aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* loader: Add loader.exitWarner Losh2024-02-272-4/+16
* loader: we can only env_discard() existing variableToomas Soome2024-02-261-2/+6
* loader/efi: Only include interpreter's linker scriptWarner Losh2024-02-251-1/+1
* loader/ficl: Rename the ficl compile set to X4th_compile_setWarner Losh2024-02-253-4/+4
* loader/efi: Use unique linker set for luaWarner Losh2024-02-252-4/+5
* loader/efi: Linker sets not needed.Warner Losh2024-02-254-43/+0
* loader/kboot: simplify linker set inclusion a littleWarner Losh2024-02-252-22/+0
* loader/uboot: Move to foo.ldconfigWarner Losh2024-02-254-8/+8
* loader/powerpc: Share ldscriptWarner Losh2024-02-257-150/+13
* kboot: Centralize ldscript additionWarner Losh2024-02-257-6/+3
* loader: Move ldscripts to match more standard practicesWarner Losh2024-02-256-2/+2
* loader: rename gfx_interp_md to gfx_interp_refWarner Losh2024-02-245-5/+5
* loader: These files have no copyrightable materialWarner Losh2024-02-224-0/+8
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-22165-185/+3
* loader: return errors from writing ZFS labelsWarner Losh2024-02-221-1/+1
* kboot: Implement write support for hostdiskWarner Losh2024-02-221-7/+8
* loader/efi: Make gcc friendlier by move md_devWarner Losh2024-02-211-1/+2
* loader: Retire CTASSERTWarner Losh2024-02-214-11/+6
* kboot: Fix zfs bootonce protocolWarner Losh2024-02-211-20/+15
* loader: For the mini-stdio we have for lua, #define them to something elseWarner Losh2024-02-211-0/+21
* loader/libofw: Fix disk size truncationJustin Hibbits2024-02-211-1/+1
* loader: Make MK_LOADER_BIOS_TEXTONLY workWarner Losh2024-02-184-20/+88
* loader: Add textvidc to buildWarner Losh2024-02-181-0/+3
* loader: bring back old text-only video consoleWarner Losh2024-02-181-0/+645
* loader: Bump the limit to 560,000 bytes for BIOS loaderWarner Losh2024-02-161-3/+2
* loader: line line per src file in libi386Warner Losh2024-02-161-8/+29
* loader: Simplify build a littleWarner Losh2024-02-162-7/+4
* kboot: Add our own lua bindingsWarner Losh2024-02-165-1/+31
* loader: Move drawer.lua over to gfx table.Warner Losh2024-02-161-6/+19
* loader: Move gfx functions to gfx.lua.8Warner Losh2024-02-163-72/+124
* loader: Move to using linker sets to bring in optional bitsWarner Losh2024-02-163-26/+39
* loader: Remove gfx_fb_stub.c, it's no longer neededWarner Losh2024-02-165-85/+2
* loader: Only create gfx 4th bindings when gfx is availableWarner Losh2024-02-164-190/+263
* loader: Add prototype for gfx_interp_mdWarner Losh2024-02-163-0/+15
* loader: Create new gfx tableWarner Losh2024-02-162-1/+27
* loader: Separate gfx to a new file.Warner Losh2024-02-164-203/+245
* loader: Register the gfx stuff separately.Warner Losh2024-02-161-0/+11
* loader: Simplify the loader.has_commandWarner Losh2024-02-161-5/+6
* loader: Make vidc_biosputchar staticWarner Losh2024-02-141-1/+1
* loader: export the CMD_ constants in loader tableWarner Losh2024-02-141-0/+10
* loader: Fetch initial script from loader_lua envWarner Losh2024-02-141-1/+3
* libsecureboot do not report expected unverified filesSimon J. Gerraty2024-02-123-0/+18
* loader: Document the lua loader table.Warner Losh2024-02-102-0/+248
* loader: For EFI, if we don't have ConOut, try ConInWarner Losh2024-02-041-1/+6
* loader: Move build_font_module to gfx_fb.cWarner Losh2024-02-022-87/+89
* loader: Font module is EFI dependentWarner Losh2024-02-021-0/+2
* libsa: Move hash functions up a levelWarner Losh2024-02-022-11/+9
* libsa: Move include file creation to the end of the MakefileWarner Losh2024-02-021-26/+26
* stand/lua: always allow overriding with local config filesStéphane Rochoy2024-02-024-10/+48
* stand/lua: per-product conf if requested via product_varsStéphane Rochoy2024-02-022-1/+58