aboutsummaryrefslogtreecommitdiff
path: root/lib/libefivar/efivar-dp-xlate.c
Commit message (Expand)AuthorAgeFilesLines
* Add additional sanity checks.Warner Losh2019-12-091-0/+9
* Regularize the Netflix copyrightWarner Losh2019-02-041-1/+0
* libefivar: use standard 2-Clause FreeBSD licenseEd Maste2018-03-021-12/+12
* 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
* 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-021-0/+715