aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add SECURITY section to loader(8).Edward Tomasz Napierala2018-08-151-1/+37
* MFV r337586: lua: Update to 5.3.5Kyle Evans2018-08-141-0/+7
* For our INT64 implementation, we can compare integers and numbersWarner Losh2018-08-141-3/+1
* Create a loader for each interpreter for x86 BIOS and all EFIWarner Losh2018-08-1413-21/+82
* Add init_exec kenv(1) variable, to make init(8) execute a fileEdward Tomasz Napierala2018-08-141-1/+4
* Add microcode update configuration to the default loader.conf.Mark Johnston2018-08-131-0/+8
* lualoader: Fix parsing of negative number loader.conf(5) variablesKyle Evans2018-08-131-1/+1
* Move around text in loader(8), in particular stuff related to ZFS,Edward Tomasz Napierala2018-08-131-61/+51
* libi386: Fix typo in pxe.hKyle Evans2018-08-091-1/+1
* libsa: exit on EOF in ngetsKyle Evans2018-08-091-2/+6
* isoboot, gptboot: Fix WITHOUT_LOADER_GELI (gptboot) and isoboot in generalKyle Evans2018-08-092-3/+4
* Move description of init_shell, init_script, and init_chroot kenvEdward Tomasz Napierala2018-08-071-57/+5
* libsa: gzipfs.c converts pointers to integer types with different signToomas Soome2018-08-071-1/+1
* libsa: dos_checksum() should take unsigned charsToomas Soome2018-08-071-1/+1
* loader: bd_open() should cleanup from disk_open() errorToomas Soome2018-08-051-4/+12
* loader: 337353 did miss to rename 2 write instancesToomas Soome2018-08-051-2/+2
* loader: cstyle cleanup for biosdisk.cToomas Soome2018-08-051-305/+312
* zfsboot: Fix startup crashKristof Provost2018-08-051-5/+2
* loader: biosdisk.c has leftover geli header.Toomas Soome2018-08-041-4/+0
* In r337271, we limited the sector number to the lower of calculatedXin LI2018-08-041-1/+1
* efi-autoresizecons: Don't fail the boot w/o GOP or UGAKyle Evans2018-08-041-1/+8
* Some drives report a geometry that is inconsisetent with the totalCy Schubert2018-08-031-1/+1
* loader.efi: clean up misleading noise from missing block devicesToomas Soome2018-08-031-4/+2
* loader.efi: efipart_inithandles() failure should not prevent devsw initializa...Toomas Soome2018-08-021-6/+9
* libsa: dereferencing type-punned pointer in cd9660Toomas Soome2018-08-022-2/+2
* ubldr: Bump heap size, 1MB -> 2MBKyle Evans2018-08-011-1/+1