aboutsummaryrefslogtreecommitdiff
path: root/lib/libefivar
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* Ensure that "out" is initialized in all error paths.Mark Johnston2017-12-071-1/+1
* Create a function to translate UEFI paths to unix pathsWarner Losh2017-12-024-3/+733
* Add efidp_format_device_path_node to format a single node in a deviceWarner Losh2017-11-262-4/+24
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-1/+1
* Simplify the efivar interface a little.Warner Losh2017-11-102-37/+4
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Minor fixes to edge cases in efi_get_next_variable_nameWarner Losh2017-09-131-6/+15
* Implement efidp_sizeWarner Losh2017-09-072-0/+8
* libefivar: -fno-strict-aliasingRyan Libby2017-09-041-1/+1
* Fix parsing File() nodes in device paths.Warner Losh2017-08-311-11/+8
* Fix printing File() nodes in device paths.Warner Losh2017-08-311-1/+6