aboutsummaryrefslogtreecommitdiff
path: root/stand/lua
Commit message (Expand)AuthorAgeFilesLines
* lualoader: fix pruning of non-existent default kernelKyle Evans3 days1-0/+6
* stand/lua: Fix two typos in the manual pagesGordon Bergling2025-11-222-2/+2
* lualoader: adapt builtin brand/logo definitions as wellKyle Evans2025-07-211-31/+37
* loader: Fix loader_brand = noneEmmanuel Vadot2025-07-211-1/+1
* stand: lua: add a more productive commentKyle Evans2025-07-211-1/+3
* stand: lua: convert orb to a new format that allows per-graphic shiftKyle Evans2025-07-213-51/+104
* lualoader: rename loop variable to cleanup luacheckKyle Evans2025-07-211-4/+4
* lualoader: allow graphical bits to be disabled with loader_gfxKyle Evans2025-07-211-15/+15
* loader: Fix orb positionEmmanuel Vadot2025-07-213-4/+4
* stand/lua manuals: Describe betterAlexander Ziaee2025-05-1512-23/+23
* stand: Fix brand positioning on framebuffer consoleJose Luis Duran2025-03-031-1/+1
* loader: Use Cyan instead of Blue for some menu itemsWarner Losh2024-12-281-2/+2
* loader: Fix 0 vs 1 confusion for column numbersWarner Losh2024-12-282-3/+3
* loader: Use printc instead of print to fit in 24,80Warner Losh2024-12-281-3/+7
* loader/menu: tweak for added lineWarner Losh2024-12-282-2/+2
* manuals: Misc syntax fixesGraham Percival2024-11-041-0/+1
* loader: Fix boot menu on BIOSWarner Losh2024-11-042-5/+36
* loader: Load platform entropy even without menuColin Percival2024-09-291-0/+2
* loader: Make EFI entropy size configurableColin Percival2024-09-291-1/+2
* stand: Add "Loader needs updating" to the first menu item"Warner Losh2024-08-011-0/+13
* stand: Print a warning of the loader is too oldWarner Losh2024-08-012-0/+25
* Revert "loader/lua: Remove workaround for command_error"Warner Losh2024-08-011-1/+6
* Revert "loader/lua: Remove compat shim for loader.lua_path"Warner Losh2024-08-011-1/+7
* Revert "loader/lua: Remove pager shim"Warner Losh2024-08-011-0/+12
* loader/lua: Remove workaround for command_errorWarner Losh2024-04-161-6/+1
* loader/lua: Remove compat shim for loader.lua_pathWarner Losh2024-04-161-7/+1
* loader/lua: Remove pager shimWarner Losh2024-04-161-12/+0
* loader: Add loader.exitWarner Losh2024-04-161-0/+4
* loader: Move drawer.lua over to gfx table.Warner Losh2024-04-161-6/+19
* loader: Move gfx functions to gfx.lua.8Warner Losh2024-04-163-72/+124
* loader: Document the lua loader table.Warner Losh2024-04-162-0/+248
* stand/lua: always allow overriding with local config filesStéphane Rochoy2024-04-162-5/+18
* stand/lua: per-product conf if requested via product_varsStéphane Rochoy2024-04-161-0/+25
* loader: lua: assume late ACPI detection if the feature isn't enabledKyle Evans2024-04-161-10/+11
* stand: Retire setting hw.ata.wc: it doesn't exist.Warner Losh2024-04-162-3/+0
* stand: Retire setting hw.eisa_slots.Warner Losh2024-04-162-3/+0
* stand: bandaide for acpiWarner Losh2024-04-161-1/+6
* loader: improve lua ACPI detection and handlingR. Christian McDonald2024-04-163-38/+25
* loader: add target for dirdeps buildStephen J. Kiernan2024-04-161-0/+10
* loader: lua: remove the default kernel if it doesn't existKyle Evans2024-01-031-4/+24
* loader: provide a features table for binary compatibility advertisementKyle Evans2024-01-032-1/+17
* stand: lua: module names should permit moreKyle Evans2023-09-111-1/+4
* Remove $FreeBSD$: two-line lua tagWarner Losh2023-08-1615-30/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1610-20/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1225-25/+25
* lualoader: add support for .lua configuration filesKyle Evans2023-05-116-14/+172
* loader: lua: disable autoboot timer after password entryCyrus Rahman2023-04-161-0/+1
* loader: lua: unload the kernel when changing BEsCyrus Rahman2023-04-161-0/+3
* lua: Export loaded modules env vars via environmentWarner Losh2023-02-091-0/+7