The NetBSD Project

CVS log for src/sbin/newfs_udf/udf_core.c

[BACK] Up to [cvs.NetBSD.org] / src / sbin / newfs_udf

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14 / (download) - annotate - [select for diffs], Mon Feb 5 21:46:05 2024 UTC (2 months, 1 week ago) by andvar
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored) to selected 1.4 (colored)

fix various typos in comments.

Revision 1.13 / (download) - annotate - [select for diffs], Sat May 28 21:14:56 2022 UTC (22 months, 3 weeks ago) by andvar
Branch: 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
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored) to selected 1.4 (colored)

fix various typos in comments, mainly origional->original,
extened->extended, incomming->incoming.

Revision 1.12 / (download) - annotate - [select for diffs], Sun May 22 11:27:33 2022 UTC (22 months, 3 weeks ago) by andvar
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored) to selected 1.4 (colored)

fix various small typos, mainly in comments.

Revision 1.11 / (download) - annotate - [select for diffs], Sun May 15 20:37:50 2022 UTC (23 months ago) by andvar
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored) to selected 1.4 (colored)

s/wich/which in comments.

Revision 1.10 / (download) - annotate - [select for diffs], Sat May 7 08:51:32 2022 UTC (23 months, 1 week ago) by reinoud
Branch: MAIN
Changes since 1.9: +13 -3 lines
Diff to previous 1.9 (colored) to selected 1.4 (colored)

Data is written out in fixed sized packets; discs are normally a multiple of
the packet size but they don't have to be so never write past the last sector.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Apr 26 15:11:42 2022 UTC (23 months, 3 weeks ago) by reinoud
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored) to selected 1.4 (colored)

Fix endian bug also in commented out code

Revision 1.8 / (download) - annotate - [select for diffs], Tue Apr 26 15:09:52 2022 UTC (23 months, 3 weeks ago) by reinoud
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored) to selected 1.4 (colored)

Fix endian bug : Logblks recorded in fe/efe VAT is 64 bits

Revision 1.7 / (download) - annotate - [select for diffs], Tue Apr 26 14:54:40 2022 UTC (23 months, 3 weeks ago) by reinoud
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored) to selected 1.4 (colored)

Fix endian bug in permission storage

Revision 1.6 / (download) - annotate - [select for diffs], Tue Apr 26 13:40:15 2022 UTC (23 months, 3 weeks ago) by reinoud
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored) to selected 1.4 (colored)

Fix endian bug with VAT 1.50 format

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 25 20:41:25 2022 UTC (23 months, 3 weeks ago) by reinoud
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

Fix endian bug in logical volume creation for metadata/VAT partitions.

Revision 1.4 / (download) - annotate - [selected], Fri Apr 22 21:22:14 2022 UTC (23 months, 3 weeks ago) by reinoud
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

Fix endian issues with UDF extended attributes

Revision 1.3 / (download) - annotate - [select for diffs], Fri Apr 22 20:56:46 2022 UTC (23 months, 3 weeks ago) by reinoud
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored) to selected 1.4 (colored)

Fix endian issues with fsck_udf/newfs_udf/makefs

Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 9 09:58:11 2022 UTC (2 years ago) by riastradh
Branch: MAIN
Changes since 1.1: +25 -25 lines
Diff to previous 1.1 (colored) to selected 1.4 (colored)

newfs_udf(8): Nix trailing whitespace.

No functional change intended.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 6 13:29:15 2022 UTC (2 years ago) by reinoud
Branch: MAIN
Diff to selected 1.4 (colored)

Refactor and rewrite of newfs_udf(8) and makefs(8) (-t udf) with a shared
section for fsck_udf(8).

Newfs_udf and makefs support predefined disc image profiles, harddisc
partitions (disklabel and wedges on all generic block devices) and all optical
media types on CD/DVD/BD writers.

Newfs_udf and makefs now also support formatting of UDF 2.50 with a metadata
partition.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>