aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/libefi/efipart.c
Commit message (Expand)AuthorAgeFilesLines
* loader: Use tslog to instrument some functionsColin Percival2021-06-211-0/+3
* efipart_inithandles() is missing NULL pointer checkToomas Soome2020-02-201-0/+2
* loader: clean up efipart filter expressionsToomas Soome2019-12-041-12/+11
* loader.efi: fix cd boot for cisco C220M3Toomas Soome2019-12-021-0/+17
* loader.efi: efipart needs better support detecting nested partitionsToomas Soome2019-11-301-251/+281
* loader: remove unused variable from efipart.cToomas Soome2019-11-161-1/+1
* loader: r354415 did miss to sort subpaths below the partitionsToomas Soome2019-11-151-5/+23
* loader.efi: HARDDRIVE_DEVICE_PATH may have subpathsToomas Soome2019-11-061-12/+37
* loader.efi: efipart needs to use ioalignToomas Soome2019-09-171-24/+113
* loader.efi: use shift 16 in efipart as it is max ashift supported by zfsToomas Soome2019-08-311-2/+3
* qemu-system-aarch64 does list block device with very large block sizeToomas Soome2019-08-301-1/+4
* loader.efi: efipart should be more careful about constructing block device listsToomas Soome2019-08-201-351/+284
* loader.efi: replace HandleProtocol() with OpenProtocol()Toomas Soome2019-08-061-8/+8
* Abstract out efi_devpath_to_handle to search for a handle that matchesWarner Losh2019-05-061-14/+3
* Distinguish between "no partition" and "choose best partition" with a constant.Ian Lepore2019-03-241-2/+2
* Implement efiblk_get_pdinfo_by_device_pathWarner Losh2018-07-231-0/+22
* Store the number of handles we get back in efipart_nhandles ratherWarner Losh2018-07-231-13/+9
* Refactor currdev settingWarner Losh2018-04-111-0/+49
* Use the actual struct devdesc at the start of all *_devdesc structsWarner Losh2018-03-121-7/+7
* We can't use d_opendata for blkio storage.Warner Losh2018-03-121-1/+0
* efi: Only scan the BLKIO MEDIA onceEmmanuel Vadot2018-02-141-13/+5
* libefi: make efichar.h more usable in stand codeToomas Soome2017-12-141-2/+2
* loader.efi: add note about iPXE into the efipart.cToomas Soome2017-12-041-0/+2
* loader.efi: efipart should exclude iPXE stub block protocolToomas Soome2017-12-011-0/+8
* loader.efi: efipart does not recognize partitionless disksToomas Soome2017-11-221-11/+100
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+984