aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/efibootmgr
Commit message (Expand)AuthorAgeFilesLines
* Actually insert the free(d) call missed in r326802.Warner Losh2017-12-121-0/+1
* Add sanity testing against maximum sane lengths for device paths forWarner Losh2017-12-121-0/+6
* Free load_opt_buf after we're done with it.Warner Losh2017-12-121-1/+2
* Fix resource leak. Free converted description after printing it.Warner Losh2017-12-121-3/+4
* Don't leak new_data.Warner Losh2017-12-121-0/+1
* Check return value for set_bootvar and give a good error message.Warner Losh2017-12-121-1/+2
* Unbreak gcc build by using (void) for functions that take no args.Warner Losh2017-12-111-3/+3
* Indent multiple device path entries correctly.Warner Losh2017-12-091-2/+5
* Remove vestiges of -d and -p commands.Warner Losh2017-12-091-12/+9
* Forgotten in 326725Warner Losh2017-12-091-1/+1
* Import Netflix's efibootmgr to help manage UEFI boot variablesWarner Losh2017-12-093-0/+1038