Module Name:    src
Committed By:   snj
Date:           Fri Jul 21 05:04:08 UTC 2017

Modified Files:
        src/doc [netbsd-6-0]: CHANGES-6.0.7

Log Message:
1453, 1455


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.100 -r1.1.2.101 src/doc/CHANGES-6.0.7

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-6.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.100 src/doc/CHANGES-6.0.7:1.1.2.101
--- src/doc/CHANGES-6.0.7:1.1.2.100	Fri Jul 14 06:28:22 2017
+++ src/doc/CHANGES-6.0.7	Fri Jul 21 05:04:08 2017
@@ -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 @@ usr.sbin/rtadvd/rtadvd.h			1.15
 	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]
+

Reply via email to