CVS log for src/sbin/fsck_udf/main.c
Up to [cvs.NetBSD.org] / src / sbin / fsck_udf
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Aug 3 08:06:11 2023 UTC (16 months ago) by mrg
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -2
lines
avoid double-free.
found by GCC 12.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Apr 25 15:37:14 2022 UTC (2 years, 7 months ago) by reinoud
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -4
lines
Relax constraints on sequential media detection by checking for VAT format.
This allows fixing images of VAT formatted media too.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Apr 25 15:18:15 2022 UTC (2 years, 7 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -4
lines
Fix endian bug in descriptor CRC length on updating a FE/EFE
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Apr 24 15:07:08 2022 UTC (2 years, 7 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3
lines
Fix endian bug in allocation extents processing
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Apr 22 21:07:56 2022 UTC (2 years, 7 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -2
lines
Remove the error condition for these cases; the VAT LVExtension is
missing/corrupt but fsck_udf will reconstruct them anyway.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Apr 22 21:00:28 2022 UTC (2 years, 7 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -2
lines
Prevent reading beyond the early_vat_location
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Apr 22 20:56:46 2022 UTC (2 years, 7 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -5
lines
Fix endian issues with fsck_udf/newfs_udf/makefs
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Apr 22 19:21:08 2022 UTC (2 years, 7 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -2
lines
Avoid assigned but unused compiler warnings when compiling with clang
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Apr 9 09:59:16 2022 UTC (2 years, 7 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +11 -11
lines
fsck_udf(8): Nix trailing whitespace.
No functional change intended.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 8 23:48:05 2022 UTC (2 years, 7 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2
lines
fsck_udf(8): Mark vat_length as ignored.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Apr 8 23:47:19 2022 UTC (2 years, 7 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -5
lines
fsck_udf(8): Sprinkle __printflike and omit self-assignment.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 6 16:01:06 2022 UTC (2 years, 8 months ago) by martin
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -8
lines
Use PRI macros for uint64_t printf formats, %zu for size_t.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 6 13:42:39 2022 UTC (2 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5
lines
fsck_udf: match usage to man page; fix typos
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Apr 6 13:35:50 2022 UTC (2 years, 8 months ago) by reinoud
Branches: 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.
CVSweb <webmaster@jp.NetBSD.org>