Revision tags: release/14.0.0 |
|
#
1d386b48 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
#
bfe6a0af |
| 22-Apr-2023 |
Ed Maste <emaste@FreeBSD.org> |
etdump: warn only once for non El Torito bootable ISO images
Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D39869
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
#
ddf77ec3 |
| 03-May-2022 |
Ed Maste <emaste@FreeBSD.org> |
etdump: exit on error if section header or entry offset is OOB
PR: 263663 Reported by: Robert Morris <rtm@lcs.mit.edu> Reviewed by: markj MFC after: 1 week Sponsored by: The FreeBSD Foundation Diff
etdump: exit on error if section header or entry offset is OOB
PR: 263663 Reported by: Robert Morris <rtm@lcs.mit.edu> Reviewed by: markj MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35868
show more ...
|
#
340cebe9 |
| 16-Jan-2022 |
Jessica Clarke <jrtc27@FreeBSD.org> |
etdump: Fix the file name included in the could not open error message
If only one file is passed, this reads the terminating NULL and so prints (null). If multiple files are passed then this always
etdump: Fix the file name included in the could not open error message
If only one file is passed, this reads the terminating NULL and so prints (null). If multiple files are passed then this always prints the second file, which may or may not exist (and will be particularly confusing if it does exist since the output will include the dump of the second file).
MFC after: 1 week
show more ...
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
#
3435b411 |
| 12-Apr-2018 |
Benno Rice <benno@FreeBSD.org> |
Remove a debugging printf that crept in.
Sponsored by: iXsystems, Inc.
|
#
695fed77 |
| 12-Apr-2018 |
Benno Rice <benno@FreeBSD.org> |
Check the return value of fseek.
Reported by: Coverity CID: 1388267 Sponsored by: iXsystems, Inc.
|
#
158d2fcd |
| 03-Apr-2018 |
Benno Rice <benno@FreeBSD.org> |
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
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.
Reviewed by: imp (code), sbruno (man page), bcr (man page) Sponsored by: iXsystems, Inc. Differential Revision: https://reviews.freebsd.org/D14952
show more ...
|