Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc 1070, 1073, 1074, 1077, 1078
details: https://anonhg.NetBSD.org/src/rev/6823154b25d1
branches: netbsd-7
changeset: 799775:6823154b25d1
user: snj <snj%NetBSD.org@localhost>
date: Wed Jan 27 00:27:45 2016 +0000
description:
1070, 1073, 1074, 1077, 1078
diffstat:
doc/CHANGES-7.1 | 42 +++++++++++++++++++++++++++++++++++++++---
1 files changed, 39 insertions(+), 3 deletions(-)
diffs (55 lines):
diff -r aae6cfef3ff5 -r 6823154b25d1 doc/CHANGES-7.1
--- a/doc/CHANGES-7.1 Wed Jan 27 00:26:18 2016 +0000
+++ b/doc/CHANGES-7.1 Wed Jan 27 00:27:45 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.51 2016/01/26 04:57:58 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.52 2016/01/27 00:27:45 snj Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -1828,7 +1828,43 @@
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]
+
+sys/external/bsd/drm2/include/linux/pci.h 1.22
+
+ Use PCI ROM MD fallback if PCI ROM BAR points to invalid ROM.
+ Fixes at least one manifestation of PR kern/49964.
+ [riastradh, ticket #1077]
+
+sys/dev/pci/agp_i810.c 1.120, 1.121
+
+ Fix a sanity check for PCI BARs in Intel graphics devices
+ (CID 1328433).
+ [riastradh, ticket #1078]
+
Home |
Main Index |
Thread Index |
Old Index