summaryrefslogtreecommitdiff
path: root/lib/libc/amd64
Commit message (Expand)AuthorAgeFilesLines
* We've been lax about matching END() macros in asm code for some time. ThisPeter Wemm2008-11-0227-4/+46
* Two FP-related setjmp/longjmp changes:David Schultz2008-06-282-2/+20
* Add an alternative view of the bits in an 80-bit long double (64+16Bruce Evans2008-01-171-1/+6
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),David Schultz2007-12-181-3/+0
* Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace soDavid Schultz2007-12-161-0/+3
* Arrange so that the NaN returned by strtod("nan", NULL) is the same asDavid Schultz2007-12-161-4/+4
* In scanf, round according to the current rounding mode.David Schultz2007-12-031-1/+1
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudoPeter Wemm2007-07-041-3/+5
* Adjust the syscall stub macros to be consistent in their meaning. InPeter Wemm2007-07-041-2/+9
* Some libc symbol map cleanups.Daniel Eischen2007-05-311-4/+0
* Remove .mcount from gmon's Symbol map and add it to the appropriateDaniel Eischen2007-05-131-0/+1
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-12/+16
* Import amd64 assembly implementations of div(3) family from NetBSD.Jung-uk Kim2007-04-044-0/+51
* Remove silly n that crept inWarner Losh2007-01-091-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-0916-65/+1
* The distinction between quiet and signaling NaN formats isDavid Schultz2007-01-031-0/+21
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIOlivier Houchard2006-11-065-206/+0
* Desupport the undocumented NO_QUAD option, just don't compileRuslan Ermilov2006-03-161-5/+0
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+1
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+73
* Optimize the instruction alignment.Alan Cox2005-04-231-2/+1
* Do not try to store 64 bits into 32 bit errno variable. With the changed libcAlexander Kabaev2005-04-211-1/+1
* Add a machine-specific, optimized implementation of strcat.Alan Cox2005-04-102-1/+166
* Eliminate a conditional branch and as a side-effect eliminate a branch toAlan Cox2005-04-101-5/+4
* Add a machine-specific, optimized implementation of strcpy.Alan Cox2005-04-102-1/+113
* Add a machine-specific, optimized implementation of strcmp.Alan Cox2005-04-092-1/+75
* Add machine-specific, optimized implementations of bcmp and memcmp.Alan Cox2005-04-083-1/+67
* Eliminate unneeded instructions that are a vestige of mechanicalAlan Cox2005-04-081-10/+4
* Eliminate an unneeded instruction that is a vestige of mechanicalAlan Cox2005-04-071-7/+5
* Add machine-specific, optimized implementations of bcopy, bzero, memcpy,Alan Cox2005-04-076-0/+212
* Remove fpsetsticky(). This was added for SysV compatibility, but dueDavid Schultz2005-03-152-9/+1
* Define LDBL_NBIT to be a mask indicating the position of the integerDavid Schultz2005-03-071-1/+2
* Update my email address.David Schultz2005-02-061-1/+1
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.David Schultz2005-01-152-5/+4
* Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops!Peter Wemm2004-10-271-0/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+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