freebsd-skq/lib/libc/amd64/gen
David Xu 2ff285bf2e Avoid to touch red zone, in libpthread, ucontext may be saved by kernel's
get_mcontext, and libpthread will use signalcontext to deliver signal in
userland, it looks same as kernel's send_sig does.

Reviewed by: deischen, tjr
2004-06-15 21:46:36 +00:00
..
_setjmp.S Cosmetic; record offsets used within jmpbuf 2003-06-02 22:37:53 +00:00
fabs.S Rewrite fabs.S to use pure SSE2 operations. I got the clues how to do 2004-02-08 21:21:45 +00:00
fpgetmask.c Instantiate explicit callable versions of the machine/ieeefp.h inlines 2003-07-22 06:46:17 +00:00
fpgetprec.c Instantiate explicit callable versions of the machine/ieeefp.h inlines 2003-07-22 06:46:17 +00:00
fpgetround.c Instantiate explicit callable versions of the machine/ieeefp.h inlines 2003-07-22 06:46:17 +00:00
fpgetsticky.c Instantiate explicit callable versions of the machine/ieeefp.h inlines 2003-07-22 06:46:17 +00:00
fpsetmask.c Instantiate explicit callable versions of the machine/ieeefp.h inlines 2003-07-22 06:46:17 +00:00
fpsetprec.c Instantiate explicit callable versions of the machine/ieeefp.h inlines 2003-07-22 06:46:17 +00:00
fpsetround.c Instantiate explicit callable versions of the machine/ieeefp.h inlines 2003-07-22 06:46:17 +00:00
fpsetsticky.c Instantiate explicit callable versions of the machine/ieeefp.h inlines 2003-07-22 06:46:17 +00:00
frexp.c Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
infinity.c Implement fpclassify(): 2003-02-08 20:37:55 +00:00
isinf.c Fix some aliasing problems. 2004-02-16 10:02:40 +00:00
ldexp.c Fix a typo in the !__GNUC__ case and remove an obsolete comment. 2004-02-16 10:02:51 +00:00
makecontext.c Fix Yet Another 16 byte stack alignment bug. Thankfully, this one is 2004-03-31 07:27:31 +00:00
Makefile.inc Add rfork_thread(3). 2003-10-13 20:32:33 +00:00
modf.S Tidy up modf.S and make it actually work. It wasn't extracting 2003-05-08 03:19:37 +00:00
rfork_thread.S Add rfork_thread(3). 2003-10-13 20:32:33 +00:00
setjmp.S Cosmetic; record offsets used within jmpbuf 2003-06-02 22:37:53 +00:00
signalcontext.c Avoid to touch red zone, in libpthread, ucontext may be saved by kernel's 2004-06-15 21:46:36 +00:00
sigsetjmp.S Cosmetic; record offsets used within jmpbuf 2003-06-02 22:37:53 +00:00