| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r287292: | kib | 2015-09-05 | 2 | -4/+4 |
* | The getcontext() from the __fillcontextx() call in the | kib | 2013-05-28 | 1 | -3/+13 |
* | libc/amd64: Do not export .cerror. | jilles | 2012-09-06 | 1 | -5/+0 |
* | Make the sys/ucontext.h self-contained by changing the return type | kib | 2012-02-01 | 1 | -1/+1 |
* | Add API for obtaining extended machine context states that cannot be | kib | 2012-01-21 | 2 | -1/+102 |
* | Make sure that stack is 16-byte aligned before calling a function, | kib | 2011-11-02 | 2 | -0/+6 |
* | Replace a proliferation of buggy MD implementations of modf() with a | das | 2011-10-21 | 2 | -92/+1 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | kib | 2011-01-07 | 6 | -0/+12 |
* | Retire the amd64 and i386 specific inline assembly versions of ldexp.c, | dim | 2010-09-30 | 1 | -68/+0 |
* | Apply the same workaround for clang to amd64's version of ldexp.c (as in | dim | 2010-09-29 | 1 | -3/+9 |
* | We've been lax about matching END() macros in asm code for some time. This | peter | 2008-11-02 | 6 | -0/+9 |
* | Two FP-related setjmp/longjmp changes: | das | 2008-06-28 | 2 | -2/+20 |
* | Remove silly n that crept in | imp | 2007-01-09 | 1 | -1/+1 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 5 | -21/+1 |
* | Remove fpsetsticky(). This was added for SysV compatibility, but due | das | 2005-03-15 | 2 | -9/+1 |
* | Add support for TLS in statically linked programs. | dfr | 2004-08-15 | 2 | -1/+39 |
* | 1. Use correct alignment mask, -15 != ~15 | davidxu | 2004-07-31 | 1 | -2/+2 |
* | Set fpu context flags to known values, zero is illegal. | davidxu | 2004-07-28 | 1 | -0/+2 |
* | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | das | 2004-07-19 | 2 | -1/+27 |
* | Replace seven nominally MD implementations of frexp() that are broken | das | 2004-07-18 | 2 | -69/+1 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | das | 2004-07-09 | 2 | -76/+1 |
* | Avoid to touch red zone, in libpthread, ucontext may be saved by kernel's | davidxu | 2004-06-15 | 1 | -1/+1 |
* | Fix Yet Another 16 byte stack alignment bug. Thankfully, this one is | peter | 2004-03-31 | 2 | -10/+10 |
* | Fix a typo in the !__GNUC__ case and remove an obsolete comment. | das | 2004-02-16 | 1 | -3/+1 |
* | Fix some aliasing problems. | das | 2004-02-16 | 1 | -14/+19 |
* | Rewrite fabs.S to use pure SSE2 operations. I got the clues how to do | peter | 2004-02-08 | 1 | -10/+35 |
* | "Fix" makecontext() so that the C code begins execution with its | peter | 2003-12-05 | 1 | -2/+6 |
* | Add rfork_thread(3). | alc | 2003-10-13 | 2 | -1/+102 |
* | Fix fabs(). This commit brought to you by the letter 'l'. | peter | 2003-09-26 | 1 | -1/+1 |
* | Set mc_len to sizeof(mcontext_t), otherwise it is an invalid context. | davidxu | 2003-07-26 | 1 | -0/+1 |
* | Instantiate explicit callable versions of the machine/ieeefp.h inlines | peter | 2003-07-22 | 9 | -1/+67 |
* | Add amd64 versions of makecontext() and signalcontext() needed | deischen | 2003-07-19 | 3 | -1/+208 |
* | This is unusable on amd64. Remove it before it causes more confusion. | peter | 2003-06-13 | 1 | -53/+0 |
* | Use C99 compatible ASM statements. | obrien | 2003-06-10 | 1 | -1/+1 |
* | Cosmetic; record offsets used within jmpbuf | peter | 2003-06-02 | 3 | -30/+30 |
* | Fix sigsetjmp(). It helps if we do not try to save the old signal mask | peter | 2003-06-02 | 1 | -0/+1 |
* | Update ldexp.c for amd64. | peter | 2003-05-10 | 2 | -7/+1 |
* | SIG_SETMASK is 3, not 1. Sigh. | peter | 2003-05-08 | 1 | -1/+1 |
* | Fix an embarresing transcription error from i386 to amd64. Put the arguments | peter | 2003-05-08 | 2 | -13/+12 |
* | Tidy up modf.S and make it actually work. It wasn't extracting | peter | 2003-05-08 | 1 | -16/+13 |
* | Fix typo, even though this is unused. | peter | 2003-05-08 | 1 | -1/+1 |
* | Turn off alloca.S - it cannot possibly work like this since on AMD64, gcc | peter | 2003-05-07 | 1 | -1/+1 |
* | Convert the i386 alloca(3) to the x86-64 ISA. | obrien | 2003-05-01 | 1 | -0/+53 |
* | Update for AMD64 contexts. Note that this still has some x87-style FPU | peter | 2003-04-30 | 3 | -105/+112 |
* | Reduce the SRCS to what compiles | peter | 2003-04-30 | 1 | -3/+3 |
* | Floating point libc functions traditionally written in ASM. | obrien | 2003-04-30 | 2 | -0/+113 |
* | o Implement C99 classification macros isfinite(), isinf(), isnan(), | mike | 2003-02-12 | 1 | -0/+2 |
* | Implement fpclassify(): | mike | 2003-02-08 | 1 | -0/+3 |
* | Disconnect the userland get/set/swapcontext() functions from | deischen | 2002-11-16 | 1 | -2/+2 |
* | Re-apply the previously backed-out commit that fixes the problem where | archie | 2002-10-31 | 1 | -1/+1 |