freebsd-dev/stand
Kyle Evans 3fe0ac6aa5 lualoader: config: improve readConfFiles, rename to readConf
The previous interface was pretty bad, and required the caller to get some
implementation details correct that it really shouldn't need to (e.g.
loader_conf_files handling) and pass in an empty table for it to use.

The new and much improved interface, readConf, is much less of a hack;
hiding these implementation details and just doing the right thing.
config.lua will now use it to process /boot/defaults/loader.conf and the
subsequent loader_conf_files from there, and read-conf will also use it.

This improvement submitted by Olivier (cited below), loader_conf_files
handling from the original patch was changed to just clobber it before
processing and not bother restoring it after the fact following r360505
where it's now guaranteed to evade the loader environment.

PR:		244640
Submitted by:	Olivier Certner (olivier freebsd free fr>
2020-04-30 21:04:39 +00:00
..
arm Remove NAND and NANDFS support 2019-06-25 04:50:09 +00:00
arm64
common Fix pkgfs stat so it satisfies libsecureboot 2020-03-25 19:12:19 +00:00
defaults loader.conf(5): document that loader_conf_files may be clobbered 2020-04-30 02:50:58 +00:00
efi Stop setting PG_U in bootstrap mappings. 2020-04-24 13:53:40 +00:00
fdt stand/fdt: Scale blob size better as overlays apply 2020-01-09 04:34:42 +00:00
ficl veloader use vectx API for kernel and modules 2020-03-09 16:02:54 +00:00
ficl32 Enable veriexec for loader 2019-02-26 06:22:10 +00:00
forth loader: Fully reset terminal settings, not just colors 2020-03-27 17:37:31 +00:00
i386 Stop setting PG_U in bootstrap mappings. 2020-04-24 13:53:40 +00:00
kshim
liblua veloader use vectx API for kernel and modules 2020-03-09 15:48:53 +00:00
liblua32
libofw veloader use vectx API for kernel and modules 2020-03-08 17:42:42 +00:00
libsa [libsa] Fix typecast of pointer for st_dev 2020-04-16 23:29:49 +00:00
libsa32 Enable veriexec for loader 2019-02-26 06:22:10 +00:00
lua lualoader: config: improve readConfFiles, rename to readConf 2020-04-30 21:04:39 +00:00
man Remove sparc64 support from the boot loader. 2020-02-03 17:34:57 +00:00
mips stand: -fno-common fixes for !x86 loaders 2020-04-07 12:57:50 +00:00
powerpc Add support to MSDOS FS in PPC loader 2020-04-07 19:46:00 +00:00
uboot stand: -fno-common fixes for !x86 loaders 2020-04-07 12:57:50 +00:00
usb Fix build of stand/usb . 2020-01-23 10:40:34 +00:00
userboot Stop setting PG_U in bootstrap mappings. 2020-04-24 13:53:40 +00:00
defs.mk Build the arm64 loader with -ffixed-x18 2020-04-24 10:03:11 +00:00
fdt.mk
ficl.mk ficl pfopen: verify file 2019-05-24 19:43:38 +00:00
loader.mk loader: remove libsa/crc32.c and use version from zlib 2020-03-19 21:05:11 +00:00
lua.mk
Makefile Move stand/ofw/libofw to stand/libofw. 2020-01-02 04:34:22 +00:00
Makefile.amd64
Makefile.inc
uboot.mk