aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/efivar/efivar.c
Commit message (Collapse)AuthorAgeFilesLines
* style(9) nit: space after |.Warner Losh2016-10-161-1/+1
| | | | Notes: svn path=/head/; revision=307390
* Implement -t. Use symbolic names in place of the magical 0x7.Warner Losh2016-10-151-2/+4
| | | | | | | Submitted by: ambrisko@ Notes: svn path=/head/; revision=307339
* Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh2016-10-131-2/+2
| | | | | | | | | | | with no creative content. Include "lost" changes from git: o Use /dev/efi instead of /dev/efidev o Remove redundant NULL checks. Submitted by: kib@, dim@, zbb@, emaste@ Notes: svn path=/head/; revision=307189
* Add efivar(1) to manipulate EFI variables. It uses a similar commandWarner Losh2016-10-111-0/+349
line interface to the Linux program, as well as adding a number of useful features to make using it in shell scripts easier (since we don't have a filesystem to fall back on interacting with). Differential Revision: https://reviews.freebsd.org/D8128 Reviewed by: kib@, wblock@, Ganael Laplanche Notes: svn path=/head/; revision=307072