Source-Changes-HG archive

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

[src/netbsd-9]: src/doc Tickets #391 and #392



details:   https://anonhg.NetBSD.org/src/rev/d09a18f20b31
branches:  netbsd-9
changeset: 460772:d09a18f20b31
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Nov 03 11:42:52 2019 +0000

description:
Tickets #391 and #392

diffstat:

 doc/CHANGES-9.0 |  25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 0d36730ed181 -r d09a18f20b31 doc/CHANGES-9.0
--- a/doc/CHANGES-9.0   Sun Nov 03 11:41:57 2019 +0000
+++ b/doc/CHANGES-9.0   Sun Nov 03 11:42:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.93 2019/11/01 18:25:22 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.94 2019/11/03 11:42:52 martin Exp $
 
 A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
 until the 9.0 release:
@@ -5402,3 +5402,26 @@
        cpu_rng_rdrand().
        [taca, ticket #390]
 
+sys/arch/zaurus/conf/Makefile.zaurus.inc       1.10
+sys/arch/zaurus/stand/zbsdmod/Makefile         1.12
+sys/arch/zaurus/stand/zbsdmod/compat_linux.h   1.7
+sys/arch/zaurus/stand/zbsdmod/zbsdmod.c                1.10,1.11
+
+       Explicitly set empty LINKENTRY to keep ENTRY address specified
+       in ldscript. Cacheline-align code used to enter the kernel.
+       Misc cleanup to avoid future confusion:
+       - Remove more unnecessary debug sections
+       - Use DBG instead of COPTS to specify -Os as defined in bsd.prog.mk
+       - Use CFLAGS and CPPFLAGS correctly
+       - Explicitly set -ffreestanding
+       Make sure to clear bss before jumping to a kernel copied from
+       load buffer.
+       [tsutsui, ticket #391]
+
+doc/HACKS                                      1.195,1.196
+external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h 1.11
+external/bsd/jemalloc/lib/Makefile.inc         1.11
+
+       PR port-alpha/54307: workaround for random crash of userland binaries.
+       [rin, ticket #392]
+



Home | Main Index | Thread Index | Old Index