freebsd-dev/stand/lua
Kyle Evans aea262bfc4 lualoader: Add primitive hook module, use it to untangle bogus reference
See: comments in the hook module about intended usage, as well as the
introduced use for config.reloaded.

Use the newly introduced hook module to define a "config.reloaded" hook.
This is currently used to register core's clearKernelCache as a reload hook
to avoid a circular dependency and fix this functionality- it didn't
actually work out, and it isn't immediately obvious how it slipped into src.

Other hook types will be introduced into the core lualoader as useful hook
points are identified.
2018-03-21 03:07:16 +00:00
..
cli.lua lualoader: Return status in cli_execute_unparsed properly 2018-03-07 22:05:23 +00:00
color.lua lualoader: Use less atomic options for resetting colors/attributes 2018-03-20 20:26:24 +00:00
config.lua lualoader: Add primitive hook module, use it to untangle bogus reference 2018-03-21 03:07:16 +00:00
core.lua lualoader: Add primitive hook module, use it to untangle bogus reference 2018-03-21 03:07:16 +00:00
core.lua.8 core.lua(8): Add missing note about core.KEYSTR_CSI 2018-03-02 05:38:08 +00:00
drawer.lua lualoader: logdef -> logodef typo 2018-03-04 03:23:19 +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 lualoader: Setup default color scheme if we're using colors 2018-03-19 15:48:31 +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: Use less atomic options for resetting colors/attributes 2018-03-20 20:26:24 +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: Use global printc instead of loader.printc 2018-03-02 16:06:20 +00:00