Module Name: src Committed By: martin Date: Sun Nov 3 11:39:47 UTC 2019
Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1420 To generate a diff of this commit: cvs rdiff -u -r1.1.2.57 -r1.1.2.58 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.57 src/doc/CHANGES-8.2:1.1.2.58 --- src/doc/CHANGES-8.2:1.1.2.57 Fri Nov 1 09:30:36 2019 +++ src/doc/CHANGES-8.2 Sun Nov 3 11:39:47 2019 @@ -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 @@ sys/kern/subr_disk.c 1.129 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] +