]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Actually MFC r331949, r332437, r332438
authorbenno <benno@FreeBSD.org>
Tue, 24 Apr 2018 17:35:13 +0000 (17:35 +0000)
committerbenno <benno@FreeBSD.org>
Tue, 24 Apr 2018 17:35:13 +0000 (17:35 +0000)
commit47b459549c41e783f81dc1c71f5f5e1cb3454f50
tree7259ac998ed13248ce0e3edcc7e1b014068f761c
parent5398d52900b7a6402363e3158aaf5be1485b0704
Actually MFC r331949, r332437, r332438

(Previous commit didn't have new files added.)

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.
Pointy hat to: benno
usr.bin/etdump/Makefile [new file with mode: 0644]
usr.bin/etdump/etdump.1 [new file with mode: 0644]
usr.bin/etdump/etdump.c [new file with mode: 0644]
usr.bin/etdump/etdump.h [new file with mode: 0644]
usr.bin/etdump/output_shell.c [new file with mode: 0644]
usr.bin/etdump/output_text.c [new file with mode: 0644]