Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/doc Tickets #181 - #188
details: https://anonhg.NetBSD.org/src/rev/caf7f47b2638
branches: netbsd-9
changeset: 454148:caf7f47b2638
user: martin <martin%NetBSD.org@localhost>
date: Fri Sep 06 19:59:00 2019 +0000
description:
Tickets #181 - #188
diffstat:
doc/CHANGES-9.0 | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 53 insertions(+), 1 deletions(-)
diffs (65 lines):
diff -r ed047aee2cbe -r caf7f47b2638 doc/CHANGES-9.0
--- a/doc/CHANGES-9.0 Fri Sep 06 19:57:32 2019 +0000
+++ b/doc/CHANGES-9.0 Fri Sep 06 19:59:00 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.45 2019/09/05 09:12:12 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.46 2019/09/06 19:59:00 martin Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -2853,3 +2853,55 @@
Set IFM_1000_BX10 correctly.
[msaitoh, ticket #180]
+sys/kern/subr_ipi.c 1.5
+
+ Add required memory barrier before IPI ack.
+ [ryo, ticket #181]
+
+external/gpl3/binutils/dist/bfd/ChangeLog 1.12
+external/gpl3/binutils/dist/bfd/elf32-arm.c 1.15
+external/gpl3/binutils/dist/include/ChangeLog 1.2
+external/gpl3/binutils/dist/include/elf/arm.h 1.2
+
+ Cherry pick upstream fix for PR port-arm/54159.
+ [rjs, ticket #182]
+
+sys/netinet6/in6.h 1.96
+
+ Revert regression introduced in in6.h r. 1.95 which changed
+ layout and alignment of struct in6_addr.
+ THIS IS AN ABI BREAK - please make sure to update kernel and modules
+ in sync!
+ [kamil, ticket #183]
+
+external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk 1.3
+
+ Set NOLIBCSANITIZER for LLVM sanitizer runtimes.
+ [kamil, ticket #184]
+
+sys/arch/arm/sunxi/sunxi_rtc.c 1.5
+
+ Catch up with RTC-related DTS changes for the H3, H5, and A64 SoCs.
+ [thorpej, ticket #185]
+
+lib/libc/nameser/ns_name.c 1.12
+
+ Fix buffer overrun.
+ [maya, ticket #186]
+
+sys/arch/arm/sunxi/sunxi_mmc.c 1.37
+
+ Fix mmc module clock for some modes.
+ [bouyer, ticket #187]
+
+external/gpl3/gdb/dist/gdb/ChangeLog 1.2
+external/gpl3/gdb/dist/gdb/event-top.c 1.2
+external/gpl3/gdb/dist/gdb/inflow.c 1.2
+external/gpl3/gdb/dist/gdb/inflow.h 1.2
+external/gpl3/gdb/dist/gdb/ser-unix.c 1.2
+external/gpl3/gdb/dist/gdb/top.c 1.2
+
+ PR toolchain/54508: cherry-pick upstream GDB patch to fix SIGTTOU
+ handling.
+ [kamil, ticket #188]
+
Home |
Main Index |
Thread Index |
Old Index