Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   reinoud
Date:           Wed Apr  6 13:29:16 UTC 2022

Modified Files:
        src/sbin/newfs_udf: Makefile newfs_udf.c newfs_udf.h
        src/usr.sbin/makefs: makefs.8 udf.c
        src/usr.sbin/makefs/udf: Makefile.inc
Added Files:
        src/sbin/newfs_udf: udf_core.c udf_core.h
Removed Files:
        src/sbin/newfs_udf: udf_create.c udf_create.h udf_write.c udf_write.h

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sbin/newfs_udf/Makefile \
    src/sbin/newfs_udf/newfs_udf.h
cvs rdiff -u -r1.22 -r1.23 src/sbin/newfs_udf/newfs_udf.c
cvs rdiff -u -r0 -r1.1 src/sbin/newfs_udf/udf_core.c \
    src/sbin/newfs_udf/udf_core.h
cvs rdiff -u -r1.31 -r0 src/sbin/newfs_udf/udf_create.c
cvs rdiff -u -r1.7 -r0 src/sbin/newfs_udf/udf_create.h
cvs rdiff -u -r1.11 -r0 src/sbin/newfs_udf/udf_write.c
cvs rdiff -u -r1.4 -r0 src/sbin/newfs_udf/udf_write.h
cvs rdiff -u -r1.68 -r1.69 src/usr.sbin/makefs/makefs.8
cvs rdiff -u -r1.22 -r1.23 src/usr.sbin/makefs/udf.c
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/makefs/udf/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index