summaryrefslogtreecommitdiff
path: root/usr.sbin/efibootmgr
Commit message (Expand)AuthorAgeFilesLines
* MFC r366830:Ryan Moeller2020-10-261-4/+9
* MFC 363241:Toomas Soome2020-07-261-1/+1
* MFC r347441:Emmanuel Vadot2020-06-161-2/+3
* MFC r343755:Warner Losh2019-09-052-3/+2
* Revert r351902 ... it didn't properly exclude rack.c changesWarner Losh2019-09-052-2/+3
* MFC r343755:Warner Losh2019-09-052-3/+2
* Make -a (to make the entry active) apply to creation of a new bootWarner Losh2018-09-021-2/+4
* Add -b bootnum to allow creation of a specific boot number (ratherWarner Losh2018-07-272-10/+34
* Remove ignored command line optionsWarner Losh2018-05-081-2/+0
* efibootmgr.8: fix exampleWarner Losh2018-05-081-4/+4
* Improve printing the boot variables.Warner Losh2018-05-081-28/+73
* Inline print_order(). It's used one palce.Warner Losh2018-05-081-22/+8
* Make not getting BootOrder a warning, not a fatal error when printing.Warner Losh2018-03-161-2/+4
* Fix error in determining the next available boot slot.Warner Losh2018-01-121-1/+1
* There's no need / benefit from deleting the variable before we set it.Warner Losh2018-01-061-1/+0
* Fix usage strings. -d and -p were removed before this was committed toWarner Losh2018-01-061-3/+3
* Free options before setting them. This will prevent us from leakingWarner Losh2018-01-051-0/+5
* Ensure that we have a description string. When unspecified, default to "".Warner Losh2018-01-051-9/+6
* Remove write-only opt and useless optlen variables.Alexander Kabaev2017-12-241-8/+5
* 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