Module Name:    src
Committed By:   snj
Date:           Tue Mar  7 07:16:38 UTC 2017

Modified Files:
        src/doc [netbsd-6-0]: CHANGES-6.0.7

Log Message:
1441, 1437


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.84 -r1.1.2.85 src/doc/CHANGES-6.0.7

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.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.84 src/doc/CHANGES-6.0.7:1.1.2.85
--- src/doc/CHANGES-6.0.7:1.1.2.84	Sun Feb 19 17:45:16 2017
+++ src/doc/CHANGES-6.0.7	Tue Mar  7 07:16:38 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.84 2017/02/19 17:45:16 snj Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.85 2017/03/07 07:16:38 snj Exp $
 
 A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
 release:
@@ -10299,3 +10299,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]
+

Reply via email to