Sun Sep 13 12:17:25 2020 UTC ()
Tickets #1603 and #1604


(martin)
diff -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-8.3

cvs diff -r1.1.2.34 -r1.1.2.35 src/doc/Attic/CHANGES-8.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.3 2020/09/03 13:41:42 1.1.2.34
+++ src/doc/Attic/CHANGES-8.3 2020/09/13 12:17:25 1.1.2.35
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.3,v 1.1.2.34 2020/09/03 13:41:42 martin Exp $ 1# $NetBSD: CHANGES-8.3,v 1.1.2.35 2020/09/13 12:17:25 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 8.2_STABLE. 9 Welcome to 8.2_STABLE.
10 [martin] 10 [martin]
11 11
12sys/dev/ic/spdmem.c 1.31-1.35 12sys/dev/ic/spdmem.c 1.31-1.35
13sys/dev/ic/spdmemvar.h 1.15,1.16 13sys/dev/ic/spdmemvar.h 1.15,1.16
14 14
@@ -1029,13 +1029,25 @@ sys/dev/pci/ixgbe/ixgbe_82599.c 1.22 @@ -1029,13 +1029,25 @@ sys/dev/pci/ixgbe/ixgbe_82599.c 1.22
1029sys/dev/pci/ixgbe/ixgbe_phy.c 1.20 1029sys/dev/pci/ixgbe/ixgbe_phy.c 1.20
1030sys/dev/pci/ixgbe/ixgbe_type.h 1.44 1030sys/dev/pci/ixgbe/ixgbe_type.h 1.44
1031sys/dev/pci/ixgbe/ixgbe_x550.c 1.17 1031sys/dev/pci/ixgbe/ixgbe_x550.c 1.17
1032 1032
1033 Add recovery code for unsupported SFP+. 1033 Add recovery code for unsupported SFP+.
1034 [msaitoh, ticket #1601] 1034 [msaitoh, ticket #1601]
1035 1035
1036sys/netinet/tcp_input.c 1.419 1036sys/netinet/tcp_input.c 1.419
1037 1037
1038 PR 55567: a unidirectional sender could be slowed down to 1038 PR 55567: a unidirectional sender could be slowed down to
1039 1 byte every 5 or even 60 seconds. 1039 1 byte every 5 or even 60 seconds.
1040 [kardel, ticket #1602] 1040 [kardel, ticket #1602]
1041 1041
 1042etc/defaults/rc.conf 1.159
 1043etc/rc.d/motd 1.10,1.11
 1044share/man/man5/rc.conf.5 1.186,1.187
 1045
 1046 Add optional release info in /etc/motd.
 1047 [kim, ticket #1603]
 1048
 1049sys/netinet/tcp_input.c 1.420
 1050
 1051 PR/kern 55567: fix the data-only fast path.
 1052 [kardel, ticket #1604]
 1053