aboutsummaryrefslogtreecommitdiff
path: root/stand/lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove "All Rights Reserved" on files that I hold sole copyright onKyle Evans2018-05-099-9/+0
* lualoader: Fix menu skipping with loader.conf(5) varsKyle Evans2018-04-061-4/+6
* lualoader: Don't try to lookup a nil logoKyle Evans2018-04-011-0/+3
* lualoader: Split logodefs out into logo-* filesKyle Evans2018-04-017-135/+322
* lualoader: Simplify some expressionsKyle Evans2018-04-011-23/+5
* lualoader: revert whitespace change that snuck inKyle Evans2018-03-311-1/+0
* lualoader: Don't assume that {module}_load is setKyle Evans2018-03-311-0/+5
* lualoader: Do case-insensitive comparison of "yes"Kyle Evans2018-03-311-1/+1
* lualoader: Actually re-raise error in try_includeKyle Evans2018-03-261-1/+1