aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/libefi
Commit message (Expand)AuthorAgeFilesLines
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-101-1/+0
* loader.efi: efi_devpath_is_prefix should return boolToomas Soome2017-11-101-8/+8
* efipart_strategy is using wrong offset with >512B sectorsToomas Soome2017-11-011-1/+5
* For amd64, compile both zfs and zfs32 libraries.Warner Losh2017-10-301-3/+1
* Define new EFI variablesWarner Losh2017-10-291-8/+8
* Revert "Unify boot1 with loader" change r324646Warner Losh2017-10-172-191/+2
* LOADER_foo_SUPPORTEDWarner Losh2017-10-161-0/+1
* Move all the ficl common code into ficl.mkWarner Losh2017-10-161-1/+0
* Rename top level Makefile.ficl to ficl.mk.Warner Losh2017-10-161-1/+1
* Unify boot1 with loaderWarner Losh2017-10-162-2/+191
* Rather than laying whack-a-mole with including the path to stand.h,Warner Losh2017-10-101-1/+0
* Define SASRC and use itWarner Losh2017-10-091-1/+1
* Encapsulate ZFS preferences into efi_zfs_is_preferredWarner Losh2017-10-061-4/+1
* Add efi_devpath_is_prefixWarner Losh2017-10-061-0/+29
* libefi: efipart_floppy() will should not pass acpi pointer if the HID test failsToomas Soome2017-09-251-2/+2
* libefi: define EISA PNP constantsToomas Soome2017-09-221-3/+8
* libefi: efipart_hdinfo_add_filepath should check strtol resultToomas Soome2017-09-221-0/+7
* libefi: efipart.c cstyle fix for efipart_print_common()Toomas Soome2017-09-221-1/+2
* libefi: efipart_strategy() should return ENXIO when there is no mediaToomas Soome2017-09-221-1/+1
* libefi: efi_devpath_match local len should be unsignedToomas Soome2017-09-221-2/+2
* libefi: efipart.c should use calloc()Toomas Soome2017-09-211-10/+5
* libefi: efi_devpath_match() should return boolToomas Soome2017-09-212-9/+9
* libefi: devicename.c cleanupsToomas Soome2017-09-211-16/+20
* libefi: efipart_realstrategy rsize pointer may be NULLToomas Soome2017-09-131-1/+2
* libefi: efipart_open should check the status from disk_openToomas Soome2017-09-121-2/+13
* loader.efi: chain loader should provide proper device handleToomas Soome2017-09-102-44/+40
* Be consistent and do return (1);Warner Losh2017-09-071-1/+1
* ucs2lenWarner Losh2017-09-071-0/+11
* Make efichar.c routines available to libefi.Warner Losh2017-08-312-1/+7
* Link in libefi for boot1Warner Losh2017-08-261-1/+4
* Move efi_main into efi/loaderWarner Losh2017-08-261-150/+1
* libefi/time.c cstyle cleanupToomas Soome2017-08-051-150/+163
* Move EFI fmtdev functionality to libefiWarner Losh2017-08-042-1/+216
* Add EFI utility functions to libefiWarner Losh2017-08-042-38/+137
* Move EFI ZFS functions to libefiWarner Losh2017-08-042-1/+119
* Add definitions and utilities for EFI driversWarner Losh2017-08-042-1/+92
* Always set the receive mask in loader.efi. Some UEFI implementations setAndrew Turner2017-07-271-9/+8
* Integer underflow in efipart_realstrategy when I/O starts after end of diskAllan Jude2017-07-011-1/+10
* loader: network read reworkToomas Soome2017-05-062-42/+49
* loader: F_READ/F_WRITE should be checked against masked flagToomas Soome2017-04-181-1/+1
* Do not use -msoft-float with intention of disabling FP on aarch64Alexander Kabaev2017-04-071-1/+1
* loader: efipart should check disk size from partition tableToomas Soome2017-03-301-9/+28
* loader: remove open_disk cacheToomas Soome2017-03-161-4/+2
* Share UCS2/UTF8 routines between boot loader and userland.Warner Losh2017-03-091-0/+186
* sys: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-221-2/+2
* loader: cstyle fixes and DIOCGMEDIASIZE should use uint64_tToomas Soome2017-02-131-8/+8
* loader: implement MEDIA_FILEPATH_DP support in efipartToomas Soome2017-02-111-0/+89
* loader: possible NULL pointer dereference in efipart.cToomas Soome2017-02-081-1/+3
* efipart is also using the '%S' printf format, add -Wno-format for it.Emmanuel Vadot2017-02-071-0/+1
* loader: Replace EFI part devices.Toomas Soome2017-02-062-108/+624