Module Name:    src
Committed By:   martin
Date:           Thu Sep  3 13:47:08 UTC 2020

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.1

Log Message:
Tickets #1074 and #1075


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.106 -r1.1.2.107 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.106 src/doc/CHANGES-9.1:1.1.2.107
--- src/doc/CHANGES-9.1:1.1.2.106	Wed Sep  2 12:44:02 2020
+++ src/doc/CHANGES-9.1	Thu Sep  3 13:47:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.106 2020/09/02 12:44:02 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.107 2020/09/03 13:47:08 martin Exp $
 
 A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
 release:
@@ -4908,3 +4908,16 @@ sys/arch/x86/x86/pmap.c				1.404
 	Fix KASSERT when running the Xen 4.13 toolstack.
 	[bouyer, ticket #1073]
 
+sys/netinet/tcp_input.c				1.419
+
+	PR 55567: a unidirectional sender could be slowed down to
+	1 byte every 5 or even 60 seconds.
+	[kardel, ticket #1074]
+
+sys/arch/x86/x86/pmap.c				(apply patch)
+
+	Fix a bug in Xen 4.13 support which leads to a KASSERT firing at
+	process exit time. Also fixes a KASSERT that could fire if
+	GNTTABOP_map_grant_ref fails, and a ptp leak.                         
+	[bouyer, ticket #1075]
+

Reply via email to