aboutsummaryrefslogtreecommitdiff
path: root/lib/libefivar
Commit message (Expand)AuthorAgeFilesLines
* 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-1474/+1519
* 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
* libefivar: Fix the wrong MAC address lengthJose Luis Duran2022-02-271-0/+4
* libefivar: Correct the string expression of UTF8 vendor device pathJose Luis Duran2022-02-231-1/+1
* libefivar(3): efi_set_variables_supported.3 should be efi_variables_supported.3Li-Wen Hsu2021-12-211-1/+1
* pkgbase: Remove libefivar package and add a efi-tools oneEmmanuel Vadot2021-09-071-1/+1
* Cleanup compiler warning flags in lib/libefivar/MakefileDimitry Andric2021-08-261-3/+7
* libefivar: define MDE_CPU_RISCV64Mitchell Horne2020-07-061-0/+2
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+1
* Add additional sanity checks.Warner Losh2019-12-091-0/+9
* Regularize the Netflix copyrightWarner Losh2019-02-0410-9/+1
* Ensure that the device path is sane before trying to decode and printWarner Losh2018-10-261-1/+8
* efivar(3): Fix some typos and improve styleMateusz Piotrowski2018-10-251-18/+40
* Add efidev(4)/efirt(9)Kyle Evans2018-08-171-0/+2
* Fix an obvious 'is odd' check.Warner Losh2018-07-121-1/+1
* libefivar: use standard 2-Clause FreeBSD licenseEd Maste2018-03-029-108/+108
* Need to convert '/' back to '\' when creating a path. Ideally, thisWarner Losh2018-01-051-2/+7
* Set dp to NULL when we free it, and tree a NULL dp as an errorWarner Losh2018-01-051-0/+1