Module Name: src Committed By: martin Date: Thu Nov 19 11:26:10 UTC 2020
Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1134 To generate a diff of this commit: cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-9.2 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-9.2 diff -u src/doc/CHANGES-9.2:1.1.2.14 src/doc/CHANGES-9.2:1.1.2.15 --- src/doc/CHANGES-9.2:1.1.2.14 Mon Nov 16 18:29:48 2020 +++ src/doc/CHANGES-9.2 Thu Nov 19 11:26:10 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.2,v 1.1.2.14 2020/11/16 18:29:48 martin Exp $ +# $NetBSD: CHANGES-9.2,v 1.1.2.15 2020/11/19 11:26:10 martin Exp $ A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2 release: @@ -1099,3 +1099,8 @@ sys/dev/pci/if_wm.c 1.696 wm(4): fix support for 82574 and later cards on big endian machines. [rin, ticket #1133] +libexec/httpd/bozohttpd.c 1.124 + + Fix httpd serving files greater than 4GB on 32bit archs. + [hannken, ticket #1134] +