summaryrefslogtreecommitdiff
path: root/stand/lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* lualoader: Improve module loading diagnosticsKyle Evans2018-10-251-11/+17
* menu.lua: Abort autoboot sequence on failed commandKyle Evans2018-10-241-7/+15
* lualoader: unload upon kernel change if a kernel was previously loadedKyle Evans2018-10-241-0/+3
* lualoader: Provide a 'menu' command to redraw the menu at the loader promptKyle Evans2018-10-111-1/+6
* lualoader: Honor boot_* variables at lua initKyle Evans2018-10-071-11/+28
* lualoader: Create a module blacklist, add DRM modules to itKyle Evans2018-10-071-5/+24
* lualoader: Don't draw loader menu with autoboot_delay=-1Kyle Evans2018-10-051-10/+20
* Improve loader passwords:Edward Tomasz Napierala2018-09-221-10/+9
* lualoader: Handle comma-separated kernels as wellKyle Evans2018-09-031-1/+1
* lualoader: fix color usageKyle Evans2018-08-301-4/+3
* lualoader: Fix override of module_path on loader promptKyle Evans2018-08-251-3/+17
* lualoader: Accept that people use unquoted values in loader.confKyle Evans2018-08-231-11/+36
* lualoader: Fix (add) Xen supportKyle Evans2018-08-231-0/+10
* lualoader: Fix loader.conf(5) EOL validation for 'exec' linesKyle Evans2018-08-221-11/+21
* lualoader: Refactor config line expressionsKyle Evans2018-08-211-12/+20
* lualoader: Just compare expression directlyKyle Evans2018-08-211-2/+1
* Serial console menus for lua.Warner Losh2018-08-202-26/+0
* lualoader: Install all manpagesKyle Evans2018-08-201-0/+10
* Add color.lua(8), password.lua(8), and screen.lua(8)Kyle Evans2018-08-203-0/+308
* Add drawer.lua(8)Kyle Evans2018-08-201-0/+179
* lualoader: Add drawer-exported variables for default logodefsKyle Evans2018-08-191-2/+4
* lualoader: Hide the rest of the private interfacesKyle Evans2018-08-191-46/+56
* lualoader: Hide most of the internal drawing functionsKyle Evans2018-08-191-128/+128
* lualoader: Stop exporting drawer.drawKyle Evans2018-08-191-9/+9
* Add config.lua(8) to the treeKyle Evans2018-08-191-0/+188
* lualoader: Fix parsing of negative number loader.conf(5) variablesKyle Evans2018-08-131-1/+1