| Commit message (Expand) | Author | Age | Files | Lines |
* | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -12/+16 |
* | Import amd64 assembly implementations of div(3) family from NetBSD. | Jung-uk Kim | 2007-04-04 | 4 | -0/+51 |
* | Remove silly n that crept in | Warner Losh | 2007-01-09 | 1 | -1/+1 |
* | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 16 | -65/+1 |
* | The distinction between quiet and signaling NaN formats is | David Schultz | 2007-01-03 | 1 | -0/+21 |
* | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | Olivier Houchard | 2006-11-06 | 5 | -206/+0 |
* | Desupport the undocumented NO_QUAD option, just don't compile | Ruslan Ermilov | 2006-03-16 | 1 | -5/+0 |
* | Add each directory's symbol map file to SYM_MAPS. | Daniel Eischen | 2006-03-13 | 1 | -0/+1 |
* | Add symbol maps and initial symbol version definitions to libc. | Daniel Eischen | 2006-03-13 | 1 | -0/+73 |
* | Optimize the instruction alignment. | Alan Cox | 2005-04-23 | 1 | -2/+1 |
* | Do not try to store 64 bits into 32 bit errno variable. With the changed libc | Alexander Kabaev | 2005-04-21 | 1 | -1/+1 |
* | Add a machine-specific, optimized implementation of strcat. | Alan Cox | 2005-04-10 | 2 | -1/+166 |
* | Eliminate a conditional branch and as a side-effect eliminate a branch to | Alan Cox | 2005-04-10 | 1 | -5/+4 |
* | Add a machine-specific, optimized implementation of strcpy. | Alan Cox | 2005-04-10 | 2 | -1/+113 |
* | Add a machine-specific, optimized implementation of strcmp. | Alan Cox | 2005-04-09 | 2 | -1/+75 |
* | Add machine-specific, optimized implementations of bcmp and memcmp. | Alan Cox | 2005-04-08 | 3 | -1/+67 |
* | Eliminate unneeded instructions that are a vestige of mechanical | Alan Cox | 2005-04-08 | 1 | -10/+4 |
* | Eliminate an unneeded instruction that is a vestige of mechanical | Alan Cox | 2005-04-07 | 1 | -7/+5 |
* | Add machine-specific, optimized implementations of bcopy, bzero, memcpy, | Alan Cox | 2005-04-07 | 6 | -0/+212 |
* | Remove fpsetsticky(). This was added for SysV compatibility, but due | David Schultz | 2005-03-15 | 2 | -9/+1 |
* | Define LDBL_NBIT to be a mask indicating the position of the integer | David Schultz | 2005-03-07 | 1 | -1/+2 |
* | Update my email address. | David Schultz | 2005-02-06 | 1 | -1/+1 |
* | Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. | David Schultz | 2005-01-15 | 2 | -5/+4 |
* | Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops! | Peter Wemm | 2004-10-27 | 1 | -0/+1 |
* | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
* | Add support for TLS in statically linked programs. | Doug Rabson | 2004-08-15 | 2 | -1/+39 |
* | 1. Use correct alignment mask, -15 != ~15 | David Xu | 2004-07-31 | 1 | -2/+2 |
* | Set fpu context flags to known values, zero is illegal. | David Xu | 2004-07-28 | 1 | -0/+2 |
* | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | David Schultz | 2004-07-19 | 2 | -1/+27 |
* | Replace seven nominally MD implementations of frexp() that are broken | David Schultz | 2004-07-18 | 2 | -69/+1 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | David Schultz | 2004-07-09 | 2 | -76/+1 |
* | Avoid to touch red zone, in libpthread, ucontext may be saved by kernel's | David Xu | 2004-06-15 | 1 | -1/+1 |
* | Fix Yet Another 16 byte stack alignment bug. Thankfully, this one is | Peter Wemm | 2004-03-31 | 2 | -10/+10 |
* | Change the syscall stub branch orders so that the static branch prediction | Peter Wemm | 2004-02-22 | 4 | -12/+51 |
* | Fix a typo in the !__GNUC__ case and remove an obsolete comment. | David Schultz | 2004-02-16 | 1 | -3/+1 |
* | Fix some aliasing problems. | David Schultz | 2004-02-16 | 1 | -14/+19 |
* | Rewrite fabs.S to use pure SSE2 operations. I got the clues how to do | Peter Wemm | 2004-02-08 | 1 | -10/+35 |
* | Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of the | David Schultz | 2004-01-18 | 1 | -0/+3 |
* | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | Jacques Vidrine | 2004-01-09 | 4 | -12/+4 |
* | "Fix" makecontext() so that the C code begins execution with its | Peter Wemm | 2003-12-05 | 1 | -2/+6 |
* | Add implementations of amd64_[gs]et_[fg]sbase(). | Peter Wemm | 2003-10-23 | 5 | -0/+158 |
* | Add rfork_thread(3). | Alan Cox | 2003-10-13 | 2 | -1/+102 |
* | Fix fabs(). This commit brought to you by the letter 'l'. | Peter Wemm | 2003-09-26 | 1 | -1/+1 |
* | Sigh. I can't win anything. Use addq rather than addl with %rsp. | Peter Wemm | 2003-09-04 | 1 | -1/+1 |
* | Apply same basic fix for getcontext(2) as for i386. Store the return | Peter Wemm | 2003-09-04 | 2 | -2/+56 |
* | Fix some minor whitespace botches | Peter Wemm | 2003-09-04 | 1 | -1/+1 |
* | Add the mlockall() and munlockall() system calls. | Bruce M Simpson | 2003-08-11 | 1 | -1/+1 |
* | Set mc_len to sizeof(mcontext_t), otherwise it is an invalid context. | David Xu | 2003-07-26 | 1 | -0/+1 |
* | Instantiate explicit callable versions of the machine/ieeefp.h inlines | Peter Wemm | 2003-07-22 | 9 | -1/+67 |
* | Turn off the libc/quad functions since they are not needed for amd64 | Peter Wemm | 2003-07-22 | 1 | -0/+9 |