Source-Changes-HG archive

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

[src/netbsd-9]: src/doc Tickets #464, #465, #467, #468



details:   https://anonhg.NetBSD.org/src/rev/a5f574549c63
branches:  netbsd-9
changeset: 461364:a5f574549c63
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Nov 24 08:34:28 2019 +0000

description:
Tickets #464, #465, #467, #468

diffstat:

 doc/CHANGES-9.0 |  50 +++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 49 insertions(+), 1 deletions(-)

diffs (61 lines):

diff -r 6b0881b66c32 -r a5f574549c63 doc/CHANGES-9.0
--- a/doc/CHANGES-9.0   Sun Nov 24 08:30:27 2019 +0000
+++ b/doc/CHANGES-9.0   Sun Nov 24 08:34:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.115 2019/11/22 15:30:39 bouyer Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.116 2019/11/24 08:34:28 martin Exp $
 
 A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
 until the 9.0 release:
@@ -6199,3 +6199,51 @@
        Make these files compilable w/o options DIAGNOSTIC
        [martin, ticket #463]
 
+sys/dev/hyperv/hvkbd.c                         1.5,1.6
+sys/dev/hyperv/if_hvn.c                                1.8,1.9
+sys/dev/hyperv/vmbus.c                         1.5
+
+       vmbus(4), hvn(4), hvkbd(4): fix wait time for tsleep(9).
+       hvn(4), hvkbd(4): only poll when cold.
+       [nonaka, ticket #464]
+
+sys/kern/sys_ptrace_common.c                   1.73
+
+       Fix regression introduced to ptrace_regs() in rev 1.27:
+       Size of registers should be determined from tracer, NOT tracee.
+       [rin, ticket #465]
+
+bin/sh/expand.c                                        1.133
+
+       Fix quoting in character class names in patterns (e.g. [[:\alpha:]]).
+       [kre, ticket #467]
+
+external/public-domain/tz/dist/Makefile         up to 1.1.1.25
+external/public-domain/tz/dist/NEWS             up to 1.1.1.28
+external/public-domain/tz/dist/TZDATA_VERSION   up to 1.18
+external/public-domain/tz/dist/africa           up to 1.1.1.21
+external/public-domain/tz/dist/antarctica       up to 1.1.1.12
+external/public-domain/tz/dist/asia             up to 1.1.1.24
+external/public-domain/tz/dist/australasia      up to 1.1.1.18
+external/public-domain/tz/dist/backzone         up to 1.1.1.17
+external/public-domain/tz/dist/checktab.awk     up to 1.1.1.10
+external/public-domain/tz/dist/europe           up to 1.1.1.25
+external/public-domain/tz/dist/factory          up to 1.1.1.4
+external/public-domain/tz/dist/leap-seconds.list up to 1.1.1.12
+external/public-domain/tz/dist/leapseconds      up to 1.1.1.14
+external/public-domain/tz/dist/leapseconds.awk  up to 1.1.1.9
+external/public-domain/tz/dist/northamerica     up to 1.1.1.24
+external/public-domain/tz/dist/pacificnew       up to 1.1.1.3
+external/public-domain/tz/dist/southamerica     up to 1.1.1.16
+external/public-domain/tz/dist/systemv          up to 1.1.1.3
+external/public-domain/tz/dist/theory.html      up to 1.1.1.9
+external/public-domain/tz/dist/version          up to 1.1.1.15
+external/public-domain/tz/dist/zishrink.awk     up to 1.1.1.6
+external/public-domain/tz/dist/zone.tab         up to 1.1.1.17
+external/public-domain/tz/dist/zone1970.tab     up to 1.1.1.19
+external/public-domain/tz/dist/zoneinfo2tdf.pl  up to 1.1.1.3
+doc/3RDPARTY                                   1.1655 (patch)
+
+       Import tzdata2019c.
+       [kre, ticket #468]
+



Home | Main Index | Thread Index | Old Index