Module Name: src
Committed By: liamjfoy
Date: Mon Jun 1 17:26:39 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket #772
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-5.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.23 src/doc/CHANGES-5.1:1.1.2.24
--- src/doc/CHANGES-5.1:1.1.2.23 Sat May 30 17:01:33 2009
+++ src/doc/CHANGES-5.1 Mon Jun 1 17:26:39 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.23 2009/05/30 17:01:33 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.24 2009/06/01 17:26:39 liamjfoy Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -797,3 +797,16 @@
post-vmlocking2 kernels have a chance to work.
[mrg, ticket #776]
+sys/fs/udf/udf_strat_direct.c 1.10
+sys/fs/udf/udf_strat_rmw.c 1.19
+sys/fs/udf/udf_strat_sequential.c 1.10
+sys/fs/udf/udf_subr.c 1.90
+sys/fs/udf/udf_subr.c 1.91
+
+ Descriptor version is 16 bit and not 8 so use udf_rw16() to access them.
+ UniqueID was written in the logical volume integrity without byteswapping for
+ bigendian machines.
+
+ Retire IN_CALLBACK_ULK flagging since its not used anymore and the old
+ assertions on it would trigger without cause.
+ [reinoud, ticket #772]