Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc Tickets #649 and #650
details: https://anonhg.NetBSD.org/src/rev/425c16afa7c0
branches: netbsd-7
changeset: 799163:425c16afa7c0
user: martin <martin%NetBSD.org@localhost>
date: Sun Mar 29 09:09:50 2015 +0000
description:
Tickets #649 and #650
diffstat:
doc/CHANGES-7.0 | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 4e7334c2f5d0 -r 425c16afa7c0 doc/CHANGES-7.0
--- a/doc/CHANGES-7.0 Sun Mar 29 09:07:55 2015 +0000
+++ b/doc/CHANGES-7.0 Sun Mar 29 09:09:50 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.246 2015/03/29 07:46:21 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.247 2015/03/29 09:09:50 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -19404,3 +19404,22 @@
than -Os.
[martin, ticket #652]
+sys/arch/sparc/include/openfirm.h 1.8
+sys/arch/sparc/sparc/openfirm.c 1.20
+sys/arch/sparc/stand/ofwboot/Locore.c 1.14
+
+ Fix kernel loading failures from partitions started from over first
+ 4GB of disks on sparc64.
+ Sync sparc64 kernel's OF_seek with ofwboot's one, but sparc version
+ is not changed.
+ [nakayama, ticket #649]
+
+sys/compat/linux/common/linux_exec_elf32.c 1.92
+sys/compat/linux32/common/linux32_exec_elf32.c 1.18
+sys/compat/netbsd32/netbsd32_exec_elf32.c 1.39
+sys/compat/svr4_32/svr4_32_exec_elf32.c 1.24
+sys/kern/exec_elf.c 1.71
+
+ Zero-fill the ELF auxiliary vectors to prevent userland leak.
+ [maxv, ticket #650]
+
Home |
Main Index |
Thread Index |
Old Index