summaryrefslogtreecommitdiff
path: root/stand/lua
AgeCommit message (Expand)Author
2018-08-19lualoader: Add drawer-exported variables for default logodefsKyle Evans
2018-08-19lualoader: Hide the rest of the private interfacesKyle Evans
2018-08-19lualoader: Hide most of the internal drawing functionsKyle Evans
2018-08-19lualoader: Stop exporting drawer.drawKyle Evans
2018-08-19Add config.lua(8) to the treeKyle Evans
2018-08-13lualoader: Fix parsing of negative number loader.conf(5) variablesKyle Evans
2018-07-27lualoader: "nextboot_file" should be spelled "nextboot_conf"Kyle Evans
2018-07-20Eliminate zfsloader man page.Warner Losh
2018-06-19lualoader: Correct kernel_options handlingKyle Evans
2018-06-12lualoader: Match Forth module-loading behavior w.r.t flagsKyle Evans
2018-06-12lualoader: More black-on-white fixesKyle Evans
2018-06-11lualoader: Allow brand-*.lua for adding new brandsKyle Evans
2018-06-10lualoader: Support variable substitution in env var settingsKyle Evans
2018-06-10lualoader: Process loader_conf_files properlyKyle Evans
2018-06-09lualoader: Add cli.lua(8) to the treeKyle Evans
2018-06-09lualoader: Add hook.lua(8) to treeKyle Evans
2018-06-06lualoader: Add a loaded hook for others to execute upon config loadKyle Evans
2018-05-09Remove "All Rights Reserved" on files that I hold sole copyright onKyle Evans
2018-04-06lualoader: Fix menu skipping with loader.conf(5) varsKyle Evans
2018-04-01lualoader: Don't try to lookup a nil logoKyle Evans
2018-04-01lualoader: Split logodefs out into logo-* filesKyle Evans
2018-04-01lualoader: Simplify some expressionsKyle Evans
2018-03-31lualoader: revert whitespace change that snuck inKyle Evans
2018-03-31lualoader: Don't assume that {module}_load is setKyle Evans
2018-03-31lualoader: Do case-insensitive comparison of "yes"Kyle Evans
2018-03-26lualoader: Actually re-raise error in try_includeKyle Evans
2018-03-26lualoader: Implement try_include and use it for including the local moduleKyle Evans
2018-03-24lualoader: Privatize some more config.lua bitsKyle Evans
2018-03-24lualoader: Make config env-related bits private APIKyle Evans
2018-03-21UEFI: Ditch console mode setting, choose optimal GOP mode later in bootKyle Evans
2018-03-21lualoader: Use printc when we expect ANSI escape sequencesKyle Evans
2018-03-21lualoader: Clear up some possible naming confusionKyle Evans
2018-03-21core.lua(8): Update to reflect recently added function clearCachedKernelsKyle Evans
2018-03-21lualoader: Add primitive hook module, use it to untangle bogus referenceKyle Evans
2018-03-20lualoader: Use less atomic options for resetting colors/attributesKyle Evans
2018-03-20lualoader: Reset attributes and color scheme with color.highlight()Kyle Evans
2018-03-19lualoader: Setup default color scheme if we're using colorsKyle Evans
2018-03-13lualoader: Sprinkle some verbose_loading saltKyle Evans
2018-03-09lualoader: Cache kernel listKyle Evans
2018-03-09lualoader: Don't redraw the autoboot message every .05sKyle Evans
2018-03-07lualoader: Return status in cli_execute_unparsed properlyKyle Evans
2018-03-07lualoader: Use cli_execute_unparsed for commands passed in via loader.confKyle Evans
2018-03-07lualoader: Use cli_execute_unparsed instead of loader.interpretKyle Evans
2018-03-07lualoader: Fix name, cli.execute_unparsed -> cli_execute_unparsedKyle Evans
2018-03-07lualoader: Expose loader.parse and add cli_execute_unparsedKyle Evans
2018-03-07lualoader: Only loadelf before boot/autoboot if no kernel loadedKyle Evans
2018-03-05lualoader: Use FILESDIR instead of BINDIRKyle Evans
2018-03-05lualoader: Add note about importance of including the cli module earlyKyle Evans
2018-03-04lualoader: logdef -> logodef typoKyle Evans
2018-03-04lualoader: Return meaningful value in cli_executeKyle Evans