aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/efivar
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Create efi utility printing routinesWarner Losh2017-09-074-81/+234
* Add UCS2->UTF8 option.Warner Losh2017-08-313-2/+37
* Correct the "first appeared in" version for efivar(8).Glen Barber2017-05-221-2/+2
* Updates for efivar.8Benjamin Kaduk2017-05-211-17/+15
* Finish implementing -d/--device/--device-path flag to print variableWarner Losh2017-03-092-16/+37
* 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-032-3/+27
* 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
* DIRDEPS_BUILD: Connect new dependencies.Bryan Drewery2016-11-131-0/+19
* 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
* 'b' is short for --binary, it isn't 'a'.Warner Losh2016-10-131-1/+1
* Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh2016-10-132-4/+4
* Add efivar(1) to manipulate EFI variables. It uses a similar commandWarner Losh2016-10-113-0/+521