Module Name:    src
Committed By:   martin
Date:           Wed Jan  7 10:17:45 UTC 2015

Modified Files:
        src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Tickets #385 and #386


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.148 -r1.1.2.149 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.148 src/doc/CHANGES-7.0:1.1.2.149
--- src/doc/CHANGES-7.0:1.1.2.148	Tue Jan  6 11:02:01 2015
+++ src/doc/CHANGES-7.0	Wed Jan  7 10:17:45 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.148 2015/01/06 11:02:01 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.149 2015/01/07 10:17:45 martin Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -13083,3 +13083,21 @@ external/mit/xorg/lib/libmesa.mk		1.1
 	fix build problems.
 	[mrg, ticket #381]
 
+distrib/sets/lists/xdebug/md.i386		1.9
+
+	Fix debug build.
+	[htodd, ticket #385]
+
+sys/fs/v7fs/v7fs_file.c				1.6
+sys/fs/v7fs/v7fs_vfsops.c			1.11
+sys/fs/v7fs/v7fs_vnops.c			1.18-1.19
+
+	v7fs_getattr: adjust size of symlinks by -1 to compensate the
+	trailing NUL.
+
+	Defer deallocating unlinked inodes to v7fs_reclaim().
+
+	Remove v7fs_vnode_reload() and always use v7fs_inode_load().  No need
+	to search for a vnode we already hold a reference on.
+	[hannken, ticket #386]
+

Reply via email to