Module Name: src
Committed By: martin
Date: Sat Oct 18 14:06:58 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket #146
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.57 -r1.1.2.58 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.57 src/doc/CHANGES-7.0:1.1.2.58
--- src/doc/CHANGES-7.0:1.1.2.57 Fri Oct 17 16:13:35 2014
+++ src/doc/CHANGES-7.0 Sat Oct 18 14:06:58 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.57 2014/10/17 16:13:35 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.58 2014/10/18 14:06:58 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -1663,3 +1663,9 @@ crypto/external/bsd/openssh/dist/auth.c
For consistency use options.use_dns when getting the canonical
hostname (we do the same below for hosts.allow and deny).
[christos, ticket #145]
+
+sys/compat/freebsd/freebsd_sysctl.c 1.17
+
+ Do not access a userland pointer from kernel space directly, use
+ copyin() instead.
+ [maxv, ticket #146]