1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/lib/libc/i386/gen
Daniel Eischen b66b8326e5 Add getcontext, setcontext, makecontext, and swapcontext. These
functions are defined in SUSv2 and the latest POSIX spec.

Thanks to Bernd Walter <ticso@cicely8.cicely.de> for helping debug my
alpha assembly.

Approved by:	-arch
2002-01-10 02:40:59 +00:00
..
_ctx_start.S Add getcontext, setcontext, makecontext, and swapcontext. These 2002-01-10 02:40:59 +00:00
_setjmp.S De-orbit DEFS.h - the other arches do not use it, and it got replaced 2001-10-24 20:29:14 +00:00
alloca.S De-orbit DEFS.h - the other arches do not use it, and it got replaced 2001-10-24 20:29:14 +00:00
fabs.S De-orbit DEFS.h - the other arches do not use it, and it got replaced 2001-10-24 20:29:14 +00:00
frexp.c
getcontext.S Add getcontext, setcontext, makecontext, and swapcontext. These 2002-01-10 02:40:59 +00:00
infinity.c
isinf.c
ldexp.c
makecontext.c Add getcontext, setcontext, makecontext, and swapcontext. These 2002-01-10 02:40:59 +00:00
Makefile.inc Add getcontext, setcontext, makecontext, and swapcontext. These 2002-01-10 02:40:59 +00:00
modf.S De-orbit DEFS.h - the other arches do not use it, and it got replaced 2001-10-24 20:29:14 +00:00
rfork_thread.S Use 'mov' instead of 'lea' for setting the syscall number in %eax as that 2001-11-27 20:51:26 +00:00
setjmp.S De-orbit DEFS.h - the other arches do not use it, and it got replaced 2001-10-24 20:29:14 +00:00
sigsetjmp.S De-orbit DEFS.h - the other arches do not use it, and it got replaced 2001-10-24 20:29:14 +00:00