aboutsummaryrefslogtreecommitdiff
path: root/lib/libefivar
Commit message (Expand)AuthorAgeFilesLines
* 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
* libefivar: Handle Sata device path when optional para is not specifiedJose Luis Duran2022-02-271-1/+9
* libefivar: Use VENDOR_DEVICE_PATH structure for Debug Port device pathJose Luis Duran2022-02-271-3/+3
* libefivar: Add PciRoot/PcieRoot text for ACPI Expanded Device PathJose Luis Duran2022-02-271-0/+21
* libefivar: Correct condition check for AcpiExp text formatJose Luis Duran2022-02-271-1/+1
* libefivar: Correct the string order of ACPI Expanded Device PathJose Luis Duran2022-02-271-6/+6
* libefivar: Clean up source filesJose Luis Duran2022-02-273-5/+2
* libefivar: Fix iSCSI.Lun byte order issueJose Luis Duran2022-02-271-6/+8
* libefivar: Fix byte orders of iSCSI.LunJose Luis Duran2022-02-271-1/+3
* libefivar: Fix bug when converting iSCSI nodeJose Luis Duran2022-02-271-2/+2
* libefivar: Add DevPathFromTextDns and DevPathToTextDns librariesJose Luis Duran2022-02-272-0/+140
* libefivar: Add BluetoothLe device path node supportJose Luis Duran2022-02-272-0/+73
* libefivar: Reverse the byte order of BD_ADDR for BluetoothJose Luis Duran2022-02-272-32/+17
* libefivar: Refine the DevPathFromTextiSCSI protocol parsingJose Luis Duran2022-02-271-1/+8
* libefivar: Fix FromText bug for multi-instance devicepathJose Luis Duran2022-02-271-1/+0