aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/efivar/efivar.c
Commit message (Expand)AuthorAgeFilesLines
* Implenent --fromfile to read variable values when printing variablesWarner Losh2018-10-261-7/+31
* efivar: add missing getopt 'u' optionEd Maste2017-11-271-1/+1
* Simplify the efivar interface a little.Warner Losh2017-11-101-1/+1
* Create efi utility printing routinesWarner Losh2017-09-071-81/+15
* Add UCS2->UTF8 option.Warner Losh2017-08-311-1/+29
* Finish implementing -d/--device/--device-path flag to print variableWarner Losh2017-03-091-1/+7
* If the guid specified can't be decoded as a GUID, try looking it up inWarner Losh2017-03-031-1/+1
* Implement -d / --device-path to print the ascii representation of a variable ...Warner Losh2017-03-031-0/+11
* Implement --guid/-g to print the known GUIDs as human readable. TheWarner Losh2017-03-031-3/+21
* Actually implement efivar -LWarner Losh2017-03-031-0/+13
* Print just the variables when we're not printing the values.Warner Losh2017-03-031-0/+2
* Exit when we can't print a variable.Warner Losh2017-02-251-11/+10
* style(9) nit: space after |.Warner Losh2016-10-161-1/+1
* Implement -t. Use symbolic names in place of the magical 0x7.Warner Losh2016-10-151-2/+4
* Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh2016-10-131-2/+2
* Add efivar(1) to manipulate EFI variables. It uses a similar commandWarner Losh2016-10-111-0/+349