Up to [cvs.NetBSD.org] / src / sbin / fsck_udf
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 25 15:37:14 2022 UTC (9 months, 1 week ago) by reinoud
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.12: +3 -4
lines
Diff to previous 1.12 (colored)
Relax constraints on sequential media detection by checking for VAT format. This allows fixing images of VAT formatted media too.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Apr 25 15:18:15 2022 UTC (9 months, 1 week ago) by reinoud
Branch: MAIN
Changes since 1.11: +5 -4
lines
Diff to previous 1.11 (colored)
Fix endian bug in descriptor CRC length on updating a FE/EFE
Revision 1.11 / (download) - annotate - [select for diffs], Sun Apr 24 15:07:08 2022 UTC (9 months, 1 week ago) by reinoud
Branch: MAIN
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
Fix endian bug in allocation extents processing
Revision 1.10 / (download) - annotate - [select for diffs], Fri Apr 22 21:07:56 2022 UTC (9 months, 1 week ago) by reinoud
Branch: MAIN
Changes since 1.9: +5 -2
lines
Diff to previous 1.9 (colored)
Remove the error condition for these cases; the VAT LVExtension is missing/corrupt but fsck_udf will reconstruct them anyway.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Apr 22 21:00:28 2022 UTC (9 months, 1 week ago) by reinoud
Branch: MAIN
Changes since 1.8: +4 -2
lines
Diff to previous 1.8 (colored)
Prevent reading beyond the early_vat_location
Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 22 20:56:46 2022 UTC (9 months, 1 week ago) by reinoud
Branch: MAIN
Changes since 1.7: +5 -5
lines
Diff to previous 1.7 (colored)
Fix endian issues with fsck_udf/newfs_udf/makefs
Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 22 19:21:08 2022 UTC (9 months, 1 week ago) by reinoud
Branch: MAIN
Changes since 1.6: +4 -2
lines
Diff to previous 1.6 (colored)
Avoid assigned but unused compiler warnings when compiling with clang
Revision 1.6 / (download) - annotate - [select for diffs], Sat Apr 9 09:59:16 2022 UTC (9 months, 3 weeks ago) by riastradh
Branch: MAIN
Changes since 1.5: +11 -11
lines
Diff to previous 1.5 (colored)
fsck_udf(8): Nix trailing whitespace. No functional change intended.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 8 23:48:05 2022 UTC (9 months, 3 weeks ago) by riastradh
Branch: MAIN
Changes since 1.4: +3 -2
lines
Diff to previous 1.4 (colored)
fsck_udf(8): Mark vat_length as ignored.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 8 23:47:19 2022 UTC (9 months, 3 weeks ago) by riastradh
Branch: MAIN
Changes since 1.3: +4 -5
lines
Diff to previous 1.3 (colored)
fsck_udf(8): Sprinkle __printflike and omit self-assignment.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 6 16:01:06 2022 UTC (9 months, 3 weeks ago) by martin
Branch: MAIN
Changes since 1.2: +8 -8
lines
Diff to previous 1.2 (colored)
Use PRI macros for uint64_t printf formats, %zu for size_t.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 6 13:42:39 2022 UTC (9 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
fsck_udf: match usage to man page; fix typos
Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 6 13:35:50 2022 UTC (9 months, 3 weeks ago) by reinoud
Branch: MAIN
Initial commit of the fsck_udf(8) utility that checks and repairs UDF filesystems on optical media as well as on disc images, harddisc partitions and wedges.