Subject: CVS commit: src/sys/fs/udf
To: None <source-changes@NetBSD.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 01/04/2007 02:02:40
Module Name:	src
Committed By:	reinoud
Date:		Thu Jan  4 02:02:40 UTC 2007

Modified Files:
	src/sys/fs/udf: udf.h udf_subr.c udf_vfsops.c

Log Message:
Implement read-only access to UDF 2.50 and UDF 2.60 discs that use metadata
partition mappings. This brings the NetBSD implementation to read all discs
upto date and will read all discs currently defined by OSTA.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/fs/udf/udf.h
cvs rdiff -r1.25 -r1.26 src/sys/fs/udf/udf_subr.c
cvs rdiff -r1.18 -r1.19 src/sys/fs/udf/udf_vfsops.c

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