Source-Changes-HG archive

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

[src/netbsd-6-1]: src/doc tickets 1401, 1403, 1405, 1406, 1408



details:   https://anonhg.NetBSD.org/src/rev/10e1d7d11bba
branches:  netbsd-6-1
changeset: 776160:10e1d7d11bba
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Sep 24 13:24:36 2016 +0000

description:
tickets 1401, 1403, 1405, 1406, 1408

diffstat:

 doc/CHANGES-6.1.6 |  32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)

diffs (43 lines):

diff -r dcdaa167197b -r 10e1d7d11bba doc/CHANGES-6.1.6
--- a/doc/CHANGES-6.1.6 Sat Sep 24 13:21:06 2016 +0000
+++ b/doc/CHANGES-6.1.6 Sat Sep 24 13:24:36 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.74 2016/08/28 10:49:38 bouyer Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.75 2016/09/24 13:24:36 bouyer Exp $
 
 A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
 release:
@@ -8446,3 +8446,33 @@
        New Rawrite32 release
        [martin, ticket #1385]
 
+
+sys/dev/pci/if_vioif.c                         1.25
+
+       Fix initializing wrong queue, pointed out by Mike Larkin.
+       PR kern/51448
+       [ozaki-r, ticket #1401]
+
+etc/namedb/root.cache                          1.21
+
+       Update root.cache to 2016/8/25 version, l.root-servers.net has
+       AAAA record now.
+       [taca, ticket #1403]
+
+sys/arch/sparc64/sparc64/kobj_machdep.c                1.5, 1.6
+
+       Follow rev. 1.54, 1.55 of libexec/ld.elf_so/arch/sparc64/mdreloc.c.
+       The target of the OLO10 relocation is the simd13 field of the
+       instruction, so use a 13 bit target mask.
+       Fixes PR kern/51436 (I broke this myself in rev 1.4)
+       [martin, ticket #1405]
+
+sys/lib/libsa/checkpasswd.c                    1.10
+
+       Check bounds on input. From Michael Plass.
+       [dholland, ticket #1406]
+
+sys/arch/sparc64/sparc64/locore.s              1.401
+
+       Fix RAS for 32-bit kernels.  trapframe is always 64-bit.
+       [nakayama, ticket #1408]



Home | Main Index | Thread Index | Old Index