freebsd-dev/stand/lua
Kyle Evans 164b58fdd3 lualoader: Split config file I/O out into a separate function
This is step 1 towards revoking config.parse of it I/O privileges. Ideally,
all reading would be done before config.parse and config.parse would just
take text and parse it rather than being charged with the entire process.
2018-02-24 19:51:18 +00:00
..
cli.lua lualoader: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
color.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00
config.lua lualoader: Split config file I/O out into a separate function 2018-02-24 19:51:18 +00:00
core.lua lualoader: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
drawer.lua lualoader: Remove unused variable; we now use the effective line number 2018-02-24 03:48:52 +00:00
loader.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00
Makefile lualoader: Split cli bits out into a cli module 2018-02-22 01:21:39 +00:00
menu.lua lualoader: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
password.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00
screen.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00