Source-Changes-HG archive

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

[src/netbsd-8]: src/doc Ticket #1420



details:   https://anonhg.NetBSD.org/src/rev/c42ceb339269
branches:  netbsd-8
changeset: 460774:c42ceb339269
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Nov 03 11:39:47 2019 +0000

description:
Ticket #1420

diffstat:

 doc/CHANGES-8.2 |  18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 0d4187ebad95 -r c42ceb339269 doc/CHANGES-8.2
--- a/doc/CHANGES-8.2   Sun Nov 03 11:38:50 2019 +0000
+++ b/doc/CHANGES-8.2   Sun Nov 03 11:39:47 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.57 2019/11/01 09:30:36 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.58 2019/11/03 11:39:47 martin Exp $
 
 A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
 release:
@@ -1404,3 +1404,19 @@
        or broken drives.
        [cnst, ticket #1397]
 
+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 #1420]
+



Home | Main Index | Thread Index | Old Index