svn commit: r332946 - stable/11/usr.bin
Benno Rice
benno at FreeBSD.org
Tue Apr 24 17:33:30 UTC 2018
Author: benno
Date: Tue Apr 24 17:33:30 2018
New Revision: 332946
URL: https://svnweb.freebsd.org/changeset/base/332946
Log:
MFC r331949, r332437, r332438
r331949:
Add the etdump utility for dumping El Torito boot catalog information.
This can be used to check existing images but will be used in the future to
find EFI ESP images placed in El Torito catalogs so they can be used for
hybrid boot purposes.
r332427:
Check the return value of fseek.
r332438:
Remove a debugging printf that crept in.
Sponsored by: iXsystems, Inc.
Modified:
stable/11/usr.bin/Makefile
Modified: stable/11/usr.bin/Makefile
==============================================================================
--- stable/11/usr.bin/Makefile Tue Apr 24 17:31:20 2018 (r332945)
+++ stable/11/usr.bin/Makefile Tue Apr 24 17:33:30 2018 (r332946)
@@ -41,6 +41,7 @@ SUBDIR= alias \
elfdump \
enigma \
env \
+ etdump \
expand \
false \
fetch \
More information about the svn-src-stable-11
mailing list