Home | History | Annotate | only in /src/sbin/fsck_udf
History log of /src/sbin/fsck_udf
RevisionDateAuthorComments
 1.3 03-Jun-2023  lukem adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}

Simplify CWARNFLAGS to use ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
which works for both clang and gcc, and remove compiler-specific
equivalents.
 1.2 03-Jun-2023  lukem bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER

Provide a single variable
CC_WNO_ADDRESS_OF_PACKED_MEMBER
with options for both clang and gcc, to replace
CLANG_NO_ADDR_OF_PACKED_MEMBER
CC_NO_ADDR_OF_PACKED_MEMBER
GCC_NO_ADDR_OF_PACKED_MEMBER

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
 1.1 06-Apr-2022  reinoud 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.
 1.2 06-Apr-2022  wiz New sentence, new line. Sort options.
 1.1 06-Apr-2022  reinoud 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.
 1.15 05-Mar-2025  andvar fix couple typos in comments.
 1.14 03-Aug-2023  mrg branches: 1.14.2;
avoid double-free.

found by GCC 12.
 1.13 25-Apr-2022  reinoud Relax constraints on sequential media detection by checking for VAT format.
This allows fixing images of VAT formatted media too.
 1.12 25-Apr-2022  reinoud Fix endian bug in descriptor CRC length on updating a FE/EFE
 1.11 24-Apr-2022  reinoud Fix endian bug in allocation extents processing
 1.10 22-Apr-2022  reinoud Remove the error condition for these cases; the VAT LVExtension is
missing/corrupt but fsck_udf will reconstruct them anyway.
 1.9 22-Apr-2022  reinoud Prevent reading beyond the early_vat_location
 1.8 22-Apr-2022  reinoud Fix endian issues with fsck_udf/newfs_udf/makefs
 1.7 22-Apr-2022  reinoud Avoid assigned but unused compiler warnings when compiling with clang
 1.6 09-Apr-2022  riastradh fsck_udf(8): Nix trailing whitespace.

No functional change intended.
 1.5 08-Apr-2022  riastradh fsck_udf(8): Mark vat_length as ignored.
 1.4 08-Apr-2022  riastradh fsck_udf(8): Sprinkle __printflike and omit self-assignment.
 1.3 06-Apr-2022  martin Use PRI macros for uint64_t printf formats, %zu for size_t.
 1.2 06-Apr-2022  wiz fsck_udf: match usage to man page; fix typos
 1.1 06-Apr-2022  reinoud 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.
 1.14.2.1 02-Aug-2025  perseant Sync with HEAD

RSS XML Feed