aboutsummaryrefslogtreecommitdiff
path: root/lib/libefivar/efivar-dp-parse.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* libefivar: Use a void cast in unimplemented stubs.John Baldwin2023-06-271-2/+2
* libefivar: Apply uncrustify changesJose Luis Duran2022-02-271-949/+968
* libefivar: Replace BSD License with BSD+Patent LicenseJose Luis Duran2022-02-271-7/+1
* libefivar: Handle AcpiExp device path when optional para is not specifiedJose Luis Duran2022-02-271-1/+10
* 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: Clean up source filesJose Luis Duran2022-02-271-1/+0
* 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-271-0/+94
* libefivar: Add BluetoothLe device path node supportJose Luis Duran2022-02-271-0/+35
* libefivar: Reverse the byte order of BD_ADDR for BluetoothJose Luis Duran2022-02-271-26/+11
* 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
* Regularize the Netflix copyrightWarner Losh2019-02-041-1/+0
* libefivar: use standard 2-Clause FreeBSD licenseEd Maste2018-03-021-12/+12
* Fix parsing File() nodes in device paths.Warner Losh2017-08-311-11/+8
* Fix a coverity-discovered NULL pointer dereference.Warner Losh2017-03-231-6/+18
* Bring in EDK2 routines for printing and parsing device paths.Warner Losh2017-03-091-0/+3703