Module Name: src
Committed By: msaitoh
Date: Sun Nov 9 11:09:11 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 1186 and 1187.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.153 -r1.1.2.154 src/doc/CHANGES-6.2
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.2
diff -u src/doc/CHANGES-6.2:1.1.2.153 src/doc/CHANGES-6.2:1.1.2.154
--- src/doc/CHANGES-6.2:1.1.2.153 Sun Nov 9 08:00:41 2014
+++ src/doc/CHANGES-6.2 Sun Nov 9 11:09:11 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.153 2014/11/09 08:00:41 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.154 2014/11/09 11:09:11 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -4312,3 +4312,14 @@ lib/libperfuse/ops.c 1.79
Avoid deadlocks on write errors. On write errors, we failed to dequeue
some operations, leading to rare but unpleasant deadlocks.
[manu, ticket #1185]
+
+lib/libperfuse/ops.c 1.80
+
+ Restore build with -DDEBUG, and avoid a spurious diagnostic error with
+ -DDEBUG
+ [manu, ticket #1186]
+
+sys/fs/puffs/puffs_vnops.c 1.198
+
+ PUFFS direct I/O cache fix.
+ [manu, ticket #1187]