Module Name: src Committed By: martin Date: Fri Nov 3 09:59:04 UTC 2023
Modified Files: src/sys/stand/efiboot [netbsd-10]: Makefile.efiboot boot.c efiblock.c exec.c Log Message: Pull up following revision(s) (requested by rin in ticket #451): sys/stand/efiboot/efiblock.c: revision 1.20 sys/stand/efiboot/exec.c: revision 1.24 sys/stand/efiboot/Makefile.efiboot: revision 1.29 sys/stand/efiboot/boot.c: revision 1.45 Add missing member for terminating sentinel. Avoid void * pointer arithmetic; cast to UINT8 * explicitly. No binary changes for aarch64 at least. Use %zd instead of %ld for ssize_t. Add missing include paths for libz. Not used at the moment although. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.26.4.1 src/sys/stand/efiboot/Makefile.efiboot cvs rdiff -u -r1.44 -r1.44.4.1 src/sys/stand/efiboot/boot.c cvs rdiff -u -r1.19 -r1.19.4.1 src/sys/stand/efiboot/efiblock.c cvs rdiff -u -r1.23 -r1.23.4.1 src/sys/stand/efiboot/exec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.