Module Name: src
Committed By: snj
Date: Sat Dec 31 07:43:21 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
tickets 1343, 1344
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.140 -r1.1.2.141 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.140 src/doc/CHANGES-7.1:1.1.2.141
--- src/doc/CHANGES-7.1:1.1.2.140 Tue Dec 27 07:12:32 2016
+++ src/doc/CHANGES-7.1 Sat Dec 31 07:43:21 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.140 2016/12/27 07:12:32 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.141 2016/12/31 07:43:21 snj Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -7801,3 +7801,13 @@ sys/net/npf/lpm.c 1.3
Fix kmem_free() in hashmap_remove().
[rmind, ticket #1340]
+sys/compat/linux/common/linux_sched.c 1.68
+
+ Fix linux affinity syscalls. PR/50021
+ [rin, ticket #1343]
+
+xsrc/external/mit/xorg-server/dist/include/servermd.h 1.7
+
+ ARM is not always little endian. PR/50356
+ [rin, ticket #1344]
+