Module Name:    src
Committed By:   martin
Date:           Mon May 14 19:24:10 UTC 2018

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.0

Log Message:
Tickets #805, #822 and #823.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.197 -r1.1.2.198 src/doc/CHANGES-8.0

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.0
diff -u src/doc/CHANGES-8.0:1.1.2.197 src/doc/CHANGES-8.0:1.1.2.198
--- src/doc/CHANGES-8.0:1.1.2.197	Sat May 12 10:44:25 2018
+++ src/doc/CHANGES-8.0	Mon May 14 19:24:10 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.197 2018/05/12 10:44:25 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.198 2018/05/14 19:24:10 martin Exp $
 
 A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
 until the 8.0 release:
@@ -13400,3 +13400,24 @@ sys/netinet6/in6_proto.c			1.125
 	Increase the default size of some receive buffers from 8k to 16k.
 	[roy, ticket #821]
 
+sys/kern/kern_lwp.c				1.192
+
+	Revert previous, do not wait interruptibly when exiting.
+	The change caused other deadlocks and the golang issue
+	is not reproducable with later versions.
+	[gson, ticket #805]
+
+lib/libc/string/stresep.c			1.4
+tests/lib/libc/string/t_stresep.c		1.4
+
+	Fix memmove with of-by-one length in stresep(3) and add
+	a test.
+	[maya, ticket #822]
+
+sys/net/npf/npf_alg_icmp.c			1.27-1.30
+sys/net/npf/npf_inet.c				1.45-1.47
+sys/net/npf/npf_sendpkt.c			1.19
+
+	Fix use-after-free and strengthen.
+	[maxv, ticket #823]
+

Reply via email to