aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* stand/lua: Debugging string snuck in...Kyle Evans2018-02-171-1/+1
* stand/lua: Style passKyle Evans2018-02-177-91/+78
* stand/lua: Check for nil (GELI prompt)Kyle Evans2018-02-171-2/+2
* stand/lua: Add optional GELI passphrase promptKyle Evans2018-02-171-7/+21
* stand/lua: Try to load alternate kernels as directories firstKyle Evans2018-02-171-8/+14
* stand/lua: Correct test sense, this should have been 'not nil'Kyle Evans2018-02-171-1/+1
* stand/lua: Address some nitsKyle Evans2018-02-171-12/+12
* stand/lua: Add debug method to dump modulesKyle Evans2018-02-171-0/+8
* stand/lua: Correct some trivial errors in configKyle Evans2018-02-171-2/+5
* stand/lua: Color non-default kernels blueKyle Evans2018-02-171-4/+10
* stand/lua: Correct interpretation of autoboot_delayKyle Evans2018-02-171-1/+3
* stand/lua: Enable menu autoboot; it seems to workKyle Evans2018-02-171-1/+1
* stand/lua: Don't set autoboot_delay=NO in menu autoboot sequenceKyle Evans2018-02-171-2/+0
* Revert r329269.Benno Rice2018-02-171-454/+433
* stand/lua: Make CAROUSEL_ENTRY func parameters consistent with nameKyle Evans2018-02-161-2/+2
* stand/lua: Don't reload kernel config if we only have one kernelKyle Evans2018-02-161-3/+6
* stand/lua: Don't try to divide by 0; do nothingKyle Evans2018-02-161-3/+5
* stand/lua: Allow MENU_RETURN items to have a func, fix escape to promptKyle Evans2018-02-161-0/+7
* stand/lua: Use escaped dot instead of single character classKyle Evans2018-02-161-1/+1
* stand/lua: Chop off the decimal for numbers passed to setcursorKyle Evans2018-02-161-1/+13
* stand/lua: Correct usage and acceptance of BACKSPACE/DELETE keysKyle Evans2018-02-163-3/+5
* Fix a memory leak introduced in r328426.Mark Johnston2018-02-161-0/+1
* stand/lua: Remove sneaky kernel assignmentKyle Evans2018-02-161-1/+0
* stand/lua: Create/use some MENU_ constants where applicableKyle Evans2018-02-163-25/+33
* stand/lua: Create a "carousel" menu entry typeKyle Evans2018-02-162-22/+49
* 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-162-1/+3
* stand/lua: Say "loader prompt" instead of "lua interpreter"Kyle Evans2018-02-161-1/+1
* stand/lua: Remove explicit alias from "Back to main menu"Kyle Evans2018-02-161-2/+1
* stand/lua: Allow menu items to not have explicit aliasesKyle Evans2018-02-161-2/+4
* stand/lua: Move kernel selection into main menuKyle Evans2018-02-161-32/+19
* 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: Don't descend into an empty kernels submenuKyle Evans2018-02-161-0/+3
* stand/lua: Reduce magic numbersKyle Evans2018-02-163-5/+9
* Eliminate bsd.stand.mk and -fPIC 32-bit intel buildsWarner Losh2018-02-169-11/+12
* libsa: Consolidate tftp sendrecv into net.c sendrecvKyle Evans2018-02-157-96/+47
* stand/lua: Always boot on 'enter' keypress in menusKyle Evans2018-02-151-2/+5
* stand: Fix ubldr after r329190Kyle Evans2018-02-151-0/+36
* stand/lua: Exit sub-menus on backspaceKyle Evans2018-02-141-1/+7
* Reformat to come significantly closer to style(9).Benno Rice2018-02-141-433/+454
* efi: Only scan the BLKIO MEDIA onceEmmanuel Vadot2018-02-143-17/+16
* libsa: Fix IP recv timeoutKyle Evans2018-02-143-4/+15
* Unify metadata load files for arm, mips, powerpc, sparc64Justin Hibbits2018-02-1315-1448/+126
* Add the lua scripts from the lua-bootloader SoCWarner Losh2018-02-1210-0/+1521
* Add Lua as a scripting langauge to /boot/loaderWarner Losh2018-02-1216-4/+1705
* loader: fix endianness conversionRoger Pau Monné2018-02-091-164/+113
* Set script.lang in the environment to either 'forth' or 'simple' toWarner Losh2018-02-092-0/+2
* Fix build of userboot.soWarner Losh2018-02-082-1/+4
* Move to tabs for indentation and to 8-space notches, per style(9).Warner Losh2018-02-083-528/+533