Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/doc Tickets #938 - #951
details: https://anonhg.NetBSD.org/src/rev/6a46bb3e5e8f
branches: netbsd-9
changeset: 934232:6a46bb3e5e8f
user: martin <martin%NetBSD.org@localhost>
date: Sun Jun 07 19:08:12 2020 +0000
description:
Tickets #938 - #951
diffstat:
doc/CHANGES-9.1 | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 101 insertions(+), 1 deletions(-)
diffs (113 lines):
diff -r d4f77e9ea0a7 -r 6a46bb3e5e8f doc/CHANGES-9.1
--- a/doc/CHANGES-9.1 Sun Jun 07 19:06:22 2020 +0000
+++ b/doc/CHANGES-9.1 Sun Jun 07 19:08:12 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.63 2020/05/31 10:46:21 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.64 2020/06/07 19:08:12 martin Exp $
A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
release:
@@ -2786,3 +2786,103 @@
Avoid running of the end of the array if a file cannot be opened.
[nat, ticket #937]
+sys/arch/powerpc/oea/pmap.c 1.96
+
+ Fix inconsistent KERNEL_LOCK state in pmap for powerpc/oea.
+ [rin, ticket #938]
+
+distrib/arc/ramdisk/Makefile 1.28,1.29
+distrib/arc/ramdisk/list 1.24
+sys/arch/arc/arc/arcbios.c 1.18
+sys/arch/arc/conf/GENERIC 1.198
+sys/arch/arc/conf/RAMDISK 1.83
+
+ Shrink ARC ramdisk to work around ARC BIOS / bootloader
+ restrictions.
+ Preserver the curlwp register (t8) accross ARC BIOS calls.
+ [tsutsui, ticket #939]
+
+bin/sh/expand.c 1.134-1.137
+bin/sh/expand.h 1.25
+
+ Fix a few bugs in shell variable expansion.
+ [kre, ticket #940]
+
+sys/arch/x86/x86/pmap.c (apply patch)
+
+ Fix Xen dom0 kernel build with options DIAGNOSTIC.
+ [bouyer, ticket #941]
+
+external/public-domain/tz/dist/Makefile up to 1.1.1.26
+external/public-domain/tz/dist/NEWS up to 1.1.1.29
+external/public-domain/tz/dist/TZDATA_VERSION up to 1.19
+external/public-domain/tz/dist/africa up to 1.1.1.22
+external/public-domain/tz/dist/asia up to 1.1.1.25
+external/public-domain/tz/dist/backward up to 1.1.1.11
+external/public-domain/tz/dist/backzone up to 1.1.1.18
+external/public-domain/tz/dist/europe up to 1.1.1.26
+external/public-domain/tz/dist/leap-seconds.list up to 1.1.1.13
+external/public-domain/tz/dist/leapseconds up to 1.1.1.15
+external/public-domain/tz/dist/leapseconds.awk up to 1.1.1.10
+external/public-domain/tz/dist/northamerica up to 1.1.1.25
+external/public-domain/tz/dist/theory.html up to 1.1.1.10
+external/public-domain/tz/dist/version up to 1.1.1.16
+external/public-domain/tz/dist/zone.tab up to 1.1.1.18
+external/public-domain/tz/dist/zone1970.tab up to 1.1.1.20
+doc/3RDPARTY (apply patch)
+distrib/sets/lists/base/mi (apply patch)
+
+ Updated tzdata to 2020a.
+ [kre, ticket #942]
+
+sys/arch/arm/ti/ti_cpufreq.c 1.3
+
+ Fix SoC revision detection.
+ [jmcneill, ticket #943]
+
+sys/arch/arm/ti/ti_dpll_clock.c 1.3
+
+ Fix dpll clock setting on am335x.
+ [jmcneill, ticket #944]
+
+sys/arch/arm/ti/ti_motg.c 1.2
+
+ PR 55263: fix handling of vbus errors.
+ [jmcneill, ticket #945]
+
+sys/dev/sysmon/sysmon_envsys.c 1.145
+
+ Do not queue sysmon refresh until the rndsource is attached.
+ [riastradh, ticket #946]
+
+sys/arch/arc/stand/boot/Makefile 1.18
+
+ Explicitly strip debug info before converting boot binaries
+ to ecoff format.
+ [tsutsui, ticket #947]
+
+sys/dev/usb/u3g.c 1.41
+sys/dev/usb/ugensa.c 1.42
+
+ PR 55329 and 55330: remove duplicate device entry, use correct
+ interface indices and skip Direct IP interfaces.
+ [skrll, ticket #948]
+
+sys/kern/subr_pcu.c 1.22
+
+ Relax KASSERT() in pcu_discard_all() to allow new LWPs to
+ gracefully exit when an error occurs in _lwp_create(2).
+ [thorpej, ticket #949]
+
+sys/dev/audio/audio.c 1.71,1.73-1.75
+sys/dev/audio/audiovar.h 1.12
+
+ Fix audio suspend/resume.
+ [isaki, ticket #950]
+
+sys/arch/arm/include/arm32/param.h 1.30
+
+ Bump the amount of KMEM allowed to 1/3rd of KVM.
+ _ARCH_ARM_6 has a split of 2:2 and others have a split of 3:1.
+ [skrll, ticket #951]
+
Home |
Main Index |
Thread Index |
Old Index