Thu Aug 29 16:14:07 2019 UTC ()
Tickets #1702 and #1703


(martin)
diff -r1.1.2.57 -r1.1.2.58 src/doc/CHANGES-7.3

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

--- src/doc/Attic/CHANGES-7.3 2019/08/09 19:25:47 1.1.2.57
+++ src/doc/Attic/CHANGES-7.3 2019/08/29 16:14:07 1.1.2.58
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.3,v 1.1.2.57 2019/08/09 19:25:47 martin Exp $ 1# $NetBSD: CHANGES-7.3,v 1.1.2.58 2019/08/29 16:14:07 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
@@ -610,13 +610,26 @@ libexec/httpd/testsuite/test-simple 1.6 @@ -610,13 +610,26 @@ libexec/httpd/testsuite/test-simple 1.6
610 Fix handling of bozo_set_timeout() timeouts (and `-T' option parsing). 610 Fix handling of bozo_set_timeout() timeouts (and `-T' option parsing).
611 Avoid .htpasswd exposure to authenticated users when .htpasswd is 611 Avoid .htpasswd exposure to authenticated users when .htpasswd is
612 in the slashdir too. 612 in the slashdir too.
613 Avoid possible NULL dereference when sending a big request that timeout. 613 Avoid possible NULL dereference when sending a big request that timeout.
614 Avoid an assertion failure when using cgihandler (-C option). 614 Avoid an assertion failure when using cgihandler (-C option).
615 [mrg, ticket #1699] 615 [mrg, ticket #1699]
616 616
617sys/external/bsd/ipf/netinet/fil.c 1.30 617sys/external/bsd/ipf/netinet/fil.c 1.30
618 618
619 PR/54443: ipf mistakenly regards UDP packet with checksum field 619 PR/54443: ipf mistakenly regards UDP packet with checksum field
620 0xffff as bad. 620 0xffff as bad.
621 [christos, ticket #1701] 621 [christos, ticket #1701]
622 622
 623distrib/hpcarm/miniroot/list 1.11
 624distrib/hpcmips/miniroot/list 1.19
 625distrib/hpcsh/miniroot/list 1.11
 626
 627 sysctl(8) is useful to have in the install env when debugging.
 628 [sevan, ticket #1702]
 629
 630sys/miscfs/kernfs/kernfs_vnops.c 1.161
 631sys/miscfs/procfs/procfs_vnops.c 1.207
 632
 633 Add missing operation VOP_GETPAGES() returning EFAULT.
 634 [hannken, ticket #1703]
 635