Wed Apr 15 14:52:56 2020 UTC ()
Ticket #1727


(martin)
diff -r1.1.2.78 -r1.1.2.79 src/doc/CHANGES-7.3

cvs diff -r1.1.2.78 -r1.1.2.79 src/doc/Attic/CHANGES-7.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.3 2020/03/16 12:09:46 1.1.2.78
+++ src/doc/Attic/CHANGES-7.3 2020/04/15 14:52:56 1.1.2.79
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.3,v 1.1.2.78 2020/03/16 12:09:46 sborrill Exp $ 1# $NetBSD: CHANGES-7.3,v 1.1.2.79 2020/04/15 14:52:56 martin Exp $
2 2
3A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3 3A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
4release: 4release:
5 5
6doc/README.files patched by hand 6doc/README.files patched by hand
7gnu/usr.bin/groff/tmac/mdoc.local patched by hand 7gnu/usr.bin/groff/tmac/mdoc.local patched by hand
8sys/sys/param.h patched by hand 8sys/sys/param.h patched by hand
9 9
10 Welcome to 7.2_STABLE. 10 Welcome to 7.2_STABLE.
11 [snj] 11 [snj]
12 12
13sys/arch/x86/include/cacheinfo.h 1.23-1.26 13sys/arch/x86/include/cacheinfo.h 1.23-1.26
14sys/arch/x86/include/cpu.h 1.70 14sys/arch/x86/include/cpu.h 1.70
@@ -817,13 +817,18 @@ sys/arch/amigappc/include/bus_defs.h 1. @@ -817,13 +817,18 @@ sys/arch/amigappc/include/bus_defs.h 1.
817 817
818 Gayle wants stride_1swap now, so declare the rest of 818 Gayle wants stride_1swap now, so declare the rest of
819 the bus methods since we already define them anyway. 819 the bus methods since we already define them anyway.
820 [is, ticket #1725] 820 [is, ticket #1725]
821 821
822sys/arch/xen/xen/xennet_checksum.c 1.4 822sys/arch/xen/xen/xennet_checksum.c 1.4
823 823
824 Make the packet length check less strict, allow the physical 824 Make the packet length check less strict, allow the physical
825 packet longer than IP payload. This fixes problem where checksum 825 packet longer than IP payload. This fixes problem where checksum
826 was not recomputed for short packets coming from Windows domU 826 was not recomputed for short packets coming from Windows domU
827 on same physical host as it seems Windows does some padding. 827 on same physical host as it seems Windows does some padding.
828 [jdolecek, ticket #1726] 828 [jdolecek, ticket #1726]
829 829
 830sys/netinet6/nd6_rtr.c 1.148 (via patch)
 831
 832 PR kern/55091 and PR bin/54997: fix default route selection.
 833 [kim, ticket #1727]
 834