History log of /netbsd-src/lib/libc/arch/hppa/gen/resumecontext.c (Results 1 – 5 of 5)
Revision Date Author Comments
# b0df966c 24-Aug-2013 skrll <skrll@NetBSD.org>

Whitespace.


# 0a2b7583 19-Sep-2011 joerg <joerg@NetBSD.org>

Mark _resumecontext as dead. ANSIfy all declarations for it.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# e56cdf1d 08-Dec-2006 martin <martin@NetBSD.org>

Sync all resumecontext.c versions with the changes originally made
by Matthias Drochner to i386 and alpha:

-check for a NULL uc_link before calling setcontext(2); do a real exit(3)
instead with exi

Sync all resumecontext.c versions with the changes originally made
by Matthias Drochner to i386 and alpha:

-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.

show more ...


# 56371a56 18-Jul-2004 chs <chs@NetBSD.org>

add *context and LWP support for hppa. translated from MIPS.