summaryrefslogtreecommitdiff
path: root/lib/libc/amd64/gen
Commit message (Expand)AuthorAgeFilesLines
* We've been lax about matching END() macros in asm code for some time. ThisPeter Wemm2008-11-026-0/+9
* Two FP-related setjmp/longjmp changes:David Schultz2008-06-282-2/+20
* Remove silly n that crept inWarner Losh2007-01-091-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-095-21/+1
* Remove fpsetsticky(). This was added for SysV compatibility, but dueDavid Schultz2005-03-152-9/+1
* Add support for TLS in statically linked programs.Doug Rabson2004-08-152-1/+39
* 1. Use correct alignment mask, -15 != ~15David Xu2004-07-311-2/+2
* Set fpu context flags to known values, zero is illegal.David Xu2004-07-281-0/+2
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.David Schultz2004-07-192-1/+27
* Replace seven nominally MD implementations of frexp() that are brokenDavid Schultz2004-07-182-69/+1
* Implement the classification macros isfinite(), isinf(), isnan(), andDavid Schultz2004-07-092-76/+1
* Avoid to touch red zone, in libpthread, ucontext may be saved by kernel'sDavid Xu2004-06-151-1/+1
* Fix Yet Another 16 byte stack alignment bug. Thankfully, this one isPeter Wemm2004-03-312-10/+10
* Fix a typo in the !__GNUC__ case and remove an obsolete comment.David Schultz2004-02-161-3/+1
* Fix some aliasing problems.David Schultz2004-02-161-14/+19
* Rewrite fabs.S to use pure SSE2 operations. I got the clues how to doPeter Wemm2004-02-081-10/+35
* "Fix" makecontext() so that the C code begins execution with itsPeter Wemm2003-12-051-2/+6
* Add rfork_thread(3).Alan Cox2003-10-132-1/+102
* Fix fabs(). This commit brought to you by the letter 'l'.Peter Wemm2003-09-261-1/+1
* Set mc_len to sizeof(mcontext_t), otherwise it is an invalid context.David Xu2003-07-261-0/+1
* Instantiate explicit callable versions of the machine/ieeefp.h inlinesPeter Wemm2003-07-229-1/+67
* Add amd64 versions of makecontext() and signalcontext() neededDaniel Eischen2003-07-193-1/+208
* This is unusable on amd64. Remove it before it causes more confusion.Peter Wemm2003-06-131-53/+0
* Use C99 compatible ASM statements.David E. O'Brien2003-06-101-1/+1
* Cosmetic; record offsets used within jmpbufPeter Wemm2003-06-023-30/+30
* Fix sigsetjmp(). It helps if we do not try to save the old signal maskPeter Wemm2003-06-021-0/+1
* Update ldexp.c for amd64.Peter Wemm2003-05-102-7/+1
* SIG_SETMASK is 3, not 1. Sigh.Peter Wemm2003-05-081-1/+1
* Fix an embarresing transcription error from i386 to amd64. Put the argumentsPeter Wemm2003-05-082-13/+12
* Tidy up modf.S and make it actually work. It wasn't extractingPeter Wemm2003-05-081-16/+13
* Fix typo, even though this is unused.Peter Wemm2003-05-081-1/+1
* Turn off alloca.S - it cannot possibly work like this since on AMD64, gccPeter Wemm2003-05-071-1/+1
* Convert the i386 alloca(3) to the x86-64 ISA.David E. O'Brien2003-05-011-0/+53
* Update for AMD64 contexts. Note that this still has some x87-style FPUPeter Wemm2003-04-303-105/+112
* Reduce the SRCS to what compilesPeter Wemm2003-04-301-3/+3
* Floating point libc functions traditionally written in ASM.David E. O'Brien2003-04-302-0/+113
* o Implement C99 classification macros isfinite(), isinf(), isnan(),Mike Barcroft2003-02-121-0/+2
* Implement fpclassify():Mike Barcroft2003-02-081-0/+3
* Disconnect the userland get/set/swapcontext() functions fromDaniel Eischen2002-11-161-2/+2
* Re-apply the previously backed-out commit that fixes the problem whereArchie Cobbs2002-10-311-1/+1
* Revert previous commit to unbreak world until we figure out theArchie Cobbs2002-09-201-1/+1
* Fix a problem with the definition of HUGE_VAL causing the gcc warningArchie Cobbs2002-09-191-1/+1
* Fixed editing error in previous commit (*blush*).Bruce Evans2002-09-171-1/+1
* Fixed unsorting of SRCS.Bruce Evans2002-09-171-2/+2
* Save and restore FPU state properly in ucontext_t's.Jonathan Mini2002-09-161-1/+1
* Restore CSRG ID's lost in January 1995.David E. O'Brien2002-03-236-13/+26
* Fix the style of the SCM ID's.David E. O'Brien2002-03-224-13/+9
* Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwisePeter Wemm2002-03-211-1/+1
* Fixed unsorting and splitting of SRCS in previous commit.Bruce Evans2002-01-111-2/+2
* Add getcontext, setcontext, makecontext, and swapcontext. TheseDaniel Eischen2002-01-101-0/+1