aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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
* lualoader: Hide most of the internal drawing functionsKyle Evans2018-08-191-128/+128
* Turn back the clock just a little: make userboot.so always be 4thWarner Losh2018-08-191-0/+1
* lualoader: Stop exporting drawer.drawKyle Evans2018-08-191-9/+9
* Add config.lua(8) to the treeKyle Evans2018-08-191-0/+188
* libsa: Add lshrdi3.c for powerpc* and mipsKyle Evans2018-08-191-2/+2
* stand: Flip the default interpreter to LuaKyle Evans2018-08-191-3/+3
* Fix casts between 64-bit physical addresses and pointers in EFI.John Baldwin2018-08-183-10/+10
* Add ashldi3 and ashrdi3 to mips.Warner Losh2018-08-161-0/+5
* Install links for loader.efi.Warner Losh2018-08-161-0/+4
* libi386: bd_io_workaround() is to be called for reads onlyToomas Soome2018-08-161-2/+2
* libi386: small style updates in biosdiskToomas Soome2018-08-161-2/+2
* libi386: use BD_RD and BR_WR constantsToomas Soome2018-08-151-7/+9
* libi386: remove bd_read() and bd_write() wrappersToomas Soome2018-08-151-20/+3
* libsa: zfs_probe() needs to set spa to NULLToomas Soome2018-08-151-0/+1
* libi386: remove BD_SUPPORT_FRAGSToomas Soome2018-08-152-41/+0
* pkgfs_init: Initialize pkgKyle Evans2018-08-151-0/+1
* stand: Use -Oz/-Os for all loader/stand builds.Warner Losh2018-08-151-1/+6
* Improve formatting.Edward Tomasz Napierala2018-08-151-1/+1