Module Name: src
Committed By: martin
Date: Mon Aug 19 14:32:14 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Tickets #1339 and #1340
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 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.26 src/doc/CHANGES-8.2:1.1.2.27
--- src/doc/CHANGES-8.2:1.1.2.26 Fri Aug 16 15:39:59 2019
+++ src/doc/CHANGES-8.2 Mon Aug 19 14:32:14 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.26 2019/08/16 15:39:59 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.27 2019/08/19 14:32:14 martin Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@@ -588,3 +588,15 @@ usr.sbin/cpuctl/arch/i386.c 1.104
cpu_dcp_cacheinfo() and use it on both Intel and AMD.
[msaitoh, ticket #1338]
+sys/net/if.c 1.458
+tests/net/if/t_ifconfig.sh 1.21
+
+ PR kern/54434.: restore if_ioctl on error of ifc_destroy, otherwise
+ subsequent ioctls will not work. Add a test case for this.
+ [ozaki-r, ticket #1339]
+
+sys/netinet6/nd6.c 1.257
+
+ Add missing IFNET_LOCK for regen_tmpaddr.
+ [ozaki-r, ticket #1340]
+