Source-Changes-HG archive

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

[src/netbsd-6-0]: src/doc 1453, 1455



details:   https://anonhg.NetBSD.org/src/rev/0e2cc0f45de2
branches:  netbsd-6-0
changeset: 775216:0e2cc0f45de2
user:      snj <snj%NetBSD.org@localhost>
date:      Fri Jul 21 05:04:08 2017 +0000

description:
1453, 1455

diffstat:

 doc/CHANGES-6.0.7 |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 3ec03b54721f -r 0e2cc0f45de2 doc/CHANGES-6.0.7
--- a/doc/CHANGES-6.0.7 Fri Jul 21 04:03:01 2017 +0000
+++ b/doc/CHANGES-6.0.7 Fri Jul 21 05:04:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.100 2017/07/14 06:28:22 snj Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.101 2017/07/21 05:04:08 snj Exp $
 
 A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
 release:
@@ -12288,3 +12288,17 @@
        Fix the default value of rltime.  PR bin/51994
        [ozaki-r, ticket #1440]
 
+sys/kern/uipc_socket.c                         1.213
+sys/kern/uipc_syscalls.c                       1.160
+
+       PR/47569: Valery Ushakov: SOCK_NONBLOCK does not work because
+       it does not set SS_NBIO.
+       [riastradh, ticket #1453]
+
+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 #1455]
+



Home | Main Index | Thread Index | Old Index