index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
arch
/
m88k
/
gen
/
sigsetjmp.S
Age
Commit message (
Expand
)
Author
2013-01-20
PIC-related code should follow the #ifdef __PIC__ line, not the #else line.
Miod Vallat
2013-01-11
Add END() directives to the various functions.
Miod Vallat
2013-01-05
Switch m88k ports to ELF.
Miod Vallat
2012-08-12
Fix almost ten-years old bug in siglongjmp(), which would not restore a signal
Miod Vallat
2005-08-07
zap rcsid.
Marc Espie
2004-07-28
Use less stack space for temporary storage and C code invocation, after
Miod Vallat
2003-12-24
In the never-ending story of *setjmp bugs, fix a typo preventing
Miod Vallat
2003-08-06
In setjmp() and sigsetjmp(), be sure to return with r14 and r15 unchanged, as
Miod Vallat
2003-08-01
Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times.
Miod Vallat
2003-01-07
Get static rcsid correctly, better style for .S files, trim whitespace.
Miod Vallat
2003-01-04
Fix *longjmp() return values.
Miod Vallat
2003-01-02
Typos
Miod Vallat
2002-09-18
Fix license and conformance with man page.
Steve Murphree
1998-12-15
correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.
Steve Murphree