aboutsummaryrefslogtreecommitdiff
path: root/stand/lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* lualoader: Implement try_include and use it for including the local moduleKyle Evans2018-03-262-5/+21
* lualoader: Privatize some more config.lua bitsKyle Evans2018-03-241-84/+85
* lualoader: Make config env-related bits private APIKyle Evans2018-03-241-45/+45
* UEFI: Ditch console mode setting, choose optimal GOP mode later in bootKyle Evans2018-03-212-0/+9
* lualoader: Use printc when we expect ANSI escape sequencesKyle Evans2018-03-211-2/+2
* lualoader: Clear up some possible naming confusionKyle Evans2018-03-213-16/+16
* core.lua(8): Update to reflect recently added function clearCachedKernelsKyle Evans2018-03-211-1/+11
* lualoader: Add primitive hook module, use it to untangle bogus referenceKyle Evans2018-03-214-2/+93
* lualoader: Use less atomic options for resetting colors/attributesKyle Evans2018-03-202-3/+17
* lualoader: Reset attributes and color scheme with color.highlight()Kyle Evans2018-03-201-1/+3
* lualoader: Setup default color scheme if we're using colorsKyle Evans2018-03-192-1/+7
* lualoader: Sprinkle some verbose_loading saltKyle Evans2018-03-131-1/+7
* lualoader: Cache kernel listKyle Evans2018-03-092-2/+16
* lualoader: Don't redraw the autoboot message every .05sKyle Evans2018-03-091-6/+9
* lualoader: Return status in cli_execute_unparsed properlyKyle Evans2018-03-071-1/+1
* lualoader: Use cli_execute_unparsed for commands passed in via loader.confKyle Evans2018-03-071-5/+5
* lualoader: Use cli_execute_unparsed instead of loader.interpretKyle Evans2018-03-071-1/+1
* lualoader: Fix name, cli.execute_unparsed -> cli_execute_unparsedKyle Evans2018-03-071-1/+1
* lualoader: Expose loader.parse and add cli_execute_unparsedKyle Evans2018-03-071-0/+4
* lualoader: Only loadelf before boot/autoboot if no kernel loadedKyle Evans2018-03-071-2/+8
* lualoader: Use FILESDIR instead of BINDIRKyle Evans2018-03-051-1/+1
* lualoader: Add note about importance of including the cli module earlyKyle Evans2018-03-051-0/+4
* lualoader: logdef -> logodef typoKyle Evans2018-03-041-1/+1
* lualoader: Return meaningful value in cli_executeKyle Evans2018-03-041-4/+3
* lualoader: Shift menu+brand even for logo=none with customized posKyle Evans2018-03-031-18/+24
* lualoader: Tweak positioning and fix an off-by-oneKyle Evans2018-03-032-11/+11
* lualoader: Respect loader_menu_title_alignKyle Evans2018-03-031-1/+14
* lualoader: Respect loader_menu_title, prepare for alignKyle Evans2018-03-031-2/+7
* lualoader: Execute menu_timeout_command at the end of menu autobootKyle Evans2018-03-031-1/+2
* lualoader: Reset the cursor position after the menu is drawnKyle Evans2018-03-021-1/+1
* lualoader: Use global printc instead of loader.printcKyle Evans2018-03-023-23/+23