aboutsummaryrefslogtreecommitdiff
path: root/stand/lua
Commit message (Expand)AuthorAgeFilesLines
* loader/lua: Remove workaround for command_errorWarner Losh2024-02-291-6/+1
* loader/lua: Remove compat shim for loader.lua_pathWarner Losh2024-02-291-7/+1
* loader/lua: Remove pager shimWarner Losh2024-02-291-12/+0
* loader: Add loader.exitWarner Losh2024-02-271-0/+4
* 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: Document the lua loader table.Warner Losh2024-02-102-0/+248
* stand/lua: always allow overriding with local config filesStéphane Rochoy2024-02-022-5/+18
* stand/lua: per-product conf if requested via product_varsStéphane Rochoy2024-02-021-0/+25
* Revert "stand/lua: per-product conf if requested via product_vars"Warner Losh2024-02-021-25/+0
* Revert "stand/lua: always allow overriding with local config files"Warner Losh2024-02-022-18/+5
* stand/lua: always allow overriding with local config filesStéphane Rochoy2024-02-022-5/+18
* stand/lua: per-product conf if requested via product_varsStéphane Rochoy2024-02-021-0/+25
* loader: lua: remove the default kernel if it doesn't existKyle Evans2023-12-131-4/+24
* loader: lua: assume late ACPI detection if the feature isn't enabledKyle Evans2023-12-081-10/+11
* loader: provide a features table for binary compatibility advertisementKyle Evans2023-12-082-1/+17
* stand: Retire setting hw.ata.wc: it doesn't exist.Warner Losh2023-11-242-3/+0
* stand: Retire setting hw.eisa_slots.Warner Losh2023-11-242-3/+0
* stand: bandaide for acpiWarner Losh2023-11-211-1/+6
* loader: improve lua ACPI detection and handlingR. Christian McDonald2023-11-203-39/+26
* loader: add target for dirdeps buildStephen J. Kiernan2023-11-021-0/+10
* stand: lua: module names should permit moreKyle Evans2023-09-051-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
* lualoader: Add loader_menu_multi_user_prompt config variableJessica Clarke2022-09-021-4/+13
* Add support for getting early entropy from UEFIColin Percival2022-02-171-0/+10
* loader: lua: test that /boot exists firstEmmanuel Vadot2021-12-161-0/+7
* lualoader: fix the autoboot_delay countdown messageKatsuyuki Miyoshi2021-10-261-1/+1
* lualoader: use more concise verbiage for autobootKyle Evans2021-09-091-2/+1
* lualoader: allow brands to specify a shiftKyle Evans2021-09-091-0/+5
* lualoader: remove shadowed local from graphics:drawitem()Kyle Evans2021-09-091-1/+0
* cli.lua.8: make the command match the codeWarner Losh2021-07-291-2/+2
* lua loader: Add disable-device to disable a device.Warner Losh2021-07-282-2/+23
* loader: do not output empty menu titleToomas Soome2021-04-211-1/+4
* luaboot: visible must be a functionWarner Losh2021-04-012-1/+6
* loader: create a generic vendor sub-menu place holderWarner Losh2021-04-012-10/+78
* loader: insert spaces around menu titleToomas Soome2021-03-231-2/+2
* loader_lua: consider userboot console as serialToomas Soome2021-02-141-1/+4
* loader: remove BORDER_PIXELSToomas Soome2021-02-091-1/+1
* lualoader: position hyphens at the beginning of character classesKyle Evans2021-01-311-4/+4
* stand: lua: enhance lfs.dir() to speed up kernels_autodetectKyle Evans2021-01-291-2/+6
* lualoader: improve loader.conf var processingKyle Evans2021-01-241-22/+68
* lualoader: use floor division to get correct typeKyle Evans2021-01-151-1/+1
* loader: implement framebuffer consoleToomas Soome2021-01-024-7/+73