Module Name: src
Committed By: martin
Date: Fri Feb 27 19:41:34 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket #555
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.214 -r1.1.2.215 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.214 src/doc/CHANGES-7.0:1.1.2.215
--- src/doc/CHANGES-7.0:1.1.2.214 Fri Feb 27 12:01:08 2015
+++ src/doc/CHANGES-7.0 Fri Feb 27 19:41:34 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.214 2015/02/27 12:01:08 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.215 2015/02/27 19:41:34 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -16214,3 +16214,14 @@ usr.sbin/sysinst/util.c 1.5
[snj, ticket #554]
+lib/libperfuse/ops.c 1.83
+lib/libperfuse/perfuse.c 1.36
+lib/libpuffs/puffs.3 1.60
+sys/fs/puffs/puffs_msgif.h 1.84
+sys/fs/puffs/puffs_sys.h 1.89
+sys/fs/puffs/puffs_vfsops.c 1.116
+sys/fs/puffs/puffs_vnops.c 1.200-1.202
+
+ Add PUFFS_KFLAG_NOFLUSH_META to prevent sending metadata flush to FUSE.
+ [manu, ticket #555]
+