Module Name:    src
Committed By:   martin
Date:           Sat Dec  3 12:35:48 UTC 2016

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

Log Message:
Tickets #1275, #1276, #1277 and #1279


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-7.1

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.1
diff -u src/doc/CHANGES-7.1:1.1.2.122 src/doc/CHANGES-7.1:1.1.2.123
--- src/doc/CHANGES-7.1:1.1.2.122	Mon Nov 21 07:32:13 2016
+++ src/doc/CHANGES-7.1	Sat Dec  3 12:35:48 2016
@@ -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 @@ etc/rc.d/rtadvd					1.9
         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]
+

Reply via email to