freebsd-skq/stand/common
Toomas Soome 9b388ac303 loader: unload command should reset tg_kernel_supported in gfx_state
While loading kernel, we check if vt/vbe backend support is included in
kernel and set the tg_kernel_supported flag in gfx_state. unload
command needs to reset this flag to allow next load to perform
this check with new kernel.

Reported by: jhb
2021-01-28 09:52:20 +02:00
..
bcache.c
boot.c loader: Print autoboot countdown immediately, not at 9 2020-12-14 00:46:24 +00:00
bootstrap.h loader: implement framebuffer console 2021-01-02 21:41:36 +02:00
commands.c
console.c loader: cstyle cleanup of console.c 2020-11-14 10:56:40 +00:00
dev_net.c
dev_net.h
devopen.c
disk.c
disk.h
gfx_fb.c loader: comment on rgb_to_color_index() 2021-01-19 22:15:26 +02:00
gfx_fb.h loader: start kernel in text mode when there is no vbefb vt driver 2021-01-27 01:07:34 +02:00
help.common
install.c
interp_backslash.c
interp_forth.c
interp_lua.c stand: liblua: add a pager module 2020-12-12 21:25:38 +00:00
interp_parse.c
interp_simple.c
interp.c
isapnp.c
isapnp.h
load_elf32_obj.c
load_elf32.c
load_elf64_obj.c
load_elf64.c
load_elf_obj.c
load_elf.c Fix loader detection of vbefb support on !amd64 2021-01-27 22:28:43 +01:00
ls.c
Makefile.depend
md.c
merge_help.awk
metadata.c
misc.c
module.c loader: unload command should reset tg_kernel_supported in gfx_state 2021-01-28 09:52:20 +02:00
newvers.sh
nvstore.c
part.c
part.h
paths.h
pnp.c
rbx.h
readin.h
reloc_elf32.c
reloc_elf64.c
reloc_elf.c Reuse the amd64 loader relocation code on arm64 2021-01-20 17:59:38 +00:00
self_reloc.c
vdisk.c
zfs_cmd.c