Module Name: src
Committed By: msaitoh
Date: Thu Jun 13 10:57:15 UTC 2013
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.1
Log Message:
Ticket 894.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-6.1.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-6.1.1
diff -u src/doc/CHANGES-6.1.1:1.1.2.4 src/doc/CHANGES-6.1.1:1.1.2.5
--- src/doc/CHANGES-6.1.1:1.1.2.4 Wed Jun 12 04:46:04 2013
+++ src/doc/CHANGES-6.1.1 Thu Jun 13 10:57:15 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.1,v 1.1.2.4 2013/06/12 04:46:04 msaitoh Exp $
+# $NetBSD: CHANGES-6.1.1,v 1.1.2.5 2013/06/13 10:57:15 msaitoh Exp $
A complete list of changes from the NetBSD 6.1 release to the NetBSD 6.1.1
release:
@@ -83,3 +83,9 @@ external/mit/xorg/lib/libXi/Makefile 1.
fix vax build issues - GCC 4.1 warns about always true comparisons
more than GCC 4.5 does.
[mrg, ticket #902]
+
+sys/fs/nilfs/nilfs_vnops.c 1.22-1.23
+
+ Fix serious file read problem due to not-so-clear VOP_BMAP description.
+ Should fix PR 45605.
+ [reinoud, ticket #894]