Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/doc Tickets #1074 and #1075



details:   https://anonhg.NetBSD.org/src/rev/beb8dc0345d8
branches:  netbsd-9
changeset: 938168:beb8dc0345d8
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Sep 03 13:47:08 2020 +0000

description:
Tickets #1074 and #1075

diffstat:

 doc/CHANGES-9.1 |  15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 597ea7cab6a1 -r beb8dc0345d8 doc/CHANGES-9.1
--- a/doc/CHANGES-9.1   Thu Sep 03 13:45:24 2020 +0000
+++ b/doc/CHANGES-9.1   Thu Sep 03 13:47:08 2020 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index