Module Name: src
Committed By: martin
Date: Thu Apr 23 13:33:05 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #844 and #845
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-9.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-9.1
diff -u src/doc/CHANGES-9.1:1.1.2.39 src/doc/CHANGES-9.1:1.1.2.40
--- src/doc/CHANGES-9.1:1.1.2.39 Wed Apr 22 18:26:06 2020
+++ src/doc/CHANGES-9.1 Thu Apr 23 13:33:05 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.39 2020/04/22 18:26:06 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.40 2020/04/23 13:33:05 martin Exp $
A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
release:
@@ -985,3 +985,18 @@ external/gpl3/gcc/lib/libsupc++/Makefile
PR 54660: pull in atomicity.h (atomicity.cc) on sparc.
[mrg, ticket #843]
+external/bsd/dhcpcd/dist/src/defs.h (apply patch)
+external/bsd/dhcpcd/dist/src/dhcp.c (apply patch)
+external/bsd/dhcpcd/dist/src/dhcp6.c (apply patch)
+external/bsd/dhcpcd/dist/src/ipv6nd.c (apply patch)
+doc/3RDPARTY (apply patch)
+
+ Update to dhcpcd-8.1.9 which fixes alignment issues.
+ [roy, ticket #844]
+
+sys/netinet6/nd6_nbr.c 1.178
+
+ inet6: avoid setting llentry to an invalid state when processing a
+ solicited ND6 packet.
+ [roy, ticket #845]
+