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 \
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to