aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/menu.lua
Commit message (Expand)AuthorAgeFilesLines
* loader: improve lua ACPI detection and handlingR. Christian McDonald2023-11-201-1/+1
* Remove $FreeBSD$: two-line lua tagWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* loader: lua: unload the kernel when changing BEsCyrus Rahman2023-04-161-0/+3
* lualoader: Add loader_menu_multi_user_prompt config variableJessica Clarke2022-09-021-4/+13
* lualoader: fix the autoboot_delay countdown messageKatsuyuki Miyoshi2021-10-261-1/+1
* lualoader: use more concise verbiage for autobootKyle Evans2021-09-091-2/+1
* luaboot: visible must be a functionWarner Losh2021-04-011-1/+3
* loader: create a generic vendor sub-menu place holderWarner Losh2021-04-011-0/+5
* lualoader: clear up some luacheck warningsKyle Evans2020-10-011-2/+2
* Report the kernel console on the boot screenWarner Losh2020-09-281-0/+11
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-181-0/+30
* menu.lua: Give names to menu entriesRyan Moeller2020-04-221-40/+46
* Further normalize copyright noticesKyle Evans2019-09-261-1/+1
* loader_lua: lua color changes should end with resetToomas Soome2019-09-221-2/+2
* lualoader: Fix up some luacheck concernsKyle Evans2019-03-261-1/+1
* lualoader: Add chainload menu entryKyle Evans2018-11-051-0/+16
* menu.lua: Abort autoboot sequence on failed commandKyle Evans2018-10-241-7/+15
* lualoader: unload upon kernel change if a kernel was previously loadedKyle Evans2018-10-241-0/+3
* lualoader: Provide a 'menu' command to redraw the menu at the loader promptKyle Evans2018-10-111-1/+6
* lualoader: Don't draw loader menu with autoboot_delay=-1Kyle Evans2018-10-051-10/+20
* lualoader: Clear up some possible naming confusionKyle Evans2018-03-211-10/+10
* lualoader: Use less atomic options for resetting colors/attributesKyle Evans2018-03-201-2/+2
* lualoader: Don't redraw the autoboot message every .05sKyle Evans2018-03-091-6/+9
* lualoader: Use cli_execute_unparsed instead of loader.interpretKyle Evans2018-03-071-1/+1
* lualoader: Tweak positioning and fix an off-by-oneKyle Evans2018-03-031-2/+2
* lualoader: Execute menu_timeout_command at the end of menu autobootKyle Evans2018-03-031-1/+2
* lualoader: Reset the cursor position after the menu is drawnKyle Evans2018-03-021-1/+1
* lualoader: Dedup these "Return to main menu" entriesKyle Evans2018-03-011-10/+6
* lualoader: Re-work menu skipping bitsKyle Evans2018-02-261-19/+0
* lualoader: More argument name expansion, part 2Kyle Evans2018-02-261-2/+2
* lualoader: A little more general menu cleanupKyle Evans2018-02-261-17/+15
* lualoader: Track the menu currently drawn, instead of validityKyle Evans2018-02-251-15/+9
* lualoader: Invalidate the screen from menu perspective upon mnu exitKyle Evans2018-02-251-0/+4
* lualoader: Pull autoboot handling out into menu.run()Kyle Evans2018-02-251-17/+18
* lualoader: Pull menu redrawing specifics out of menu.processKyle Evans2018-02-251-9/+19
* lualoader: Clean up menu handling a little bitKyle Evans2018-02-251-26/+24
* lualoader: menu: Terminate final values in tables with a commaKyle Evans2018-02-251-11/+11
* lualoader: Clean up naming conventions a little bitKyle Evans2018-02-241-1/+1
* lualoader: Use "local function x()" instead of "local x = function()"Kyle Evans2018-02-231-2/+2
* lualoader: shallowCopyTable => deepCopyTableKyle Evans2018-02-231-1/+1
* Add SPDX tags to lua filesKyle Evans2018-02-231-0/+2
* lualoader: Attend to some 80-col issues, pointed out by luacheckKyle Evans2018-02-221-2/+1
* lualoader: Address some 'luacheck' concernsKyle Evans2018-02-221-7/+7
* lualoader: Eliminate some unused localsKyle Evans2018-02-221-4/+0
* lualoader: Don't execute menu.autoboot() for every opened menuKyle Evans2018-02-211-7/+4
* lualoader: Add boot environment supportKyle Evans2018-02-211-0/+69
* lualoader: Use the key that interrupts autoboot as a menu choiceKyle Evans2018-02-211-5/+7
* lualoader: Allow carousel 'items' to be a table as well as a functionKyle Evans2018-02-211-2/+4
* lualoader: Simplify menu definitions a little furtherKyle Evans2018-02-211-69/+21