Module Name: src
Committed By: martin
Date: Sun Oct 19 10:04:00 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket #150
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.59 -r1.1.2.60 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.59 src/doc/CHANGES-7.0:1.1.2.60
--- src/doc/CHANGES-7.0:1.1.2.59 Sun Oct 19 09:15:59 2014
+++ src/doc/CHANGES-7.0 Sun Oct 19 10:04:00 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.59 2014/10/19 09:15:59 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.60 2014/10/19 10:04:00 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -1780,3 +1780,11 @@ usr.sbin/sysinst/menus.mi 1.7
menu.
[snj, ticket #149]
+sys/kern/vfs_vnode.c 1.39
+
+ When creating a vnode with vcache_get() mark the vnode VI_CHANGING
+ until it is fully initialised. It may be on the specnode list
+ before it is fully initialised and revoking it then would panic.
+ Should prevent the panic from PR kern/49171 (panic when closing a pty).
+ [hannken, ticket #150]
+