Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc Ticket #150
details: https://anonhg.NetBSD.org/src/rev/6c671c901a4b
branches: netbsd-7
changeset: 798449:6c671c901a4b
user: martin <martin%NetBSD.org@localhost>
date: Sun Oct 19 10:04:00 2014 +0000
description:
Ticket #150
diffstat:
doc/CHANGES-7.0 | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 8b6f4857efbe -r 6c671c901a4b doc/CHANGES-7.0
--- a/doc/CHANGES-7.0 Sun Oct 19 10:02:59 2014 +0000
+++ b/doc/CHANGES-7.0 Sun Oct 19 10:04:00 2014 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index