aboutsummaryrefslogtreecommitdiff
path: root/lib/libefivar
Commit message (Expand)AuthorAgeFilesLines
* 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