aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/core.lua
Commit message (Expand)AuthorAgeFilesLines
...
* lualoader: Split cli bits out into a cli moduleKyle Evans2018-02-221-54/+0
* lualoader: Make kernel autodetection contingent on loader.conf(5) varKyle Evans2018-02-211-2/+6
* lualoader: Add boot environment supportKyle Evans2018-02-211-0/+44
* lualoader: Don't autodetect kernels if 'kernels' is explicitly setKyle Evans2018-02-211-6/+12
* lualoader: Return only argstr if with_kernel not requestedKyle Evans2018-02-211-3/+7
* lualoader: Drop explicit boolean tests; b or not bKyle Evans2018-02-211-5/+5
* lualoader: Drop excessive parenthesizingKyle Evans2018-02-211-33/+33
* lualoader: Drop terminating semicolonsKyle Evans2018-02-211-118/+118
* lualoader: Intercept the 'autoboot' cli commandKyle Evans2018-02-201-3/+21
* lualoader: Intercept boot cli commandKyle Evans2018-02-201-0/+32
* lualoader: Prepare for interception of "boot" CLI cmdKyle Evans2018-02-201-4/+34
* lualoader: Ignore ACPI bits on !i386Kyle Evans2018-02-201-1/+5
* stand/lua: Consistently organize modulesKyle Evans2018-02-201-0/+1
* stand/lua: Don't set ACPI off just because we can't detect it.Kyle Evans2018-02-201-1/+7
* stand/lua: Change boot menu items' names when swappedKyle Evans2018-02-191-0/+13
* stand/lua: Add core.isSingleUserBootKyle Evans2018-02-191-0/+5
* stand/lua: Rename bootserial for clarityKyle Evans2018-02-191-1/+1
* stand/lua: Defer kernel/module loading until boot or menu escapeKyle Evans2018-02-191-0/+4
* lua loader: Auto detect eligible list of kernels to bootConrad Meyer2018-02-181-1/+31
* stand/lua: Style passKyle Evans2018-02-171-8/+8
* stand/lua: Correct usage and acceptance of BACKSPACE/DELETE keysKyle Evans2018-02-161-1/+2
* stand/lua: Remove sneaky kernel assignmentKyle Evans2018-02-161-1/+0
* stand/lua: Create/use some MENU_ constants where applicableKyle Evans2018-02-161-3/+10
* stand/lua: Set ACPI's default the proper way (setACPI)Kyle Evans2018-02-161-1/+1
* stand/lua: Remove a magic number/string (not a trivial literal)Kyle Evans2018-02-161-0/+2
* stand/lua: Consistently use semicolons for line endingsKyle Evans2018-02-161-3/+3
* stand/lua: Set reasonable ACPI default based on presenceKyle Evans2018-02-161-1/+16
* stand/lua: Reduce magic numbersKyle Evans2018-02-161-0/+4
* Add the lua scripts from the lua-bootloader SoCWarner Losh2018-02-121-0/+154