summaryrefslogtreecommitdiff
path: root/stand/lua/config.lua
AgeCommit message (Expand)Author
2025-03-16stand: lines with comments a '"' in loader.conf are ignoredCyrus Rahman
2024-07-29Revert "loader/lua: Remove workaround for command_error"Warner Losh
2024-02-29loader/lua: Remove workaround for command_errorWarner Losh
2024-02-02stand/lua: always allow overriding with local config filesStéphane Rochoy
2024-02-02stand/lua: per-product conf if requested via product_varsStéphane Rochoy
2024-02-02Revert "stand/lua: per-product conf if requested via product_vars"Warner Losh
2024-02-02Revert "stand/lua: always allow overriding with local config files"Warner Losh
2024-02-02stand/lua: always allow overriding with local config filesStéphane Rochoy
2024-02-02stand/lua: per-product conf if requested via product_varsStéphane Rochoy
2023-09-04stand: lua: module names should permit moreKyle Evans
2023-08-16Remove $FreeBSD$: two-line lua tagWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-05-10lualoader: add support for .lua configuration filesKyle Evans
2023-02-09lua: Export loaded modules env vars via environmentWarner Losh
2021-01-31lualoader: position hyphens at the beginning of character classesKyle Evans
2021-01-24lualoader: improve loader.conf var processingKyle Evans
2020-12-31lualoader: add loader_conf_dirs support (loader.conf.d)Kyle Evans
2020-12-17lualoader: cli: provide a show-module-options loader commandKyle Evans
2020-12-12lualoader: config: fix module enabled checkKyle Evans
2020-12-12lualoader: provide module-manipulation commandsKyle Evans
2020-09-21loader: zfs should support bootonce an nextbootToomas Soome
2020-04-30lualoader: config: improve readConfFiles, rename to readConfKyle Evans
2020-04-30lualoader: config: add a table for restricted environment varsKyle Evans
2020-04-28lualoader: config: start exporting readConfFilesKyle Evans
2020-04-28lualoader config: don't call loader.getenv() as muchKyle Evans
2020-03-18Fixup line lost from previous commit (r359072)Ryan Moeller
2020-03-18loader: Add a "kernel.loaded" hookRyan Moeller
2020-01-25lua: add modules.loaded hookKyle Evans
2019-09-26Further normalize copyright noticesKyle Evans
2019-03-26lualoader: Fix up some luacheck concernsKyle Evans
2018-10-27lualoader: Always return a proper dictionary for blacklistKyle Evans
2018-10-25lualoader: Improve module loading diagnosticsKyle Evans
2018-10-07lualoader: Create a module blacklist, add DRM modules to itKyle Evans
2018-08-25lualoader: Fix override of module_path on loader promptKyle Evans
2018-08-23lualoader: Accept that people use unquoted values in loader.confKyle Evans
2018-08-23lualoader: Fix (add) Xen supportKyle Evans
2018-08-22lualoader: Fix loader.conf(5) EOL validation for 'exec' linesKyle Evans
2018-08-21lualoader: Refactor config line expressionsKyle Evans
2018-08-13lualoader: Fix parsing of negative number loader.conf(5) variablesKyle Evans
2018-07-27lualoader: "nextboot_file" should be spelled "nextboot_conf"Kyle Evans
2018-06-19lualoader: Correct kernel_options handlingKyle Evans
2018-06-12lualoader: Match Forth module-loading behavior w.r.t flagsKyle Evans
2018-06-10lualoader: Support variable substitution in env var settingsKyle Evans
2018-06-10lualoader: Process loader_conf_files properlyKyle Evans
2018-06-06lualoader: Add a loaded hook for others to execute upon config loadKyle Evans
2018-04-01lualoader: Simplify some expressionsKyle Evans
2018-03-31lualoader: revert whitespace change that snuck inKyle Evans
2018-03-31lualoader: Don't assume that {module}_load is setKyle Evans
2018-03-31lualoader: Do case-insensitive comparison of "yes"Kyle Evans
2018-03-24lualoader: Privatize some more config.lua bitsKyle Evans