Module Name: src
Committed By: martin
Date: Sun Aug 2 11:30:45 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket #930
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.352 -r1.1.2.353 src/doc/CHANGES-7.0
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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.352 src/doc/CHANGES-7.0:1.1.2.353
--- src/doc/CHANGES-7.0:1.1.2.352 Fri Jul 31 17:55:21 2015
+++ src/doc/CHANGES-7.0 Sun Aug 2 11:30:45 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.352 2015/07/31 17:55:21 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.353 2015/08/02 11:30:45 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -33692,3 +33692,8 @@ sys/dev/ccd.c 1.163
Initialize sc_unit.
[christos, ticket #924]
+sys/compat/netbsd32/netbsd32_ioctl.c 1.82
+
+ Fix inverted logic when checking the size of data to copyin().
+ [maxv, ticket #930]
+