Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2018 17:33:30 +0000 (UTC)
From:      Benno Rice <benno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r332946 - stable/11/usr.bin
Message-ID:  <201804241733.w3OHXUwP042363@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804241733.w3OHXUwP042363>