Module Name: src
Committed By: snj
Date: Fri Jun 5 18:58:54 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.1
Log Message:
Tickets 786, 787, and 793.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-5.0.1
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-5.0.1
diff -u src/doc/CHANGES-5.0.1:1.1.2.16 src/doc/CHANGES-5.0.1:1.1.2.17
--- src/doc/CHANGES-5.0.1:1.1.2.16 Sat May 30 16:51:50 2009
+++ src/doc/CHANGES-5.0.1 Fri Jun 5 18:58:54 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.1,v 1.1.2.16 2009/05/30 16:51:50 snj Exp $
+# $NetBSD: CHANGES-5.0.1,v 1.1.2.17 2009/06/05 18:58:54 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.0.1
release:
@@ -293,3 +293,28 @@
PR/41494.
[njoly, ticket #783]
+sys/arch/sparc64/include/cpu.h 1.86
+sys/arch/sparc64/sparc64/locore.s 1.291
+sys/arch/sparc64/sparc64/vm_machdep.c 1.89
+
+ cpu_setfunc() can not use lwp_trampoline, as that has additional
+ lwp startup semantics. Use a simpler setfunc_trampoline instead.
+ [martin, ticket #786]
+
+sys/arch/m68k/include/m68k.h 1.14
+sys/arch/m68k/m68k/switch_subr.s 1.22
+sys/arch/m68k/m68k/vm_machdep.c 1.28
+
+ Do not use lwp_trampoline for cpu_setfunc, we do not want to call
+ lwp_startup() after a setfunc. Grow a simplified setfunc_trampoline
+ instead.
+ [martin, ticket #787]
+
+sys/arch/hp700/hp700/locore.S 1.35
+sys/arch/hp700/include/cpu.h 1.34
+sys/arch/hppa/hppa/vm_machdep.c 1.36
+
+ Do not use lwp_trampoline for cpu_setfunc, but a simplified
+ setfunc_trampoline that does not call lwp_startup().
+ [skrll, ticket #793]
+