OpenGrok
Cross Reference: efiio.c
xref
: /
src
/
sbin
/
efi
/
efiio.c
Home
|
History
|
Annotate
|
Download
|
only in
efi
History log of
/src/sbin/efi/efiio.c
Revision
Date
Author
Comments
1.4
30-Mar-2025
riastradh
efi(8)/efi(9): Rename EFI_VARNAME_MAXLENGTH -> EFI_VARNAME_MAXBYTES.
This should help avoid potential confusion over the units.
No functional change intended.
Prompted by (but will not fix):
PR kern/59235: efi(8) panics
1.3
30-Mar-2025
riastradh
efi(8): EFI_VARNAME_MAXLENGTH is in bytes, not CHAR16.
Same with struct efi_var_ioc::namesize.
This shouldn't change the semantics of the program -- it was just
allocating twice the maximum buffer space that the kernel would ever
actually use; now it only allocates exactly the maximum buffer space
that the kernel will ever actually use.
Prompted by (but will not fix):
PR kern/59235: efi(8) panics
1.2
02-Mar-2025
riastradh
efi(8): Nix trailing whitespace.
1.1
24-Feb-2025
christos
New efi program from Anon Ymous.
Indexes created Sun Oct 19 19:09:49 GMT 2025