Module Name: src
Committed By: martin
Date: Thu Sep 21 13:23:45 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Ticket #377
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.125 -r1.1.2.126 src/doc/CHANGES-10.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-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.125 src/doc/CHANGES-10.0:1.1.2.126
--- src/doc/CHANGES-10.0:1.1.2.125 Mon Sep 18 18:59:30 2023
+++ src/doc/CHANGES-10.0 Thu Sep 21 13:23:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.125 2023/09/18 18:59:30 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.126 2023/09/21 13:23:45 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -11948,3 +11948,9 @@ sys/dev/raidframe/rf_netbsdkintf.c 1.41
is in progress.
[oster, ticket #376]
+sys/netinet/tcp_output.c 1.219
+
+ tcp: handle EHOSTDOWN the same way as EHOSTUNREACH and ENETDOWN for
+ established connections.
+ [bouyer, ticket #377]
+