aboutsummaryrefslogtreecommitdiff
path: root/stand/lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fixup line lost from previous commit (r359072)Ryan Moeller2020-03-181-0/+1
* loader: Add a "kernel.loaded" hookRyan Moeller2020-03-181-4/+3
* lua: add modules.loaded hookKyle Evans2020-01-251-2/+5
* loader.lua: re-arrange to load local.lua *after* config loadingKyle Evans2020-01-251-2/+2
* lualoader: correct a typo from r354247Kyle Evans2019-12-031-1/+1
* lualoader: rewrite try_include using lfs + dofileKyle Evans2019-11-021-5/+21
* stand: consolidate knowledge of lua pathKyle Evans2019-11-021-1/+1
* lualoader: fix setting of loader_color=NO in loader.conf(5)Kyle Evans2019-10-211-2/+8
* lualoader: don't botch disabling of colorKyle Evans2019-10-212-4/+4
* Further normalize copyright noticesKyle Evans2019-09-263-3/+3
* loader_lua: lua color changes should end with resetToomas Soome2019-09-224-8/+8
* loader: Respect loader_color=YES for serial consolesKyle Evans2019-09-201-3/+1
* lualoader: Add reload-conf loader commandKyle Evans2019-09-142-3/+20
* lualoader: Revert to ASCII menu frame for serial consoleKyle Evans2019-09-102-1/+18
* loader: use teken teminal emulator for x86 and uefiToomas Soome2019-09-051-12/+12
* lualoader: Fix up some luacheck concernsKyle Evans2019-03-262-2/+1
* lualoader: Clear the screen before prompting for passwordKyle Evans2019-03-261-3/+12
* lualoader: only clear the screen before first password promptKyle Evans2019-02-181-2/+7
* lualoader: Add chainload menu entryKyle Evans2018-11-051-0/+16
* lualoader: Implement boot-confKyle Evans2018-11-022-4/+15
* lualoader: Fix try_include error handlingKyle Evans2018-10-291-11/+3
* lualoader: Always return a proper dictionary for blacklistKyle Evans2018-10-271-2/+2