Source-Changes-HG archive

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

[src/netbsd-7]: src/doc 1366, 1384



details:   https://anonhg.NetBSD.org/src/rev/be722a203170
branches:  netbsd-7
changeset: 800157:be722a203170
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Mar 11 07:47:31 2017 +0000

description:
1366, 1384

diffstat:

 doc/CHANGES-7.1 |  24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r d335df36b168 -r be722a203170 doc/CHANGES-7.1
--- a/doc/CHANGES-7.1   Sat Mar 11 07:46:58 2017 +0000
+++ b/doc/CHANGES-7.1   Sat Mar 11 07:47:31 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.162 2017/03/09 16:28:13 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.163 2017/03/11 07:47:31 snj Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -8976,3 +8976,25 @@
         - Fix typo in comment.
        [msaitoh, ticket #1372]
 
+sys/arch/arm/arm32/pmap.c                      1.343, 1.344
+sys/arch/arm/include/arm32/pmap.h              1.145
+sys/arch/evbarm/gumstix/gumstix_machdep.c      1.58 via patch
+
+       Fixup the compile time decisions around PMAP_{INCLUDE,NEEDS}_PTE_SYNC
+       and fix the options for xscale boards which require the code in
+       pmap_l2ptp_ctor marked as #ifndef PMAP_INCLUDE_PTE_SYNC.
+
+       Fix the typo (pte -> opte) in this code block and consistently use
+       opte elsewhere.
+
+       Set xscale_cache_clean_addr appropriately and re-arrange default KVA
+       layout to allow direct map for all boards.
+
+       PRs 51990 and 52010.
+       [skrll, ticket #1366]
+
+sys/conf/copyright                             1.14, 1.15
+
+       Update copyright year.
+       [tsutsui, ticket #1384]
+



Home | Main Index | Thread Index | Old Index