freebsd-dev/stand/lua
Kyle Evans 64c91742f3 lualoader: Make config env-related bits private API
This pertains exclusively to the set/restore functionality that we offer,
where any changes made by loader.conf previously will be effectively removed
upon reload of the configuration. We don't currently have a need to export
these, so don't bother.
2018-03-24 04:00:01 +00:00
..
cli.lua lualoader: Return status in cli_execute_unparsed properly 2018-03-07 22:05:23 +00:00
color.lua lualoader: Clear up some possible naming confusion 2018-03-21 15:09:47 +00:00
config.lua lualoader: Make config env-related bits private API 2018-03-24 04:00:01 +00:00
core.lua UEFI: Ditch console mode setting, choose optimal GOP mode later in boot 2018-03-21 20:36:57 +00:00
core.lua.8 core.lua(8): Update to reflect recently added function clearCachedKernels 2018-03-21 03:16:14 +00:00
drawer.lua lualoader: Use printc when we expect ANSI escape sequences 2018-03-21 18:02:56 +00:00
hook.lua lualoader: Add primitive hook module, use it to untangle bogus reference 2018-03-21 03:07:16 +00:00
loader.lua UEFI: Ditch console mode setting, choose optimal GOP mode later in boot 2018-03-21 20:36:57 +00:00
Makefile lualoader: Add primitive hook module, use it to untangle bogus reference 2018-03-21 03:07:16 +00:00
menu.lua lualoader: Clear up some possible naming confusion 2018-03-21 15:09:47 +00:00
menu.lua.8 Add menu.lua(8), but do not add to distribution 2018-03-02 05:36:04 +00:00
password.lua lualoader: Use global printc instead of loader.printc 2018-03-02 16:06:20 +00:00
screen.lua lualoader: Clear up some possible naming confusion 2018-03-21 15:09:47 +00:00