Subject: CVS commit: [netbsd-4] src/sys/fs/udf
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 01/04/2007 19:51:47
Module Name:	src
Committed By:	bouyer
Date:		Thu Jan  4 19:51:47 UTC 2007

Modified Files:
	src/sys/fs/udf [netbsd-4]: udf.h udf_subr.c udf_vfsops.c

Log Message:
Pull up following revision(s) (requested by reinoud in ticket #332):
	sys/fs/udf/udf_subr.c: revision 1.26
	sys/fs/udf/udf.h: revision 1.9
	sys/fs/udf/udf_vfsops.c: revision 1.19
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.8.2.1 src/sys/fs/udf/udf.h
cvs rdiff -r1.23 -r1.23.2.1 src/sys/fs/udf/udf_subr.c
cvs rdiff -r1.18 -r1.18.2.1 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.