Module Name:    src
Committed By:   martin
Date:           Fri Jan 23 16:31:58 UTC 2015

Modified Files:
        src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Tickets #446 and #447


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.178 -r1.1.2.179 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.178 src/doc/CHANGES-7.0:1.1.2.179
--- src/doc/CHANGES-7.0:1.1.2.178	Fri Jan 23 10:11:10 2015
+++ src/doc/CHANGES-7.0	Fri Jan 23 16:31:58 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.178 2015/01/23 10:11:10 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.179 2015/01/23 16:31:58 martin Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -14434,3 +14434,15 @@ usr.sbin/sysinst/configmenu.c			1.3
 	menu.
 	[snj, ticket #445]
 
+sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_arm.c 1.15
+
+	More count vs ret confusion. Need to send notification if count != 0.
+	[skrll, ticket #446]
+
+sys/uvm/uvm_map.c				1.332
+
+	Skip busy anon pages in uvm_map_clean().
+	We shouldn't be messing with pages that someone else has busy,
+	and uvm_map_clean() is just advisory for amap mappings.
+	[chs, ticket #447]
+

Reply via email to