aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/efivar
Commit message (Expand)AuthorAgeFilesLines
* Comment out bogus command line entryWarner Losh2020-09-251-1/+1
* Tweak output of the loader variableWarner Losh2020-09-251-12/+16
* Fix the --guid flag descriptionMateusz Piotrowski2020-06-181-4/+5
* Document the efivar --load-option optionRebecca Cran2019-03-071-2/+5
* Add the unix path to the output of `efivar --load-option`Rebecca Cran2019-02-201-1/+10
* Regularize the Netflix copyrightWarner Losh2019-02-044-5/+2
* Fix pointer arithmetic botch.Warner Losh2018-10-261-3/+4
* Require that we have at least a device path header beforeWarner Losh2018-10-261-1/+1
* Implenent --fromfile to read variable values when printing variablesWarner Losh2018-10-262-9/+42
* Iniailize str so ucs2_to_utf8 won't free stack garbage.Warner Losh2017-12-121-1/+1
* Add forgotten libgeom.Warner Losh2017-12-021-1/+1
* efivar: add missing getopt 'u' optionEd Maste2017-11-271-1/+1
* 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-101-1/+1
* 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