summaryrefslogtreecommitdiff
path: root/usr.sbin/efivar
AgeCommit message (Expand)Author
2025-05-01efivar: Use struct guid_table instead of uuid_tableWarner Losh
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-04-02efivar(8): Fix a typo in a source code commentGordon Bergling
2022-03-12Correct minor typos/grammos and break long lines to fit in 80 chars.Jens Schweikhardt
2022-02-25efivar: handle error when reading --fromfileEric van Gyzen
2021-09-07pkgbase: Remove libefivar package and add a efi-tools oneEmmanuel Vadot
2021-04-09efivar: use bool for booleansWarner Losh
2021-04-09efivar: Attempt to fix setting/printing/deleting EFI vars with '-' in their nameWarner Losh
2021-04-09efivar: Add --quiet to not report errorsWarner Losh
2020-09-25Comment out bogus command line entryWarner Losh
2020-09-25Tweak output of the loader variableWarner Losh
2020-06-18Fix the --guid flag descriptionMateusz Piotrowski
2019-03-07Document the efivar --load-option optionRebecca Cran
2019-02-20Add the unix path to the output of `efivar --load-option`Rebecca Cran
2019-02-04Regularize the Netflix copyrightWarner Losh
2018-10-26Fix pointer arithmetic botch.Warner Losh
2018-10-26Require that we have at least a device path header beforeWarner Losh
2018-10-26Implenent --fromfile to read variable values when printing variablesWarner Losh
2017-12-12Iniailize str so ucs2_to_utf8 won't free stack garbage.Warner Losh
2017-12-02Add forgotten libgeom.Warner Losh
2017-11-27efivar: add missing getopt 'u' optionEd Maste
2017-11-14Move sys/boot to stand. Fix all references to new locationWarner Losh
2017-11-10Simplify the efivar interface a little.Warner Losh
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-09-07Create efi utility printing routinesWarner Losh
2017-08-31Add UCS2->UTF8 option.Warner Losh
2017-05-22Correct the "first appeared in" version for efivar(8).Glen Barber
2017-05-21Updates for efivar.8Benjamin Kaduk
2017-03-09Finish implementing -d/--device/--device-path flag to print variableWarner Losh
2017-03-03If the guid specified can't be decoded as a GUID, try looking it up inWarner Losh
2017-03-03Implement -d / --device-path to print the ascii representation of a variable ...Warner Losh
2017-03-03Implement --guid/-g to print the known GUIDs as human readable. TheWarner Losh
2017-03-03Actually implement efivar -LWarner Losh
2017-03-03Print just the variables when we're not printing the values.Warner Losh
2017-02-25Exit when we can't print a variable.Warner Losh
2016-11-13DIRDEPS_BUILD: Connect new dependencies.Bryan Drewery
2016-10-16style(9) nit: space after |.Warner Losh
2016-10-15Implement -t. Use symbolic names in place of the magical 0x7.Warner Losh
2016-10-13'b' is short for --binary, it isn't 'a'.Warner Losh
2016-10-13Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh
2016-10-11Add efivar(1) to manipulate EFI variables. It uses a similar commandWarner Losh