aboutsummaryrefslogtreecommitdiff
path: root/stand
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Finalize the boot manager protocol support for next-stage bootWarner Losh2018-07-231-17/+221
* Implement efiblk_get_pdinfo_by_device_pathWarner Losh2018-07-232-0/+23
* Implement efi_devpath_lengthWarner Losh2018-07-232-0/+11
* Implement efi_devpath_match_nodeWarner Losh2018-07-232-11/+20
* Store the number of handles we get back in efipart_nhandles ratherWarner Losh2018-07-231-13/+9
* Implement efi_devpath_to_media_pathWarner Losh2018-07-232-0/+17
* Fix the attempt to see if we're overriding the console in the commandWarner Losh2018-07-231-1/+2
* Older zfs boot blocks don't support symlinks. install the link toWarner Losh2018-07-232-2/+2
* Hoist EFI_TARGET and SOURCE_DATE_EPOCH up into efi/Makefile.incWarner Losh2018-07-203-22/+12
* NM and OBJCOPY are already defined for all builds. There's no need toWarner Losh2018-07-207-16/+0
* Eliminate zfsloader man page.Warner Losh2018-07-206-117/+52