summaryrefslogtreecommitdiff
path: root/lib/libc/amd64
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvscvs2svn2006-05-2355-55/+55
* MFCAlan Cox2005-05-151-2/+1
* MFC r1.14:Alexander Kabaev2005-04-251-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-04-201-0/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-04-105-0/+135
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-04-081-0/+88
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-04-071-0/+43
* MFC: For variables that are only checked with defined(), don't provideDavid E. O'Brien2005-02-131-1/+1
* MFC: rev 1.13 fix brk(3) on amd64Peter Wemm2004-10-301-0/+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
* Change the syscall stub branch orders so that the static branch predictionPeter Wemm2004-02-224-12/+51
* 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
* Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of theDavid Schultz2004-01-181-0/+3
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mJacques Vidrine2004-01-094-12/+4
* "Fix" makecontext() so that the C code begins execution with itsPeter Wemm2003-12-051-2/+6
* Add implementations of amd64_[gs]et_[fg]sbase().Peter Wemm2003-10-235-0/+158
* 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
* Sigh. I can't win anything. Use addq rather than addl with %rsp.Peter Wemm2003-09-041-1/+1
* Apply same basic fix for getcontext(2) as for i386. Store the returnPeter Wemm2003-09-042-2/+56
* Fix some minor whitespace botchesPeter Wemm2003-09-041-1/+1
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-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
* Turn off the libc/quad functions since they are not needed for amd64Peter Wemm2003-07-221-0/+9
* 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
* Repair PIC mode. It seems I was a bit too excited about thePeter Wemm2003-05-247-15/+89
* Update ldexp.c for amd64.Peter Wemm2003-05-102-7/+1
* Add a comment describing why it's important for the values in thisDavid Schultz2003-05-081-0/+7
* 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
* Like ia64, amd64 has got a 16 byte sized and aligned 'long double'.Peter Wemm2003-05-081-1/+2
* Turn off alloca.S - it cannot possibly work like this since on AMD64, gccPeter Wemm2003-05-071-1/+1
* Actually use the correct values for AMD64. It is a 64 bit platform,Peter Wemm2003-05-071-0/+4
* Convert the i386 alloca(3) to the x86-64 ISA.David E. O'Brien2003-05-011-0/+53