freebsd-dev/usr.sbin/efivar
Warner Losh 0292a5c95f efivar: Attempt to fix setting/printing/deleting EFI vars with '-' in their name
Due to how we're parsing UUIDs, we were disallowing setting, printing or
deleting any UEFI variable with a '-' in it when you attempted to do that
operation with the exact name (wildcard reporting was unaffected). Fix the
parser to loop over all the dashes in the name and only give up when all
possible matches are exhausted.

Reviewed by:		markj@
Sponsored by:		Netflix, Inc
Differential Revision:	https://reviews.freebsd.org/D29620
2021-04-09 16:36:40 -06:00
..
efiutil.c Tweak output of the loader variable 2020-09-25 18:20:41 +00:00
efiutil.h
efivar.8 efivar: Add --quiet to not report errors 2021-04-09 16:36:20 -06:00
efivar.c efivar: Attempt to fix setting/printing/deleting EFI vars with '-' in their name 2021-04-09 16:36:40 -06:00
Makefile
Makefile.depend