Module Name: src
Committed By: snj
Date: Tue Feb 14 16:54:50 UTC 2017
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
1358, 1359
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.150 -r1.1.2.151 src/doc/CHANGES-7.1
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.1
diff -u src/doc/CHANGES-7.1:1.1.2.150 src/doc/CHANGES-7.1:1.1.2.151
--- src/doc/CHANGES-7.1:1.1.2.150 Sun Feb 12 22:09:51 2017
+++ src/doc/CHANGES-7.1 Tue Feb 14 16:54:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.150 2017/02/12 22:09:51 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.151 2017/02/14 16:54:50 snj Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -7978,3 +7978,14 @@ libexec/httpd/testsuite/test-simple 1.3
- no longer sends encoding header for compressed form
[mrg, ticket #1357]
+sys/miscfs/procfs/procfs_map.c 1.45
+
+ Maps don't change that frequently between reads, so don't give
+ up and do what linux does (support reading from an offset).
+ [chs, ticket #1358]
+
+sys/compat/linux/arch/amd64/linux_machdep.c 1.50, 1.51
+
+ Don't let userland choose %rip.
+ [maxv, ticket #1359]
+