Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7-0]: src/doc tickets 1429, 1430, 1442, 1446
details: https://anonhg.NetBSD.org/src/rev/37f1e665c15e
branches: netbsd-7-0
changeset: 801334:37f1e665c15e
user: snj <snj%NetBSD.org@localhost>
date: Sat Jul 08 17:17:41 2017 +0000
description:
tickets 1429, 1430, 1442, 1446
diffstat:
doc/CHANGES-7.0.3 | 32 +++++++++++++++++++++++++++++++-
1 files changed, 31 insertions(+), 1 deletions(-)
diffs (43 lines):
diff -r 78fd9d19ae28 -r 37f1e665c15e doc/CHANGES-7.0.3
--- a/doc/CHANGES-7.0.3 Sat Jul 08 16:51:56 2017 +0000
+++ b/doc/CHANGES-7.0.3 Sat Jul 08 17:17:41 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.45 2017/06/21 17:09:53 snj Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.46 2017/07/08 17:17:41 snj Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -2957,3 +2957,33 @@
Update expat to 2.2.1.
[spz, ticket #1437]
+sys/dev/cgd.c patch
+
+ Avoid crashes by checking if a cgd device has been configured
+ before processing most ioctls, and failing with ENXIO if the
+ device is not configured.
+ [chs, ticket #1429]
+
+external/bsd/dhcp/dist/relay/dhcrelay.c 1.7
+
+ Fix buggy dhcrelay(8) requirement to stay in foreground
+ [manu, ticket #1430]
+
+sys/kern/kern_event.c 1.92 via patch
+sys/miscfs/genfs/genfs_vnops.c 1.198
+sys/sys/event.h 1.30 via patch
+
+ Provide EVFILT_WRITE; this is what FreeBSD does and go wants it.
+ Makes go unit tests pass.
+
+ Fix file descriptor locking. Fixes kernel crashes by running go.
+ [christos, ticket #1442]
+
+xsrc/external/mit/xorg-server/dist/Xi/sendexev.c patch
+xsrc/external/mit/xorg-server/dist/dix/events.c patch
+xsrc/external/mit/xorg-server/dist/dix/swapreq.c patch
+xsrc/xfree/xc/programs/Xserver/Xi/sendexev.c patch
+
+ Fix CVE-2017-10971 and CVE-2017-10972.
+ [mrg, ticket #1446]
+
Home |
Main Index |
Thread Index |
Old Index