Module Name: src
Committed By: martin
Date: Thu Dec 26 20:25:57 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Tickets #1477 and #1478
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.83 -r1.1.2.84 src/doc/CHANGES-8.2
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-8.2
diff -u src/doc/CHANGES-8.2:1.1.2.83 src/doc/CHANGES-8.2:1.1.2.84
--- src/doc/CHANGES-8.2:1.1.2.83 Tue Dec 24 17:16:23 2019
+++ src/doc/CHANGES-8.2 Thu Dec 26 20:25:56 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.83 2019/12/24 17:16:23 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.84 2019/12/26 20:25:56 martin Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@@ -1818,3 +1818,13 @@ sys/miscfs/nullfs/null_vfsops.c 1.96
Fix MPSAFE flag for the root vnode.
[hannken, ticket #1476]
+sys/arch/x86/pci/if_vmx.c 1.53
+
+ Add missing splnet() for ether_ioctl().
+ [knakahara, ticket #1477]
+
+sys/dev/pci/ixgbe/ixgbe.c 1.218
+
+ Add missing core lock in ixgbe_handle_mod().
+ [msaitoh, ticket #1478]
+