Source-Changes archive

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

CVS commit: src/sys/fs/udf



Module Name:    src
Committed By:   reinoud
Date:           Sun Feb  8 19:14:52 UTC 2009

Modified Files:
        src/sys/fs/udf: udf.h udf_readwrite.c udf_strat_direct.c
            udf_strat_rmw.c udf_strat_sequential.c udf_subr.c udf_subr.h

Log Message:
Implement session closure on sequential media when requested on mount. It will
allow CD-ROM/DVD-ROM/DB-ROM drives to read the media while still allowing them
to be appended later. It can also be seen as a way to make mountable
snapshots.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/fs/udf/udf.h
cvs rdiff -r1.9 -r1.10 src/sys/fs/udf/udf_readwrite.c
cvs rdiff -r1.7 -r1.8 src/sys/fs/udf/udf_strat_direct.c \
    src/sys/fs/udf/udf_strat_sequential.c
cvs rdiff -r1.17 -r1.18 src/sys/fs/udf/udf_strat_rmw.c
cvs rdiff -r1.84 -r1.85 src/sys/fs/udf/udf_subr.c
cvs rdiff -r1.12 -r1.13 src/sys/fs/udf/udf_subr.h

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