summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/gen
Commit message (Expand)AuthorAgeFilesLines
* MFC r287292:kib2015-09-052-4/+4
* The getcontext() from the __fillcontextx() call in thekib2013-05-281-3/+13
* libc/amd64: Do not export .cerror.jilles2012-09-061-5/+0
* Make the sys/ucontext.h self-contained by changing the return typekib2012-02-011-1/+1
* Add API for obtaining extended machine context states that cannot bekib2012-01-212-1/+102
* Make sure that stack is 16-byte aligned before calling a function,kib2011-11-022-0/+6
* Replace a proliferation of buggy MD implementations of modf() with adas2011-10-212-92/+1
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-076-0/+12
* Retire the amd64 and i386 specific inline assembly versions of ldexp.c,dim2010-09-301-68/+0
* Apply the same workaround for clang to amd64's version of ldexp.c (as indim2010-09-291-3/+9
* We've been lax about matching END() macros in asm code for some time. Thispeter2008-11-026-0/+9
* Two FP-related setjmp/longjmp changes:das2008-06-282-2/+20
* Remove silly n that crept inimp2007-01-091-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-095-21/+1
* Remove fpsetsticky(). This was added for SysV compatibility, but duedas2005-03-152-9/+1
* Add support for TLS in statically linked programs.dfr2004-08-152-1/+39
* 1. Use correct alignment mask, -15 != ~15davidxu2004-07-311-2/+2
* Set fpu context flags to known values, zero is illegal.davidxu2004-07-281-0/+2
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-192-1/+27
* Replace seven nominally MD implementations of frexp() that are brokendas2004-07-182-69/+1
* Implement the classification macros isfinite(), isinf(), isnan(), anddas2004-07-092-76/+1
* Avoid to touch red zone, in libpthread, ucontext may be saved by kernel'sdavidxu2004-06-151-1/+1
* Fix Yet Another 16 byte stack alignment bug. Thankfully, this one ispeter2004-03-312-10/+10
* Fix a typo in the !__GNUC__ case and remove an obsolete comment.das2004-02-161-3/+1
* Fix some aliasing problems.das2004-02-161-14/+19
* Rewrite fabs.S to use pure SSE2 operations. I got the clues how to dopeter2004-02-081-10/+35
* "Fix" makecontext() so that the C code begins execution with itspeter2003-12-051-2/+6
* Add rfork_thread(3).alc2003-10-132-1/+102
* Fix fabs(). This commit brought to you by the letter 'l'.peter2003-09-261-1/+1
* Set mc_len to sizeof(mcontext_t), otherwise it is an invalid context.davidxu2003-07-261-0/+1
* Instantiate explicit callable versions of the machine/ieeefp.h inlinespeter2003-07-229-1/+67
* Add amd64 versions of makecontext() and signalcontext() neededdeischen2003-07-193-1/+208
* This is unusable on amd64. Remove it before it causes more confusion.peter2003-06-131-53/+0
* Use C99 compatible ASM statements.obrien2003-06-101-1/+1
* Cosmetic; record offsets used within jmpbufpeter2003-06-023-30/+30
* Fix sigsetjmp(). It helps if we do not try to save the old signal maskpeter2003-06-021-0/+1
* Update ldexp.c for amd64.peter2003-05-102-7/+1
* SIG_SETMASK is 3, not 1. Sigh.peter2003-05-081-1/+1
* Fix an embarresing transcription error from i386 to amd64. Put the argumentspeter2003-05-082-13/+12
* Tidy up modf.S and make it actually work. It wasn't extractingpeter2003-05-081-16/+13
* Fix typo, even though this is unused.peter2003-05-081-1/+1
* Turn off alloca.S - it cannot possibly work like this since on AMD64, gccpeter2003-05-071-1/+1
* Convert the i386 alloca(3) to the x86-64 ISA.obrien2003-05-011-0/+53
* Update for AMD64 contexts. Note that this still has some x87-style FPUpeter2003-04-303-105/+112
* Reduce the SRCS to what compilespeter2003-04-301-3/+3
* Floating point libc functions traditionally written in ASM.obrien2003-04-302-0/+113
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-121-0/+2
* Implement fpclassify():mike2003-02-081-0/+3
* Disconnect the userland get/set/swapcontext() functions fromdeischen2002-11-161-2/+2
* Re-apply the previously backed-out commit that fixes the problem wherearchie2002-10-311-1/+1
OpenPOWER on IntegriCloud