aboutsummaryrefslogtreecommitdiff
path: root/lib/libefivar
Commit message (Expand)AuthorAgeFilesLines
* efivar: Move dump functions into libefivarStéphane Rochoy2026-04-283-0/+204
* libefivar: Apply uncrustify changesJose Luis Duran2025-11-251-50/+52
* libefivar: Change OPTIONAL keyword usage styleJose Luis Duran2025-11-251-5/+5
* libefivar: Support UefiDevicePathLib under StandaloneMmJose Luis Duran2025-11-251-33/+0
* libefivar: Replace BSD License with BSD+Patent LicenseJose Luis Duran2025-11-251-8/+2
* libefivar: Add sanity check for FilePath device pathJose Luis Duran2025-11-251-1/+10
* libefivar: Add a checking stepJose Luis Duran2025-11-251-10/+9
* libefivar: MdePkg: Clean up source filesJose Luis Duran2025-11-251-38/+38
* libefivar: Add and comment out unused functionsJose Luis Duran2025-11-251-2/+320
* libefivar: Move functions to match reference fileJose Luis Duran2025-11-251-101/+99
* libefivar: Standardize #ifndef __FreeBSD__Jose Luis Duran2025-11-252-3/+1
* libefivar: Fix (some) typosJose Luis Duran2025-11-254-8/+8
* edk2: Move ProcessorBind.h to contrib/edk2Warner Losh2025-11-161-3/+0
* efi: Move edk2 compat defines to sys/efi-edk2.hWarner Losh2025-11-167-123/+2
* efivar: Kill needless sys/cdefs.hWarner Losh2025-05-254-4/+0
* efivar: Use struct guid_table instead of uuid_tableWarner Losh2025-05-012-24/+21
* efivar: Use bool instead of intWarner Losh2025-05-011-2/+3
* efivar: Move to new ioctl structWarner Losh2025-05-011-8/+8
* libefi: Update to use the efi_guid_t from sys/efi.hWarner Losh2025-05-011-9/+4
* efivar: Allow uuid_t and efi_guid_t to be different types.Warner Losh2025-05-011-4/+4
* efivar: Test uuid against zeroWarner Losh2025-05-011-4/+1
* efivar: Use memcmp instead of uuid_ functions to compareWarner Losh2025-05-011-5/+2
* efivar: Add some explicit casts to uuid_tWarner Losh2025-05-011-6/+6
* libefivar: Simplify Z / zero defineWarner Losh2025-04-231-1/+1
* libefivar: Prefer EFI_GUID to GUIDWarner Losh2025-04-231-4/+4
* libefivar: Add Display Only format for Hard DriveJose Luis Duran2025-02-201-4/+8
* libefivar: CodeQL FixesJose Luis Duran2025-02-202-154/+340
* libefivar: Fix sed patternJose Luis Duran2025-02-201-1/+1
* libefivar: Fix AcpiEx print logicJose Luis Duran2024-09-061-26/+44
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* libefivar: Use a void cast in unimplemented stubs.John Baldwin2023-06-271-2/+2
* efivar: Really look for labels for the provider with right efimediaWarner Losh2023-02-161-17/+47
* efivar: support device paths as well as mounted paths in path_to_dpWarner Losh2023-02-161-3/+14
* efivar: Allow NULL paths in build_dpWarner Losh2023-02-161-11/+13
* efivar: Try harder to find label's efimediaWarner Losh2023-02-161-0/+9
* libefivar: Add note about extra compiler flagsWarner Losh2023-02-151-1/+2
* libefivar: Fix a buffer overread.John Baldwin2022-10-031-1/+2
* libefivar(3): Fix a typo in a source code commentGordon Bergling2022-03-281-1/+1
* libefivar: Apply uncrustify changesJose Luis Duran2022-02-275-1449/+1494
* libefivar: Change OPTIONAL keyword usage styleJose Luis Duran2022-02-271-3/+3
* libefivar: Replace BSD License with BSD+Patent LicenseJose Luis Duran2022-02-273-21/+3
* libefivar: Check Length para before use in DevPathToTextUsbWWIDJose Luis Duran2022-02-271-1/+1
* libefivar: Fix incorrect check for DisplayOnly text format in AcpiExJose Luis Duran2022-02-271-1/+1
* libefivar: Handle AcpiExp device path when optional para is not specifiedJose Luis Duran2022-02-272-8/+26
* libefivar: Handle USBxxx device path when optional para is not specifiedJose Luis Duran2022-02-271-5/+25