aboutsummaryrefslogtreecommitdiff
path: root/lib/libefivar
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix typoWarner Losh2017-07-241-1/+1
* Fix a coverity-discovered NULL pointer dereference.Warner Losh2017-03-231-6/+18
* Define StrCmp in a funky was to be bug-compatible with EDK2 code.Warner Losh2017-03-231-1/+10
* Bring in EDK2 routines for printing and parsing device paths.Warner Losh2017-03-0912-2/+7672
* Share UCS2/UTF8 routines between boot loader and userland.Warner Losh2017-03-094-230/+12
* Make sure guid table is compiled before we use it.Warner Losh2017-03-031-0/+2
* Only compile the known uuid table once.Warner Losh2017-03-031-0/+4
* Move uuid_table definition to efivar.h.Warner Losh2017-03-032-6/+20
* Don't convert ENOENT to nothing for individual lookup, just for theWarner Losh2017-02-251-4/+6
* DIRDEPS_BUILD: Connect new dependencies.Bryan Drewery2016-11-131-0/+18
* Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh2016-10-131-1/+1
* Create libefivar library. This library aims to provideWarner Losh2016-10-116-0/+875