aboutsummaryrefslogtreecommitdiff
path: root/stand/lua
Commit message (Expand)AuthorAgeFilesLines
* 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-2315-30/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-239-18/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2524-24/+24
* loader: lua: disable autoboot timer after password entryCyrus Rahman2023-04-201-0/+1
* loader: lua: unload the kernel when changing BEsCyrus Rahman2023-04-201-0/+3
* lualoader: Add loader_menu_multi_user_prompt config variableJessica Clarke2023-01-241-4/+13
* luaboot: visible must be a functionWarner Losh2023-01-242-1/+6
* loader: create a generic vendor sub-menu place holderWarner Losh2023-01-242-10/+78
* Add support for getting early entropy from UEFIColin Percival2022-03-111-0/+10
* lualoader: fix the autoboot_delay countdown messageKatsuyuki Miyoshi2022-03-091-1/+1
* loader: lua: test that /boot exists firstEmmanuel Vadot2022-01-131-0/+7
* cli.lua.8: make the command match the codeWarner Losh2021-09-121-2/+2
* lua loader: Add disable-device to disable a device.Warner Losh2021-09-122-2/+23
* lualoader: use more concise verbiage for autobootKyle Evans2021-09-121-2/+1
* lualoader: allow brands to specify a shiftKyle Evans2021-09-121-0/+5
* lualoader: remove shadowed local from graphics:drawitem()Kyle Evans2021-09-121-1/+0
* loader: do not output empty menu titleToomas Soome2021-04-281-1/+4
* loader: insert spaces around menu titleToomas Soome2021-04-031-2/+2
* loader_lua: consider userboot console as serialToomas Soome2021-02-211-1/+4
* loader: remove BORDER_PIXELSToomas Soome2021-02-151-1/+1
* 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
* lualoader: improve loader.conf var processingKyle Evans2021-01-291-22/+68
* lualoader: use floor division to get correct typeKyle Evans2021-01-151-1/+1
* loader: implement framebuffer consoleToomas Soome2021-01-024-7/+73
* lualoader: add loader_conf_dirs support (loader.conf.d)Kyle Evans2020-12-311-0/+24
* lualoader: fix lua-lint runKyle Evans2020-12-171-1/+1
* lualoader: cli: provide a show-module-options loader commandKyle Evans2020-12-174-2/+91
* lualoader: config: fix module enabled checkKyle Evans2020-12-121-1/+1
* lualoader: provide module-manipulation commandsKyle Evans2020-12-124-10/+129
* lualoader: improve the design of the brand-/logo- mechanismKyle Evans2020-10-047-138/+171
* lualoader: clear up some luacheck warningsKyle Evans2020-10-013-4/+4
* Report the kernel console on the boot screenWarner Losh2020-09-282-0/+45
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-211-1/+10
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-182-3/+74
* lualoader: improve drawer error handlingKyle Evans2020-06-011-0/+8
* lualoader: config: improve readConfFiles, rename to readConfKyle Evans2020-04-303-46/+47
* lualoader: config: add a table for restricted environment varsKyle Evans2020-04-301-5/+33
* config.lua(8): catch up to recently added hooksKyle Evans2020-04-281-2/+4
* config.lua(8): "may should" is not proper grammarKyle Evans2020-04-281-1/+1
* lualoader: cli: clobber loader_conf_files before proceedingKyle Evans2020-04-281-0/+3
* lualoader: cli: add read-confKyle Evans2020-04-281-0/+5
* lualoader: config: start exporting readConfFilesKyle Evans2020-04-282-34/+45
* lualoader config: don't call loader.getenv() as muchKyle Evans2020-04-281-2/+6
* menu.lua: Give names to menu entriesRyan Moeller2020-04-221-40/+46
* loader: Fully reset terminal settings, not just colorsRyan Moeller2020-03-272-15/+9