summaryrefslogtreecommitdiff
path: root/stand/lua
AgeCommit message (Expand)Author
2020-04-28config.lua(8): catch up to recently added hooksKyle Evans
2020-04-28config.lua(8): "may should" is not proper grammarKyle Evans
2020-04-28lualoader: cli: clobber loader_conf_files before proceedingKyle Evans
2020-04-28lualoader: cli: add read-confKyle Evans
2020-04-28lualoader: config: start exporting readConfFilesKyle Evans
2020-04-28lualoader config: don't call loader.getenv() as muchKyle Evans
2020-04-22menu.lua: Give names to menu entriesRyan Moeller
2020-03-27loader: Fully reset terminal settings, not just colorsRyan Moeller
2020-03-18Fixup line lost from previous commit (r359072)Ryan Moeller
2020-03-18loader: Add a "kernel.loaded" hookRyan Moeller
2020-01-25lua: add modules.loaded hookKyle Evans
2020-01-25loader.lua: re-arrange to load local.lua *after* config loadingKyle Evans
2019-12-03lualoader: correct a typo from r354247Kyle Evans
2019-11-02lualoader: rewrite try_include using lfs + dofileKyle Evans
2019-11-02stand: consolidate knowledge of lua pathKyle Evans
2019-10-21lualoader: fix setting of loader_color=NO in loader.conf(5)Kyle Evans
2019-10-21lualoader: don't botch disabling of colorKyle Evans
2019-09-26Further normalize copyright noticesKyle Evans
2019-09-22loader_lua: lua color changes should end with resetToomas Soome
2019-09-20loader: Respect loader_color=YES for serial consolesKyle Evans
2019-09-14lualoader: Add reload-conf loader commandKyle Evans
2019-09-10lualoader: Revert to ASCII menu frame for serial consoleKyle Evans
2019-09-05loader: use teken teminal emulator for x86 and uefiToomas Soome
2019-03-26lualoader: Fix up some luacheck concernsKyle Evans
2019-03-26lualoader: Clear the screen before prompting for passwordKyle Evans
2019-02-18lualoader: only clear the screen before first password promptKyle Evans
2018-11-05lualoader: Add chainload menu entryKyle Evans
2018-11-02lualoader: Implement boot-confKyle Evans
2018-10-29lualoader: Fix try_include error handlingKyle Evans
2018-10-27lualoader: Always return a proper dictionary for blacklistKyle Evans
2018-10-25lualoader: Improve module loading diagnosticsKyle Evans
2018-10-24menu.lua: Abort autoboot sequence on failed commandKyle Evans
2018-10-24lualoader: unload upon kernel change if a kernel was previously loadedKyle Evans
2018-10-11lualoader: Provide a 'menu' command to redraw the menu at the loader promptKyle Evans
2018-10-07lualoader: Honor boot_* variables at lua initKyle Evans
2018-10-07lualoader: Create a module blacklist, add DRM modules to itKyle Evans
2018-10-05lualoader: Don't draw loader menu with autoboot_delay=-1Kyle Evans
2018-09-22Improve loader passwords:Edward Tomasz Napierala
2018-09-03lualoader: Handle comma-separated kernels as wellKyle Evans
2018-08-30lualoader: fix color usageKyle Evans
2018-08-25lualoader: Fix override of module_path on loader promptKyle Evans
2018-08-23lualoader: Accept that people use unquoted values in loader.confKyle Evans
2018-08-23lualoader: Fix (add) Xen supportKyle Evans
2018-08-22lualoader: Fix loader.conf(5) EOL validation for 'exec' linesKyle Evans
2018-08-21lualoader: Refactor config line expressionsKyle Evans
2018-08-21lualoader: Just compare expression directlyKyle Evans
2018-08-20Serial console menus for lua.Warner Losh
2018-08-20lualoader: Install all manpagesKyle Evans
2018-08-20Add color.lua(8), password.lua(8), and screen.lua(8)Kyle Evans
2018-08-20Add drawer.lua(8)Kyle Evans