aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* lualoader: Fix try_include error handlingKyle Evans2018-10-291-11/+3
* Move LUA_ROOT to /boot/luaWarner Losh2018-10-281-3/+3
* lualoader: Always return a proper dictionary for blacklistKyle Evans2018-10-271-2/+2
* Fix pointer arithmeticWarner Losh2018-10-261-1/+3
* Ensure we have a full EFI_DEVICE_PATH header before we try to look atWarner Losh2018-10-261-1/+1
* Simplify the EFI delay() function by calling BS->Stall()Rebecca Cran2018-10-261-11/+1
* lualoader: Improve module loading diagnosticsKyle Evans2018-10-252-11/+26
* 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
* Fix stand/ build after r339671.Konstantin Belousov2018-10-232-2/+5
* loader: biosdisk interface should be able to cope with 4k sectorsToomas Soome2018-10-231-113/+123
* libsa: re-send ACK for older data packets in tftpToomas Soome2018-10-231-5/+13
* Restore the ability to prevent the user from interrupting the boot processDevin Teske2018-10-211-1/+2
* libi386: remove CLANG_NO_IAS workaroundEd Maste2018-10-201-4/+0
* loader.efi: add poweroff commandToomas Soome2018-10-121-0/+17
* Enable lualoader's kernel autodetection, disabled on install mediaKyle Evans2018-10-111-0/+1
* lualoader: Provide a 'menu' command to redraw the menu at the loader promptKyle Evans2018-10-111-1/+6
* Fix a minor typo in loader.conf(5).Glen Barber2018-10-101-1/+1
* lualoader: Honor boot_* variables at lua initKyle Evans2018-10-071-11/+28
* lualoader: Create a module blacklist, add DRM modules to itKyle Evans2018-10-073-6/+35
* lualoader: Don't draw loader menu with autoboot_delay=-1Kyle Evans2018-10-051-10/+20
* Improve loader passwords:Edward Tomasz Napierala2018-09-221-10/+9
* libsa: validate tftp_makereq() after we did reset the readToomas Soome2018-09-091-7/+10
* libsa: memory leak in tftp_open()Toomas Soome2018-09-081-1/+3
* Be a little conservative about when to force size optimizations.Warner Losh2018-09-051-0/+2
* Enable 'C'-compressed ISA extension.Ruslan Bukin2018-09-031-1/+1
* The kernel DTrace audit provider (dtaudit) relies on auditd(8) to loadRobert Watson2018-09-031-0/+5
* lualoader: Handle comma-separated kernels as wellKyle Evans2018-09-031-1/+1
* userboot: handle guest interpreter mismatches more intelligentlyKyle Evans2018-09-0111-5/+117
* lualoader: Print error messages from command failures at the promptKyle Evans2018-08-311-3/+8
* lualoader: fix color usageKyle Evans2018-08-301-4/+3
* Document the cpu_microcode_* tunables.Mark Johnston2018-08-281-1/+25
* Ensure we have a large enough stack for the lua loaderAndrew Turner2018-08-272-0/+18
* lualoader: Fix override of module_path on loader promptKyle Evans2018-08-251-3/+17
* stand: fdt: Drop some write-only assignments/variables and leaked bitsKyle Evans2018-08-231-9/+2
* 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
* efiloader: Setup FDT in autoload to fix overlays clobbering kenvKyle Evans2018-08-231-0/+19
* fdt_fixups: relocate the /chosen node after applying fixupsKyle Evans2018-08-231-0/+6
* Increase the size of the heap size available on sparc64 duringKurt Lidl2018-08-221-1/+1
* loader: bios loader should allow to chain load a fileToomas Soome2018-08-221-3/+5
* 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: Just compare expression directlyKyle Evans2018-08-211-2/+1
* Serial console menus for lua.Warner Losh2018-08-202-26/+0
* lualoader: Install all manpagesKyle Evans2018-08-201-0/+10
* Add color.lua(8), password.lua(8), and screen.lua(8)Kyle Evans2018-08-203-0/+308
* Add drawer.lua(8)Kyle Evans2018-08-201-0/+179
* lualoader: Add drawer-exported variables for default logodefsKyle Evans2018-08-191-2/+4
* lualoader: Hide the rest of the private interfacesKyle Evans2018-08-191-46/+56