Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc 1309, 1336-1338
details: https://anonhg.NetBSD.org/src/rev/f881b7f35d3c
branches: netbsd-7
changeset: 800094:f881b7f35d3c
user: snj <snj%NetBSD.org@localhost>
date: Fri Dec 23 08:18:44 2016 +0000
description:
1309, 1336-1338
diffstat:
doc/CHANGES-7.1 | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 58 insertions(+), 1 deletions(-)
diffs (70 lines):
diff -r 92c46dd49489 -r f881b7f35d3c doc/CHANGES-7.1
--- a/doc/CHANGES-7.1 Fri Dec 23 08:04:04 2016 +0000
+++ b/doc/CHANGES-7.1 Fri Dec 23 08:18:44 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.136 2016/12/20 07:48:04 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.137 2016/12/23 08:18:44 snj Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -7721,3 +7721,60 @@
PR bin/36997: ping doesn't validate numeric inputs enough.
[dholland, ticket #1333]
+sys/dev/pci/if_vioif.c 1.21
+sys/dev/pci/virtio.c 1.14
+
+
+ Fix a crash and excessive memory consumption on Google
+ Compute Engine. PR port-amd64 kern/50636.
+ [bsiegert, ticket #1337]
+
+sys/arch/amd64/conf/GENERIC 1.418
+sys/dev/pci/files.pci 1.379
+sys/dev/pci/vioscsi.c 1.1-1.8
+sys/dev/pci/vioscsireg.h 1.1
+sys/dev/pci/virtioreg.h 1.5, 1.6
+
+ Add vioscsi driver for the Google Compute Engine disk.
+ [bsiegert, ticket #1338]
+
+libexec/httpd/CHANGES 1.23, 1.24
+libexec/httpd/bozohttpd.8 1.60-1.62
+libexec/httpd/bozohttpd.c 1.81-1.84
+libexec/httpd/bozohttpd.h 1.46
+libexec/httpd/cgi-bozo.c 1.35
+libexec/httpd/content-bozo.c 1.14
+libexec/httpd/main.c 1.14-1.16
+libexec/httpd/testsuite/Makefile 1.6
+libexec/httpd/testsuite/test-bigfile 1.3
+libexec/httpd/testsuite/test-simple 1.1, 1.2
+
+ update bozohttpd to 2016072:
+ - fix memory leak
+ - addd -G option to display version
+ - fix some content type issues
+ - fix issues in testsuite
+ [mrg, ticket #1309]
+
+external/mit/xorg/lib/libX11/Makefile.ximcp 1.3
+external/mit/xorg/lib/libX11/Makefile.xlcDef 1.2
+external/mit/xorg/lib/libX11/Makefile.xlcUTF8Load 1.2
+external/mit/xorg/lib/libX11/Makefile.xlibi18n 1.2
+external/mit/xorg/lib/libX11/Makefile.xomGeneric 1.2
+external/mit/xorg/lib/libX11/static/Makefile 1.3
+external/mit/xorg/lib/libX11/ximcp/Makefile 1.4
+external/mit/xorg/lib/libX11/xlcDef/Makefile 1.2
+external/mit/xorg/lib/libX11/xlcUTF8Load/Makefile 1.2
+external/mit/xorg/lib/libX11/xlibi18n/Makefile 1.2
+external/mit/xorg/lib/libX11/xomGeneric/Makefile 1.2
+
+ fix PR 48928: build the static libX11 properly. pull in the
+ ximcp, xlcDef, xlcUTF8Load, xlibi18n, and xomGeneric modules
+ directly.
+
+ also, don't include bsd.lib.mk in the fragment parts for these
+ modules, but in the module build itself. otherwise, bsd.lib.mk
+ is included before SRCS is complete and the build strangely
+ seems to miss parts listed.
+ [mrg, ticket #1336]
+
Home |
Main Index |
Thread Index |
Old Index