Source-Changes-HG archive

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

[src/netbsd-7]: src/doc Tickets #1275, #1276, #1277 and #1279



details:   https://anonhg.NetBSD.org/src/rev/d9c6ed8731a9
branches:  netbsd-7
changeset: 800016:d9c6ed8731a9
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Dec 03 12:35:48 2016 +0000

description:
Tickets #1275, #1276, #1277 and #1279

diffstat:

 doc/CHANGES-7.1 |  33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletions(-)

diffs (44 lines):

diff -r c0d9e53b6b57 -r d9c6ed8731a9 doc/CHANGES-7.1
--- a/doc/CHANGES-7.1   Sat Dec 03 12:34:23 2016 +0000
+++ b/doc/CHANGES-7.1   Sat Dec 03 12:35:48 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.122 2016/11/21 07:32:13 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.123 2016/12/03 12:35:48 martin Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -6913,3 +6913,34 @@
         Don't fail to start if rtadvd's config file doesn't exist.
        [kre, ticket #1274]
 
+sys/arch/mips/include/vmparam.h                        1.57
+
+       1TB is enough UVA for anyone... plus not all MIPS cpus can support
+       more.
+       [mrg, ticket #1275]
+
+sys/uvm/pmap/pmap_segtab.c                     1.4 (via patch)
+       Fix the start index generation in pmap_segtab_release() to
+       ensure it fits in the actual array.
+       [mrg, ticket #1275]
+
+sbin/scsictl/scsictl.8                         1.27-1.30
+sbin/scsictl/scsictl.c                         1.39
+sys/dev/scsipi/scsi_disk.h                     1.32
+
+       Add "getrealloc" and "setrealloc" commands to get/set automatic
+       reallocation parameters/enables for error recovery, similar to
+       {get,set}cache.
+       [flxd, ticket #1276]
+
+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]
+
+sys/net/if_vlan.c                              1.92
+
+       Don't check parent capabilities when a parent interface hasn't been
+       assigned.
+       [joerg, ticket #1279]
+



Home | Main Index | Thread Index | Old Index