aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/config.lua
Commit message (Expand)AuthorAgeFilesLines
* stand: lua: module names should permit moreKyle Evans2023-09-111-1/+4
* Remove $FreeBSD$: two-line lua tagWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* lualoader: position hyphens at the beginning of character classesKyle Evans2021-02-031-4/+4
* lualoader: improve loader.conf var processingKyle Evans2021-01-291-22/+68
* lualoader: add loader_conf_dirs support (loader.conf.d)Kyle Evans2020-12-311-0/+24
* lualoader: cli: provide a show-module-options loader commandKyle Evans2020-12-171-0/+7
* lualoader: config: fix module enabled checkKyle Evans2020-12-121-1/+1
* lualoader: provide module-manipulation commandsKyle Evans2020-12-121-1/+40
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-211-1/+10
* lualoader: config: improve readConfFiles, rename to readConfKyle Evans2020-04-301-34/+29
* lualoader: config: add a table for restricted environment varsKyle Evans2020-04-301-5/+33
* lualoader: config: start exporting readConfFilesKyle Evans2020-04-281-33/+35
* lualoader config: don't call loader.getenv() as muchKyle Evans2020-04-281-2/+6
* Fixup line lost from previous commit (r359072)Ryan Moeller2020-03-181-0/+1
* loader: Add a "kernel.loaded" hookRyan Moeller2020-03-181-4/+3
* lua: add modules.loaded hookKyle Evans2020-01-251-2/+5
* Further normalize copyright noticesKyle Evans2019-09-261-1/+1
* lualoader: Fix up some luacheck concernsKyle Evans2019-03-261-1/+0
* lualoader: Always return a proper dictionary for blacklistKyle Evans2018-10-271-2/+2
* lualoader: Improve module loading diagnosticsKyle Evans2018-10-251-11/+17
* lualoader: Create a module blacklist, add DRM modules to itKyle Evans2018-10-071-5/+24
* lualoader: Fix override of module_path on loader promptKyle Evans2018-08-251-3/+17
* lualoader: Accept that people use unquoted values in loader.confKyle Evans2018-08-231-11/+36
* lualoader: Fix (add) Xen supportKyle Evans2018-08-231-0/+10
* lualoader: Fix loader.conf(5) EOL validation for 'exec' linesKyle Evans2018-08-221-11/+21
* lualoader: Refactor config line expressionsKyle Evans2018-08-211-12/+20
* lualoader: Fix parsing of negative number loader.conf(5) variablesKyle Evans2018-08-131-1/+1
* lualoader: "nextboot_file" should be spelled "nextboot_conf"Kyle Evans2018-07-271-1/+1
* lualoader: Correct kernel_options handlingKyle Evans2018-06-191-2/+2
* lualoader: Match Forth module-loading behavior w.r.t flagsKyle Evans2018-06-121-3/+3
* lualoader: Support variable substitution in env var settingsKyle Evans2018-06-101-2/+21
* lualoader: Process loader_conf_files properlyKyle Evans2018-06-101-11/+29
* lualoader: Add a loaded hook for others to execute upon config loadKyle Evans2018-06-061-2/+6
* lualoader: Simplify some expressionsKyle Evans2018-04-011-23/+5
* lualoader: revert whitespace change that snuck inKyle Evans2018-03-311-1/+0
* lualoader: Don't assume that {module}_load is setKyle Evans2018-03-311-0/+5
* lualoader: Do case-insensitive comparison of "yes"Kyle Evans2018-03-311-1/+1
* lualoader: Privatize some more config.lua bitsKyle Evans2018-03-241-84/+85
* lualoader: Make config env-related bits private APIKyle Evans2018-03-241-45/+45
* lualoader: Add primitive hook module, use it to untangle bogus referenceKyle Evans2018-03-211-1/+4
* lualoader: Sprinkle some verbose_loading saltKyle Evans2018-03-131-1/+7
* lualoader: Cache kernel listKyle Evans2018-03-091-0/+1
* lualoader: Use cli_execute_unparsed for commands passed in via loader.confKyle Evans2018-03-071-5/+5
* lualoader: Fix some lint-mentioned errorsKyle Evans2018-03-021-2/+2
* lualoader: config: Pull some messages out into constantsKyle Evans2018-03-011-43/+41
* lualoader: Remove debug functionKyle Evans2018-02-281-9/+0
* lualoader: Correct test sense, comments, and add some more commentsKyle Evans2018-02-271-3/+4
* lualoader: More argument name expansion, part 2Kyle Evans2018-02-261-13/+16
* lualoader: Don't explicitly index tables without reasonKyle Evans2018-02-251-25/+24