aboutsummaryrefslogtreecommitdiff
path: root/lib/libefivar/efivar-dp-xlate.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* 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(3): Fix a typo in a source code commentGordon Bergling2022-03-281-1/+1
* 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