Module Name: src Committed By: martin Date: Fri Jan 9 14:51:50 UTC 2015
Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Ticket #398 To generate a diff of this commit: cvs rdiff -u -r1.1.2.155 -r1.1.2.156 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.155 src/doc/CHANGES-7.0:1.1.2.156 --- src/doc/CHANGES-7.0:1.1.2.155 Fri Jan 9 14:07:56 2015 +++ src/doc/CHANGES-7.0 Fri Jan 9 14:51:50 2015 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0,v 1.1.2.155 2015/01/09 14:07:56 martin Exp $ +# $NetBSD: CHANGES-7.0,v 1.1.2.156 2015/01/09 14:51:50 martin Exp $ A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014 until the 7.0 release: @@ -13206,3 +13206,9 @@ sys/kern/kern_rndq.c 1.29 [christos, ticket #397] +sys/kern/vfs_mount.c 1.32 + + vfs_vnode_iterator_destroy: set v_usecount of marker to zero to + prevent an assertion from vnfree(). + [hannken, ticket #398] +