aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
* 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
* libsa: assignment to char * from u_char *Toomas Soome2018-08-011-1/+1
* libsa: bootp is using pointers with different signToomas Soome2018-08-012-2/+2
* libsa: pointer differs in signednessToomas Soome2018-08-011-2/+2
* Follow up to r336919 and r336921: s/efi.rt_disabled/efi.rt.disabled/Kyle Evans2018-07-301-1/+5
* Be more conservative about setting hw.uart.consoleWarner Losh2018-07-282-16/+35
* Use % for printf, not a dollar signWarner Losh2018-07-271-1/+1
* Style nits noted by rpokalaWarner Losh2018-07-271-2/+1
* In the BootXXXX message, use the actual boot variable.Warner Losh2018-07-271-9/+11
* Add some additional debug to loader.efiWarner Losh2018-07-271-1/+2
* stand debugWarner Losh2018-07-271-6/+42
* lualoader: "nextboot_file" should be spelled "nextboot_conf"Kyle Evans2018-07-271-1/+1
* Ignore Device Paths in the Boot Info that don't have Media pathWarner Losh2018-07-261-1/+6
* Disable 'C'-compressed ISA extension.Ruslan Bukin2018-07-251-1/+1