History log of /netbsd-src/lib/libc/arch/vax/gen/__longjmp14.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 4c48b124 29-Jun-2024 rin <rin@NetBSD.org>

vax: {,_}longjmp(3): Return 1 if `val` == 0

Found by tests/lib/libc/setjmp/t_setjmp:{,_}longjmp_zero.


# 013af8a9 24-Jan-2016 christos <christos@NetBSD.org>

use __register_t


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

Remove clause 3 and 4 from TNF licenses


# f9efc4ab 14-Sep-2005 he <he@NetBSD.org>

Patterned after the other fixes for __longjmp14.c, include
<compat/include/setjmp.h> also here to make these build.


# 270fda27 23-Mar-2004 simonb <simonb@NetBSD.org>

Fix <tab> nits.


# 4b376ded 21-Mar-2004 matt <matt@NetBSD.org>

Change longjmp on VAX (ELF) to use setcontext instead of sigreturn14.