aboutsummaryrefslogtreecommitdiff
path: root/stand/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix args cross-threading between gptboot(8) and loader(8) with zfs support.Ian Lepore2018-12-043-21/+41
* stand/i386: rename .s to .S to use Clang IASEd Maste2018-12-038-6/+8
* Eliminate duplicated code and struct member definitions in the handoffIan Lepore2018-12-034-34/+55
* loader: create separate lists for fd, cd and hd, merge bioscd with biosdiskToomas Soome2018-11-308-630/+510
* The libstand's panic() appends its own '\n' to the message, so that users of ...Maxim Sobolev2018-11-291-1/+1
* Add comments describing the bootargs handoff between loader(8) and gptbootIan Lepore2018-11-283-0/+29
* Restore the ability to override the disk unit/partition at the boot: promptIan Lepore2018-11-271-8/+7
* Bump the date of pxeboot(8) manual page for r340917.Guangyuan Yang2018-11-271-1/+1
* stand/i386/libi386: rename .s file to .S to use Clang IASEd Maste2018-11-262-1/+1
* btx: rename .s files to .S to use Clang IASEd Maste2018-11-263-1/+1
* Update pxeboot(8) manual page to reflect the next-server change in the ISC DH...Guangyuan Yang2018-11-251-3/+5
* Disable build-id in i386 binary boot componentsEd Maste2018-11-231-0/+5
* stand: remove CLANG_NO_IAS from btx and gptbootEd Maste2018-11-203-9/+0
* loader: always set media size from partition.Toomas Soome2018-11-071-26/+30
* loader: biosdisk should check if the media is presentToomas Soome2018-11-021-0/+8
* loader: do not probe floppy devices for zfsToomas Soome2018-11-021-0/+2
* loader: issue edd probe before legacy ah=08 and detect no mediaToomas Soome2018-10-311-79/+197
* loader: biosdisk interface should be able to cope with 4k sectorsToomas Soome2018-10-231-114/+124
* libi386: remove CLANG_NO_IAS workaroundEd Maste2018-10-201-4/+0
* loader: bios loader should allow to chain load a fileToomas Soome2018-08-221-3/+5
* 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
* libi386: remove BD_SUPPORT_FRAGSToomas Soome2018-08-152-41/+0
* Create a loader for each interpreter for x86 BIOS and all EFIWarner Losh2018-08-146-6/+29
* libi386: Fix typo in pxe.hKyle Evans2018-08-091-1/+1
* isoboot, gptboot: Fix WITHOUT_LOADER_GELI (gptboot) and isoboot in generalKyle Evans2018-08-092-3/+4
* 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
* Some drives report a geometry that is inconsisetent with the totalCy Schubert2018-08-031-1/+1
* Older zfs boot blocks don't support symlinks. install the link toWarner Losh2018-07-231-1/+1
* NM and OBJCOPY are already defined for all builds. There's no need toWarner Losh2018-07-205-10/+0
* Eliminate zfsloader man page.Warner Losh2018-07-202-7/+5
* Collapse zfsloader functionality back down into loader.Warner Losh2018-07-205-31/+7
* zfsboot: fix build with WITHOUT_LOADER_GELILi-Wen Hsu2018-07-161-0/+2
* Catch up to the inflate renaming.Warner Losh2018-07-131-1/+1
* Fix glitched indentation (and rewrap as needed due to deeper indent).Ian Lepore2018-07-131-3/+4
* Extend loader(8) geli support to all architectures and all disk-like devices.Ian Lepore2018-07-1312-366/+147
* Transition to boot_env_to_howto and boot_howto_to_env in the bootWarner Losh2018-07-131-2/+2
* Eliminate boot loader copies of boot arg parsing.Warner Losh2018-07-131-52/+2
* Stop using ../zfs/libzfs.h but instead use libzfs.h.Warner Losh2018-07-084-3/+4
* Move ZFS files into libsaWarner Losh2018-07-084-15/+5
* Revert r335276Allan Jude2018-06-202-20/+0
* stand: move libgeliboot into libsa.Warner Losh2018-06-185-6/+6
* gptboot, zfsboot, gptzfsboot: Enable the video and serial consoles earlyAllan Jude2018-06-172-0/+20