Module Name: src
Committed By: msaitoh
Date: Sun Nov 9 10:11:26 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 192-194.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.79 -r1.1.2.80 src/doc/CHANGES-7.0
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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.79 src/doc/CHANGES-7.0:1.1.2.80
--- src/doc/CHANGES-7.0:1.1.2.79 Fri Nov 7 21:39:06 2014
+++ src/doc/CHANGES-7.0 Sun Nov 9 10:11:26 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.79 2014/11/07 21:39:06 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.80 2014/11/09 10:11:26 msaitoh Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -2065,3 +2065,19 @@ share/man/man4/wm.4 1.31 via patch
- Cleanup
[msaitoh, ticket #190]
+lib/libperfuse/ops.c 1.80
+
+ Restore build with -DDEBUG, and avoid a spurious diagnostic error with
+ -DDEBUG
+ [manu, ticket #192]
+
+sys/fs/puffs/puffs_vnops.c 1.198
+
+ PUFFS direct I/O cache fix.
+ [manu, ticket #193]
+
+sys/fs/puffs/puffs_node.c 1.35
+sys/fs/puffs/puffs_vnops.c 1.197
+
+ Fix PUFFS node use-after-reclaim.
+ [manu, ticket #194]