Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7-1]: src/doc 1429, 1430, 1442, 1446



details:   https://anonhg.NetBSD.org/src/rev/9a817bd3467d
branches:  netbsd-7-1
changeset: 800744:9a817bd3467d
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Jul 08 17:17:58 2017 +0000

description:
1429, 1430, 1442, 1446

diffstat:

 doc/CHANGES-7.1.1 |  32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)

diffs (43 lines):

diff -r c28fd1271ce9 -r 9a817bd3467d doc/CHANGES-7.1.1
--- a/doc/CHANGES-7.1.1 Sat Jul 08 16:52:27 2017 +0000
+++ b/doc/CHANGES-7.1.1 Sat Jul 08 17:17:58 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.1,v 1.1.2.12 2017/06/21 17:18:06 snj Exp $
+# $NetBSD: CHANGES-7.1.1,v 1.1.2.13 2017/07/08 17:17:58 snj Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.1.1
 release:
@@ -1650,3 +1650,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