| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove duplicate .note.GNU-stack section declaration. bcopy already | kib | 2011-02-04 | 1 | -2/+0 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | kib | 2011-01-07 | 29 | -0/+57 |
* | Retire the amd64 and i386 specific inline assembly versions of ldexp.c, | dim | 2010-09-30 | 1 | -68/+0 |
* | Apply the same workaround for clang to amd64's version of ldexp.c (as in | dim | 2010-09-29 | 1 | -3/+9 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 1 | -2/+1 |
* | We've been lax about matching END() macros in asm code for some time. This | peter | 2008-11-02 | 27 | -4/+46 |
* | Two FP-related setjmp/longjmp changes: | das | 2008-06-28 | 2 | -2/+20 |
* | Add an alternative view of the bits in an 80-bit long double (64+16 | bde | 2008-01-17 | 1 | -1/+6 |
* | Since nan() is supposed to work the same as strtod("nan(...)", NULL), | das | 2007-12-18 | 1 | -3/+0 |
* | Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace so | das | 2007-12-16 | 1 | -0/+3 |
* | Arrange so that the NaN returned by strtod("nan", NULL) is the same as | das | 2007-12-16 | 1 | -4/+4 |
* | In scanf, round according to the current rounding mode. | das | 2007-12-03 | 1 | -1/+1 |
* | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | peter | 2007-07-04 | 1 | -3/+5 |
* | Adjust the syscall stub macros to be consistent in their meaning. In | peter | 2007-07-04 | 1 | -2/+9 |
* | Some libc symbol map cleanups. | deischen | 2007-05-31 | 1 | -4/+0 |
* | Remove .mcount from gmon's Symbol map and add it to the appropriate | deischen | 2007-05-13 | 1 | -0/+1 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -12/+16 |
* | Import amd64 assembly implementations of div(3) family from NetBSD. | jkim | 2007-04-04 | 4 | -0/+51 |
* | Remove silly n that crept in | imp | 2007-01-09 | 1 | -1/+1 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 16 | -65/+1 |
* | The distinction between quiet and signaling NaN formats is | das | 2007-01-03 | 1 | -0/+21 |
* | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | cognet | 2006-11-06 | 5 | -206/+0 |
* | Desupport the undocumented NO_QUAD option, just don't compile | ru | 2006-03-16 | 1 | -5/+0 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+1 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+73 |
* | Optimize the instruction alignment. | alc | 2005-04-23 | 1 | -2/+1 |
* | Do not try to store 64 bits into 32 bit errno variable. With the changed libc | kan | 2005-04-21 | 1 | -1/+1 |
* | Add a machine-specific, optimized implementation of strcat. | alc | 2005-04-10 | 2 | -1/+166 |
* | Eliminate a conditional branch and as a side-effect eliminate a branch to | alc | 2005-04-10 | 1 | -5/+4 |
* | Add a machine-specific, optimized implementation of strcpy. | alc | 2005-04-10 | 2 | -1/+113 |
* | Add a machine-specific, optimized implementation of strcmp. | alc | 2005-04-09 | 2 | -1/+75 |
* | Add machine-specific, optimized implementations of bcmp and memcmp. | alc | 2005-04-08 | 3 | -1/+67 |
* | Eliminate unneeded instructions that are a vestige of mechanical | alc | 2005-04-08 | 1 | -10/+4 |
* | Eliminate an unneeded instruction that is a vestige of mechanical | alc | 2005-04-07 | 1 | -7/+5 |
* | Add machine-specific, optimized implementations of bcopy, bzero, memcpy, | alc | 2005-04-07 | 6 | -0/+212 |
* | Remove fpsetsticky(). This was added for SysV compatibility, but due | das | 2005-03-15 | 2 | -9/+1 |
* | Define LDBL_NBIT to be a mask indicating the position of the integer | das | 2005-03-07 | 1 | -1/+2 |
* | Update my email address. | das | 2005-02-06 | 1 | -1/+1 |
* | Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. | das | 2005-01-15 | 2 | -5/+4 |
* | Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops! | peter | 2004-10-27 | 1 | -0/+1 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Add support for TLS in statically linked programs. | dfr | 2004-08-15 | 2 | -1/+39 |
* | 1. Use correct alignment mask, -15 != ~15 | davidxu | 2004-07-31 | 1 | -2/+2 |
* | Set fpu context flags to known values, zero is illegal. | davidxu | 2004-07-28 | 1 | -0/+2 |
* | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | das | 2004-07-19 | 2 | -1/+27 |
* | Replace seven nominally MD implementations of frexp() that are broken | das | 2004-07-18 | 2 | -69/+1 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | das | 2004-07-09 | 2 | -76/+1 |
* | Avoid to touch red zone, in libpthread, ucontext may be saved by kernel's | davidxu | 2004-06-15 | 1 | -1/+1 |
* | Fix Yet Another 16 byte stack alignment bug. Thankfully, this one is | peter | 2004-03-31 | 2 | -10/+10 |
* | Change the syscall stub branch orders so that the static branch prediction | peter | 2004-02-22 | 4 | -12/+51 |