Module Name: src
Committed By: snj
Date: Tue Mar 7 07:25:56 UTC 2017
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
1441, 1437
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.273 -r1.1.2.274 src/doc/CHANGES-6.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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.273 src/doc/CHANGES-6.2:1.1.2.274
--- src/doc/CHANGES-6.2:1.1.2.273 Sun Feb 19 17:43:34 2017
+++ src/doc/CHANGES-6.2 Tue Mar 7 07:25:56 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.273 2017/02/19 17:43:34 snj Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.274 2017/03/07 07:25:56 snj Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -16378,3 +16378,34 @@ external/bsd/tcpdump/tcpdump2netbsd up
CVE-2017-5484 CVE-2017-5485 CVE-2017-5486
[spz, ticket #1436]
+sys/arch/x86/include/pmap.h 1.63 via patch
+sys/arch/x86/x86/pmap.c 1.241 via patch
+
+ Remove PG_u from the kernel pages on Xen. Otherwise there is
+ no privilege separation between the kernel and userland.
+ [bouyer, ticket #1441]
+
+libexec/httpd/CHANGES up to 1.25
+libexec/httpd/bozohttpd.8 up to 1.65
+libexec/httpd/bozohttpd.c up to 1.86
+libexec/httpd/bozohttpd.h up to 1.47
+libexec/httpd/cgi-bozo.c up to 1.37
+libexec/httpd/content-bozo.c up to 1.14
+libexec/httpd/libbozohttpd/libbozohttpd.3 up to 1.4
+libexec/httpd/main.c up to 1.16
+libexec/httpd/small/Makefile up to 1.3
+libexec/httpd/testsuite/Makefile up to 1.7
+libexec/httpd/testsuite/cgi-bin/empty up to 1.1
+libexec/httpd/testsuite/html_cmp up to 1.5
+libexec/httpd/testsuite/t11.in up to 1.1
+libexec/httpd/testsuite/t11.out up to 1.1
+libexec/httpd/testsuite/test-bigfile up to 1.4
+libexec/httpd/testsuite/test-simple up to 1.4
+
+ Update bozohttpd to 20170201. Changes:
+ - fix an infinite loop in cgi processing
+ - fixes and clean up for the testsuite
+ - no longer sends encoding header for compressed formats
+ - add a bozo_get_version() function which returns the version number
+ [mrg, ticket #1437]
+