Module Name: src
Committed By: snj
Date: Tue Jan 26 23:55:52 UTC 2016
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.1
Log Message:
1070, 1073, 1074
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-7.0.1
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.1
diff -u src/doc/CHANGES-7.0.1:1.1.2.30 src/doc/CHANGES-7.0.1:1.1.2.31
--- src/doc/CHANGES-7.0.1:1.1.2.30 Tue Jan 26 04:57:19 2016
+++ src/doc/CHANGES-7.0.1 Tue Jan 26 23:55:52 2016
@@ -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/kern/kern_softint.c 1.42
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]
+