aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/config.lua
Commit message (Expand)AuthorAgeFilesLines
...
* lualoader: Remove inaccurate part of commentKyle Evans2018-02-241-1/+1
* lualoader: Clean up naming conventions a little bitKyle Evans2018-02-241-15/+15
* lualoader: throw out nextboot's usage of standard config processingKyle Evans2018-02-241-35/+32
* lualoader: Strip config.parse of its I/O privilegesKyle Evans2018-02-241-7/+13
* lualoader: Split config file I/O out into a separate functionKyle Evans2018-02-241-16/+24
* lualoader: Explain nextboot stuff a little bit moreKyle Evans2018-02-241-4/+9
* lualoader: Add comment on trailing space, don't operate on nilKyle Evans2018-02-241-2/+8
* lualoader: Correct test and nameKyle Evans2018-02-241-3/+3
* lualoader: Plug file handle not properly closedKyle Evans2018-02-241-0/+2
* lualoader: Add nextboot supportKyle Evans2018-02-241-1/+33
* lualoader: Use "local function x()" instead of "local x = function()"Kyle Evans2018-02-231-2/+2
* Add SPDX tags to lua filesKyle Evans2018-02-231-0/+2
* lualoader: Attend to some 80-col issues, pointed out by luacheckKyle Evans2018-02-221-1/+2
* lualoader: Clear up an empty conditional branchKyle Evans2018-02-221-4/+4
* lualoader: Address some 'luacheck' concernsKyle Evans2018-02-221-11/+8
* lualoader: Output "Failed to parse" messagesKyle Evans2018-02-211-6/+7
* lualoader: Don't return false for failure to open config on silent parseKyle Evans2018-02-211-2/+6
* lualoader: Drop explicit boolean tests; b or not bKyle Evans2018-02-211-1/+1
* lualoader: Drop excessive parenthesizingKyle Evans2018-02-211-49/+51
* lualoader: Drop terminating semicolonsKyle Evans2018-02-211-125/+125
* lualoader: When restoring environment, only restore unchanged varsKyle Evans2018-02-201-4/+18
* lualoader: Don't try so hard to load a kernelKyle Evans2018-02-201-5/+0
* lualoader: Prefer selected kernel to currently loadedKyle Evans2018-02-201-1/+1
* lualoader: Move carousel storage out into configKyle Evans2018-02-201-1/+17
* stand/lua: Consistently organize modulesKyle Evans2018-02-201-44/+46
* stand/lua: Add copyright notice in placesKyle Evans2018-02-191-0/+1
* stand/lua: Round up some more style.lua(9) concernsKyle Evans2018-02-191-3/+5
* stand/lua: Remove inaccurate comment after r329590Kyle Evans2018-02-191-2/+0
* stand/lua: Restore environment upon config reloadKyle Evans2018-02-191-0/+15
* stand/lua: Track env changes that come in via loader.conf(5)Kyle Evans2018-02-191-2/+16
* stand/lua: Defer kernel/module loading until boot or menu escapeKyle Evans2018-02-191-25/+26
* stand/lua: reload previously loaded kernel at config-load/reloadKyle Evans2018-02-191-1/+1
* stand/lua: Store the loaded kernel as config.kernel_loadedKyle Evans2018-02-191-0/+4
* stand/lua: More style nits, config.luaKyle Evans2018-02-181-62/+71
* stand/lua: Remove some debugging bits that snuck in... gr...Kyle Evans2018-02-181-2/+0
* stand/lua: Fix module_path handling with multiple kernelsKyle Evans2018-02-181-3/+10
* stand/lua: Fix verbiage and some typosKyle Evans2018-02-181-4/+4
* stand/lua: dumpModules => lsModulesKyle Evans2018-02-171-1/+1
* stand/lua: Style passKyle Evans2018-02-171-1/+1
* stand/lua: Try to load alternate kernels as directories firstKyle Evans2018-02-171-8/+14
* stand/lua: Correct test sense, this should have been 'not nil'Kyle Evans2018-02-171-1/+1
* stand/lua: Address some nitsKyle Evans2018-02-171-12/+12
* stand/lua: Add debug method to dump modulesKyle Evans2018-02-171-0/+8
* stand/lua: Correct some trivial errors in configKyle Evans2018-02-171-2/+5
* Add the lua scripts from the lua-bootloader SoCWarner Losh2018-02-121-0/+371