Subject: CVS commit: [netbsd-4] src/lib/libc/arch/sparc64/gen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 12/09/2006 11:58:13
Module Name:	src
Committed By:	bouyer
Date:		Sat Dec  9 11:58:13 UTC 2006

Modified Files:
	src/lib/libc/arch/sparc64/gen [netbsd-4]: resumecontext.c

Log Message:
Pull up following revision(s) (requested by martin in ticket #263):
	lib/libc/arch/sparc64/gen/resumecontext.c: revision 1.3
Pull over rev. 1.5 of the i386 version (../../i386/resumecontext.S),
quoting Matthias Drochner:
-check for a NULL uc_link before calling setcontext(2); do a real exit(3)
instead with exit handlers and all that
-If setcontext(2) returns (which it shouldn't), do an _exit(-1) rather
than relying on a sensible return value to use as exit code. Makes
it less likely that an ucontext corruption goes unnoticed.
This also fixes regress/lib/libc/context for sparc64.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.2.16.1 src/lib/libc/arch/sparc64/gen/resumecontext.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.