Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/doc Tickets #446 and #447



details:   https://anonhg.NetBSD.org/src/rev/5bcb4a79cbee
branches:  netbsd-7
changeset: 798890:5bcb4a79cbee
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Jan 23 16:31:58 2015 +0000

description:
Tickets #446 and #447

diffstat:

 doc/CHANGES-7.0 |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 463fcdc9f7ae -r 5bcb4a79cbee doc/CHANGES-7.0
--- a/doc/CHANGES-7.0   Fri Jan 23 16:31:06 2015 +0000
+++ b/doc/CHANGES-7.0   Fri Jan 23 16:31:58 2015 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index