Thu Apr 23 14:18:09 2020 UTC ()
Ticket #1728


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

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

--- src/doc/Attic/CHANGES-7.3 2020/04/15 14:52:56 1.1.2.79
+++ src/doc/Attic/CHANGES-7.3 2020/04/23 14:18:09 1.1.2.80
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.3,v 1.1.2.79 2020/04/15 14:52:56 martin Exp $ 1# $NetBSD: CHANGES-7.3,v 1.1.2.80 2020/04/23 14:18:09 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
@@ -822,13 +822,19 @@ sys/arch/amigappc/include/bus_defs.h 1. @@ -822,13 +822,19 @@ sys/arch/amigappc/include/bus_defs.h 1.
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) 830sys/netinet6/nd6_rtr.c 1.148 (via patch)
831 831
832 PR kern/55091 and PR bin/54997: fix default route selection. 832 PR kern/55091 and PR bin/54997: fix default route selection.
833 [kim, ticket #1727] 833 [kim, ticket #1727]
834 834
 835external/bsd/bind/include/config.h (apply patch)
 836
 837 Fix BIND configuration for big-endian hosts.
 838 This should make DNSSEC work on such hosts as well.
 839 [he, ticket #1728]
 840