aboutsummaryrefslogtreecommitdiff
path: root/stand/lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* lualoader: "nextboot_file" should be spelled "nextboot_conf"Kyle Evans2018-07-271-1/+1
* Eliminate zfsloader man page.Warner Losh2018-07-201-1/+1
* lualoader: Correct kernel_options handlingKyle Evans2018-06-191-2/+2
* lualoader: Match Forth module-loading behavior w.r.t flagsKyle Evans2018-06-121-3/+3
* lualoader: More black-on-white fixesKyle Evans2018-06-122-7/+8
* lualoader: Allow brand-*.lua for adding new brandsKyle Evans2018-06-111-2/+25
* lualoader: Support variable substitution in env var settingsKyle Evans2018-06-101-2/+21
* lualoader: Process loader_conf_files properlyKyle Evans2018-06-101-11/+29
* lualoader: Add cli.lua(8) to the treeKyle Evans2018-06-091-0/+112
* lualoader: Add hook.lua(8) to treeKyle Evans2018-06-091-0/+94
* lualoader: Add a loaded hook for others to execute upon config loadKyle Evans2018-06-061-2/+6