Module Name:src
Committed By: riastradh
Date: Sun Mar 30 14:30:40 UTC 2025
Modified Files:
src/sbin/efi: efiio.c
Log Message:
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
Module Name:src
Committed By: riastradh
Date: Sun Mar 30 14:30:40 UTC 2025
Modified Files:
src/sbin/efi: efiio.c
Log Message:
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
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 14:18:04 UTC 2025
Modified Files:
src/sbin/efi: devpath2.c
Log Message:
efi(8): Avoid hard-coding sizeof(devpath_t) as magic constants.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/efi/devpa
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 14:18:04 UTC 2025
Modified Files:
src/sbin/efi: devpath2.c
Log Message:
efi(8): Avoid hard-coding sizeof(devpath_t) as magic constants.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/efi/devpa
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 00:23:59 UTC 2025
Modified Files:
src/sbin/efi: devpath1.c devpath2.c devpath3.c devpath4.c devpath5.c
gptsubr.c setvar.c
Log Message:
efi(8): Break overlong lines.
To generate a diff of this commit:
cv
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 00:03:41 UTC 2025
Modified Files:
src/sbin/efi: Makefile bootvar.c certs.c devpath.h devpath1.c
devpath2.c devpath3.c devpath4.c efiio.c getvars.c gptsubr.c main.c
setvar.c showvar.c utils.c
L
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 01:07:11 UTC 2025
Modified Files:
src/sbin/efi: bootvar.c devpath2.c devpath3.c gptsubr.c main.c setvar.c
showvar.c
Log Message:
efi(8): Break more overlong lines.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 01:07:11 UTC 2025
Modified Files:
src/sbin/efi: bootvar.c devpath2.c devpath3.c gptsubr.c main.c setvar.c
showvar.c
Log Message:
efi(8): Break more overlong lines.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 00:23:59 UTC 2025
Modified Files:
src/sbin/efi: devpath1.c devpath2.c devpath3.c devpath4.c devpath5.c
gptsubr.c setvar.c
Log Message:
efi(8): Break overlong lines.
To generate a diff of this commit:
cv
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 00:03:41 UTC 2025
Modified Files:
src/sbin/efi: Makefile bootvar.c certs.c devpath.h devpath1.c
devpath2.c devpath3.c devpath4.c efiio.c getvars.c gptsubr.c main.c
setvar.c showvar.c utils.c
L
Module Name:src
Committed By: jakllsch
Date: Thu Feb 27 19:32:28 UTC 2025
Modified Files:
src/sbin/efi: main.c
Log Message:
fix build
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/efi/main.c
Please note that diffs are not public domain; they are s
Module Name:src
Committed By: jakllsch
Date: Thu Feb 27 19:32:28 UTC 2025
Modified Files:
src/sbin/efi: main.c
Log Message:
fix build
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/efi/main.c
Please note that diffs are not public domain; they are s
Module Name:src
Committed By: christos
Date: Thu Feb 27 17:26:56 UTC 2025
Modified Files:
src/sbin/efi: certs.c devpath.h devpath2.c main.c showvar.c showvar.h
Log Message:
make this compile with clang.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin
Module Name:src
Committed By: christos
Date: Thu Feb 27 17:26:56 UTC 2025
Modified Files:
src/sbin/efi: certs.c devpath.h devpath2.c main.c showvar.c showvar.h
Log Message:
make this compile with clang.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin
Module Name:src
Committed By: christos
Date: Tue Feb 25 22:11:37 UTC 2025
Modified Files:
src/sbin/efi: devpath3.c devpath4.c showvar.c utils.c
Log Message:
fix the build
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/efi/devpath3.c src/sbin/efi/dev
Module Name:src
Committed By: christos
Date: Tue Feb 25 22:11:37 UTC 2025
Modified Files:
src/sbin/efi: devpath3.c devpath4.c showvar.c utils.c
Log Message:
fix the build
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/efi/devpath3.c src/sbin/efi/dev
Module Name:src
Committed By: rillig
Date: Tue Feb 25 20:23:19 UTC 2025
Modified Files:
src/sbin/efi: Makefile certs.c
Log Message:
efi: don't use compound expressions as initializers
Lint doesn't like them, even though GCC accepts them.
No binary change.
To generate a
Module Name:src
Committed By: rillig
Date: Tue Feb 25 20:23:19 UTC 2025
Modified Files:
src/sbin/efi: Makefile certs.c
Log Message:
efi: don't use compound expressions as initializers
Lint doesn't like them, even though GCC accepts them.
No binary change.
To generate a
Module Name:src
Committed By: uwe
Date: Mon Feb 24 16:28:50 UTC 2025
Modified Files:
src/sbin/efi: efi.8
Log Message:
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) "
Module Name:src
Committed By: uwe
Date: Mon Feb 24 16:28:50 UTC 2025
Modified Files:
src/sbin/efi: efi.8
Log Message:
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) "
Module Name:src
Committed By: uwe
Date: Mon Feb 24 15:49:23 UTC 2025
Modified Files:
src/sbin/efi: efi.8
Log Message:
efi.8: g/c duplicate rcs id line
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/efi/efi.8
Please note that diffs are not public do
Module Name:src
Committed By: uwe
Date: Mon Feb 24 15:49:23 UTC 2025
Modified Files:
src/sbin/efi: efi.8
Log Message:
efi.8: g/c duplicate rcs id line
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/efi/efi.8
Please note that diffs are not public do
Module Name:src
Committed By: martin
Date: Mon Feb 24 15:42:05 UTC 2025
Modified Files:
src/sbin/efi: devpath1.c devpath3.c devpath4.c gptsubr.c
Log Message:
Fix a few printf formats
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/efi/devpath1.c src/
Module Name:src
Committed By: martin
Date: Mon Feb 24 15:42:05 UTC 2025
Modified Files:
src/sbin/efi: devpath1.c devpath3.c devpath4.c gptsubr.c
Log Message:
Fix a few printf formats
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/efi/devpath1.c src/
24 matches
Mail list logo