OpenGrok
Cross Reference: udf_core.c
xref
: /
src
/
sbin
/
newfs_udf
/
udf_core.c
Home
|
History
|
Annotate
|
Download
|
only in
newfs_udf
History log of
/src/sbin/newfs_udf/udf_core.c
Revision
Date
Author
Comments
1.14
05-Feb-2024
andvar
fix various typos in comments.
1.13
28-May-2022
andvar
fix various typos in comments, mainly origional->original,
extened->extended, incomming->incoming.
1.12
22-May-2022
andvar
fix various small typos, mainly in comments.
1.11
15-May-2022
andvar
s/wich/which in comments.
1.10
07-May-2022
reinoud
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.
1.9
26-Apr-2022
reinoud
Fix endian bug also in commented out code
1.8
26-Apr-2022
reinoud
Fix endian bug : Logblks recorded in fe/efe VAT is 64 bits
1.7
26-Apr-2022
reinoud
Fix endian bug in permission storage
1.6
26-Apr-2022
reinoud
Fix endian bug with VAT 1.50 format
1.5
25-Apr-2022
reinoud
Fix endian bug in logical volume creation for metadata/VAT partitions.
1.4
22-Apr-2022
reinoud
Fix endian issues with UDF extended attributes
1.3
22-Apr-2022
reinoud
Fix endian issues with fsck_udf/newfs_udf/makefs
1.2
09-Apr-2022
riastradh
newfs_udf(8): Nix trailing whitespace.
No functional change intended.
1.1
06-Apr-2022
reinoud
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.
Indexes created Tue Sep 30 20:09:53 GMT 2025