freebsd-src/stand/lua
Warner Losh 0fd98b8a76 loader: Move drawer.lua over to gfx table.
Drawer.lua is the only bit of lua code in the base that uses any of the
functons moved from the loader table to the gfx table. Move the main
code to using the gfx dispatch. Add compat code for running on old
loaders that creates the newer-style gfx table with the term_* functions
we call in it populated. This will even work on the super old versions
of the loader that don't have them (we'll still skip using them).

Sponsored by:		Netflix
Reviewed by:		kevans
Differential Revision:	https://reviews.freebsd.org/D43908
2024-02-15 20:59:23 -07:00
..
cli.lua Remove $FreeBSD$: two-line lua tag 2023-08-16 11:55:30 -06:00
cli.lua.8 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
color.lua Remove $FreeBSD$: two-line lua tag 2023-08-16 11:55:30 -06:00
color.lua.8 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
config.lua stand/lua: always allow overriding with local config files 2024-02-02 12:04:57 -07:00
config.lua.8 stand/lua: always allow overriding with local config files 2024-02-02 12:04:57 -07:00
core.lua loader: lua: remove the default kernel if it doesn't exist 2023-12-13 10:52:14 -06:00
core.lua.8 loader: provide a features table for binary compatibility advertisement 2023-12-08 15:43:19 -06:00
drawer.lua loader: Move drawer.lua over to gfx table. 2024-02-15 20:59:23 -07:00
drawer.lua.8 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
gfx-beastie.lua Remove $FreeBSD$: two-line lua tag 2023-08-16 11:55:30 -06:00
gfx-beastiebw.lua Remove $FreeBSD$: two-line lua tag 2023-08-16 11:55:30 -06:00
gfx-fbsdbw.lua Remove $FreeBSD$: two-line lua tag 2023-08-16 11:55:30 -06:00
gfx-orb.lua Remove $FreeBSD$: two-line lua tag 2023-08-16 11:55:30 -06:00
gfx-orbbw.lua Remove $FreeBSD$: two-line lua tag 2023-08-16 11:55:30 -06:00
gfx.lua.8 loader: Move gfx functions to gfx.lua.8 2024-02-15 20:59:23 -07:00
hook.lua Remove $FreeBSD$: two-line lua tag 2023-08-16 11:55:30 -06:00
hook.lua.8 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
loader.conf.lua.5 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
loader.lua Remove $FreeBSD$: two-line lua tag 2023-08-16 11:55:30 -06:00
loader.lua.8 loader: Move gfx functions to gfx.lua.8 2024-02-15 20:59:23 -07:00
Makefile loader: Move gfx functions to gfx.lua.8 2024-02-15 20:59:23 -07:00
Makefile.depend loader: add target for dirdeps build 2023-11-02 19:35:08 -04:00
menu.lua loader: improve lua ACPI detection and handling 2023-11-20 14:03:59 -05:00
menu.lua.8 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
password.lua Remove $FreeBSD$: two-line lua tag 2023-08-16 11:55:30 -06:00
password.lua.8 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
screen.lua Remove $FreeBSD$: two-line lua tag 2023-08-16 11:55:30 -06:00
screen.lua.8 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00