Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7-0]: src/doc 1070, 1073, 1074



details:   https://anonhg.NetBSD.org/src/rev/235611c418e3
branches:  netbsd-7-0
changeset: 801125:235611c418e3
user:      snj <snj%NetBSD.org@localhost>
date:      Tue Jan 26 23:55:52 2016 +0000

description:
1070, 1073, 1074

diffstat:

 doc/CHANGES-7.0.1 |  30 +++++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r e24503df4968 -r 235611c418e3 doc/CHANGES-7.0.1
--- a/doc/CHANGES-7.0.1 Tue Jan 26 23:49:36 2016 +0000
+++ b/doc/CHANGES-7.0.1 Tue Jan 26 23:55:52 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.1,v 1.1.2.30 2016/01/26 04:57:19 riz Exp $
+# $NetBSD: CHANGES-7.0.1,v 1.1.2.31 2016/01/26 23:55:52 snj Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1
 release:
@@ -896,7 +896,31 @@
 
 sys/arch/sparc64/sparc64/ofw_machdep.c         1.45
 
-       Restrict the check for fully specified interrupts to machines with psycho
-       controllers only, and adjust comments to note this.
+       Restrict the check for fully specified interrupts to machines
+       with psycho controllers only, and adjust comments to note this.
        [jdc, ticket #1069]
 
+sys/kern/vfs_vnode.c                           1.46 via patch
+
+       Take the vnode lock before the vnode is marked VI_CHANGING and fed
+       to vclean().  Prevents a deadlock with two null mounts on the same
+       physical mount where one thread tries to vclean() a layer node and
+       another thread tries to vget() a layer node pointing to the same
+       physical node.
+
+       Fixes PR kern/50375.
+       [hannken, ticket #1070]
+
+sys/arch/x86/include/cpufunc.h                 1.19
+sys/arch/x86/x86/errata.c                      1.23
+
+       Adapt prototypes and usage of rdmsr_locked() and wrmsr_locked() to
+       their implementation.  Both functions don't take the passcode as
+       argument.
+       [hannken, ticket #1073]
+
+etc/ssh/ssh_known_hosts                                1.9
+
+       Add keys for wip.pkgsrc.org.
+       [wiz, ticket #1074]
+



Home | Main Index | Thread Index | Old Index