Remove $FreeBSD$: two-line nroff patternRemove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
etdump: warn only once for non El Torito bootable ISO imagesSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D39869
etdump: exit on error if section header or entry offset is OOBPR: 263663Reported by: Robert Morris <[email protected]>Reviewed by: markjMFC after: 1 weekSponsored by: The FreeBSD FoundationDiff
etdump: exit on error if section header or entry offset is OOBPR: 263663Reported by: Robert Morris <[email protected]>Reviewed by: markjMFC after: 1 weekSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D35868
show more ...
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
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