aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/efibootmgr
Commit message (Expand)AuthorAgeFilesLines
* efibootmgr: Check for efi supported after parsing argsWarner Losh2021-02-111-2/+3
* efibootmgr: fix an incorrect error handling checkMitchell Horne2020-11-301-1/+1
* efibootmgr: Use returned error code for error message, not errnoRyan Moeller2020-10-191-4/+9
* efibootmgr: wrong check for opts.orderToomas Soome2020-08-261-1/+1
* efibootmgr: Add option to request booting to the firmware user interfaceD Scott Phillips2020-08-262-2/+89
* update example to make it active when creating a new boot method...John-Mark Gurney2020-07-231-26/+44
* efibootmgr: typo in long option nameToomas Soome2020-07-161-1/+1
* Add --esp/-E argument to print the currently booted ESPWarner Losh2019-11-202-1/+104
* efibootmgr(8): fix markup and style issuesYuri Pankov2019-09-251-59/+123
* efibootmgr: Do not add the new boot entry in dry-run is specifiedEmmanuel Vadot2019-05-101-2/+3
* Regularize the Netflix copyrightWarner Losh2019-02-042-3/+2
* Update the efibootmgr(8) man page to document changes to options.Rebecca Cran2019-01-011-13/+14
* Change the way efibootmgr works by specifying bootnum via -b parameterRebecca Cran2018-12-311-17/+22
* Improve the efibootmgr(8) man pageRebecca Cran2018-12-281-33/+33
* Activate support for efibootmgr(8) -b --bootnum parameterRebecca Cran2018-12-241-1/+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