| History log of /src/sbin/efi |
| Revision | Date | Author | Comments |
| 1.3 | 02-Mar-2025 |
riastradh | efi(8): Nix trailing whitespace.
|
| 1.2 | 25-Feb-2025 |
rillig | efi: don't use compound expressions as initializers
Lint doesn't like them, even though GCC accepts them.
No binary change.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.3 | 02-Mar-2025 |
riastradh | efi(8): Break more overlong lines.
|
| 1.2 | 02-Mar-2025 |
riastradh | efi(8): Nix trailing whitespace.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.4 | 02-Mar-2025 |
riastradh | efi(8): Nix trailing whitespace.
|
| 1.3 | 27-Feb-2025 |
christos | make this compile with clang.
|
| 1.2 | 25-Feb-2025 |
rillig | efi: don't use compound expressions as initializers
Lint doesn't like them, even though GCC accepts them.
No binary change.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.2 | 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.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.3 | 02-Mar-2025 |
riastradh | efi(8): Nix trailing whitespace.
|
| 1.2 | 27-Feb-2025 |
christos | make this compile with clang.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.4 | 02-Mar-2025 |
riastradh | efi(8): Break overlong lines.
|
| 1.3 | 02-Mar-2025 |
riastradh | efi(8): Nix trailing whitespace.
|
| 1.2 | 24-Feb-2025 |
martin | Fix a few printf formats
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.6 | 02-Mar-2025 |
riastradh | efi(8): Avoid hard-coding sizeof(devpath_t) as magic constants.
|
| 1.5 | 02-Mar-2025 |
riastradh | efi(8): Break more overlong lines.
|
| 1.4 | 02-Mar-2025 |
riastradh | efi(8): Break overlong lines.
|
| 1.3 | 02-Mar-2025 |
riastradh | efi(8): Nix trailing whitespace.
|
| 1.2 | 27-Feb-2025 |
christos | make this compile with clang.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.6 | 02-Mar-2025 |
riastradh | efi(8): Break more overlong lines.
|
| 1.5 | 02-Mar-2025 |
riastradh | efi(8): Break overlong lines.
|
| 1.4 | 02-Mar-2025 |
riastradh | efi(8): Nix trailing whitespace.
|
| 1.3 | 25-Feb-2025 |
christos | fix the build
|
| 1.2 | 24-Feb-2025 |
martin | Fix a few printf formats
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.5 | 02-Mar-2025 |
riastradh | efi(8): Break overlong lines.
|
| 1.4 | 02-Mar-2025 |
riastradh | efi(8): Nix trailing whitespace.
|
| 1.3 | 25-Feb-2025 |
christos | fix the build
|
| 1.2 | 24-Feb-2025 |
martin | Fix a few printf formats
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.2 | 02-Mar-2025 |
riastradh | efi(8): Break overlong lines.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.3 | 24-Feb-2025 |
uwe | efi(8): brush up markup a bit (mostly consistent use of .Va)
XXX: The manpage should really make up its mind whether it wants to call the boot number(s) "hexnum", "####", or "bootnum".
|
| 1.2 | 24-Feb-2025 |
uwe | efi.8: g/c duplicate rcs id line
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 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.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.2 | 02-Mar-2025 |
riastradh | efi(8): Nix trailing whitespace.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.5 | 02-Mar-2025 |
riastradh | efi(8): Break more overlong lines.
|
| 1.4 | 02-Mar-2025 |
riastradh | efi(8): Break overlong lines.
|
| 1.3 | 02-Mar-2025 |
riastradh | efi(8): Nix trailing whitespace.
|
| 1.2 | 24-Feb-2025 |
martin | Fix a few printf formats
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.5 | 02-Mar-2025 |
riastradh | efi(8): Break more overlong lines.
|
| 1.4 | 02-Mar-2025 |
riastradh | efi(8): Nix trailing whitespace.
|
| 1.3 | 27-Feb-2025 |
jakllsch | fix build
|
| 1.2 | 27-Feb-2025 |
christos | make this compile with clang.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.4 | 02-Mar-2025 |
riastradh | efi(8): Break more overlong lines.
|
| 1.3 | 02-Mar-2025 |
riastradh | efi(8): Break overlong lines.
|
| 1.2 | 02-Mar-2025 |
riastradh | efi(8): Nix trailing whitespace.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.5 | 02-Mar-2025 |
riastradh | efi(8): Break more overlong lines.
|
| 1.4 | 02-Mar-2025 |
riastradh | efi(8): Nix trailing whitespace.
|
| 1.3 | 27-Feb-2025 |
christos | make this compile with clang.
|
| 1.2 | 25-Feb-2025 |
christos | fix the build
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.2 | 27-Feb-2025 |
christos | make this compile with clang.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.3 | 02-Mar-2025 |
riastradh | efi(8): Nix trailing whitespace.
|
| 1.2 | 25-Feb-2025 |
christos | fix the build
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|
| 1.1 | 24-Feb-2025 |
christos | New efi program from Anon Ymous.
|