Module Name: src
Committed By: martin
Date: Sat Dec 3 12:24:28 UTC 2016
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
Note ticket #1277
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-7.0.3
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.3
diff -u src/doc/CHANGES-7.0.3:1.1.2.8 src/doc/CHANGES-7.0.3:1.1.2.9
--- src/doc/CHANGES-7.0.3:1.1.2.8 Sat Dec 3 12:06:56 2016
+++ src/doc/CHANGES-7.0.3 Sat Dec 3 12:24:27 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.8 2016/12/03 12:06:56 martin Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.9 2016/12/03 12:24:27 martin Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -136,3 +136,8 @@ sys/uvm/pmap/pmap_segtab.c 1.4 (via pa
ensure it fits in the actual array.
[mrg, ticket #1275]
+sys/external/bsd/drm2/drm/drm_vma_manager.c 1.5
+
+ Lock the manager and not just the node for inserting/removing nodes.
+ [maya, ticket #1277]
+