Module Name: src
Committed By: martin
Date: Mon Aug 8 17:19:03 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Tickets #1497 and #1498
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-9.4
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.4
diff -u src/doc/CHANGES-9.4:1.1.2.1 src/doc/CHANGES-9.4:1.1.2.2
--- src/doc/CHANGES-9.4:1.1.2.1 Mon Aug 8 16:58:05 2022
+++ src/doc/CHANGES-9.4 Mon Aug 8 17:19:03 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.1 2022/08/08 16:58:05 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.2 2022/08/08 17:19:03 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -11,3 +11,13 @@ doc/CHANGES-9.4 added
Welcome to 9.3_STABLE.
[martin]
+sys/netinet6/nd6.c (apply patch)
+
+ PR 55680: avoid duplicate free of link layer entries.
+ [kim, ticket #1497]
+
+lib/libpthread/pthread.c 1.181 (via patch)
+
+ Fix pthread hangs on startup.
+ [riastradh, #1498]
+