etdump: Fix the file name included in the could not open error messageIf only one file is passed, this reads the terminating NULL and soprints (null). If multiple files are passed then this always
etdump: Fix the file name included in the could not open error messageIf only one file is passed, this reads the terminating NULL and soprints (null). If multiple files are passed then this always prints thesecond file, which may or may not exist (and will be particularlyconfusing if it does exist since the output will include the dump of thesecond file).MFC after: 1 week(cherry picked from commit 340cebe9902d71e0b57dfa60af98504f5f71984d)
show more ...
Update release version of FreeBSD.Sponsored by: iXsystems, Inc.
Remove a debugging printf that crept in.Sponsored by: iXsystems, Inc.
Check the return value of fseek.Reported by: CoverityCID: 1388267Sponsored by: iXsystems, Inc.
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 tofind EFI ESP images placed in El Torito catalogs so
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 tofind EFI ESP images placed in El Torito catalogs so they can be used forhybrid boot purposes.Reviewed by: imp (code), sbruno (man page), bcr (man page)Sponsored by: iXsystems, Inc.Differential Revision: https://reviews.freebsd.org/D14952