Module Name: src
Committed By: snj
Date: Mon Dec 4 19:53:44 UTC 2017
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
409, 410, 413, 416
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.89 -r1.1.2.90 src/doc/CHANGES-8.0
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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.89 src/doc/CHANGES-8.0:1.1.2.90
--- src/doc/CHANGES-8.0:1.1.2.89 Mon Dec 4 13:56:05 2017
+++ src/doc/CHANGES-8.0 Mon Dec 4 19:53:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.89 2017/12/04 13:56:05 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.90 2017/12/04 19:53:44 snj Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -8245,3 +8245,28 @@ etc/rc.d/sshd 1.24
Don't try to generate sshv1 keys on new systems.
[sevan, ticket #321]
+libexec/httpd/cgi-bozo.c 1.39
+
+ PR bin/52194: bozohttpd fails to exec scripts via the
+ -C mechanism sometimes with EFAULT due to not NULL
+ terminated environment.
+ [martin, ticket #409]
+
+usr.sbin/inetd/inetd.c 1.125
+
+ Bump MAXARGV from 20 to 64 - with bozohttpd and all config
+ on the command line it is easy to hit the (silent) limit.
+ [martin, ticket #410]
+
+sys/arch/i386/conf/GENERIC 1.1171
+
+ Add vioscsi and viornd virtio devices. PR port-i386/52774.
+ [martin, ticket #413]
+
+distrib/sets/lists/comp/mi 1.2152
+include/Makefile 1.144
+include/endian.h 1.1
+
+ Add endian.h header. Simply includes sys/endian.h
+ [maya, ticket #416]
+