Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc Tickets #316 - #319
details: https://anonhg.NetBSD.org/src/rev/564b60a66385
branches: netbsd-7
changeset: 798704:564b60a66385
user: martin <martin%NetBSD.org@localhost>
date: Sat Dec 13 19:35:02 2014 +0000
description:
Tickets #316 - #319
diffstat:
doc/CHANGES-7.0 | 31 ++++++++++++++++++++++++++++++-
1 files changed, 30 insertions(+), 1 deletions(-)
diffs (42 lines):
diff -r 280c2347cd26 -r 564b60a66385 doc/CHANGES-7.0
--- a/doc/CHANGES-7.0 Sat Dec 13 19:32:43 2014 +0000
+++ b/doc/CHANGES-7.0 Sat Dec 13 19:35:02 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.129 2014/12/13 18:56:34 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.130 2014/12/13 19:35:02 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -3481,3 +3481,32 @@
Avoid a user-triggerable kmem_alloc(0).
[maxv, ticket #314]
+sys/sys/cdefs_elf.h 1.47
+
+ Add a macro to mark a symbol as weak. Use it to mark the end of a
+ linker set, as empty linker sets otherwise violate the C aliasing
+ rules by presenting zero sized objects.
+ [joerg, ticket #316]
+
+sys/conf/Makefile.kern.inc 1.179
+
+ Trim " " at the beginning of version string to follow the change
+ in rev.1.60 of newvers.sh.
+ [nakayama, ticket #317]
+
+sys/arch/sparc64/include/psl.h 1.54-1.55
+sys/arch/sparc64/sparc64/cpu.c 1.121
+
+ Change getver() into a constant function since Version Register (%ver)
+ is read only and its value is constant. This change reduces multiple
+ %ver reads to one in the functions which uses a number of CPU_IS_*
+ macros.
+
+ Use GETVER_CPU_* macros.
+ [nakayama, ticket #318]
+
+sys/arch/arm/arm32/arm32_boot.c 1.11
+
+ Serialize printing of secondary cpu infos.
+ [jmcneill, ticket #319]
+
Home |
Main Index |
Thread Index |
Old Index