| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r230429: | Konstantin Belousov | 2012-02-21 | 2 | -1/+102 |
| * | MFC r227023: | Konstantin Belousov | 2011-12-30 | 2 | -0/+6 |
| * | Remove incorrect attribution. | George V. Neville-Neil | 2011-07-21 | 1 | -1/+1 |
| * | Make both stpcpy and strcpy be assembly language implementations | George V. Neville-Neil | 2011-07-21 | 3 | -20/+60 |
| * | Remove duplicate .note.GNU-stack section declaration. bcopy already | Konstantin Belousov | 2011-02-04 | 1 | -2/+0 |
| * | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov | 2011-01-07 | 29 | -0/+57 |
| * | Retire the amd64 and i386 specific inline assembly versions of ldexp.c, | Dimitry Andric | 2010-09-30 | 1 | -68/+0 |
| * | Apply the same workaround for clang to amd64's version of ldexp.c (as in | Dimitry Andric | 2010-09-29 | 1 | -3/+9 |
| * | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | Ed Schouten | 2008-11-09 | 1 | -2/+1 |
| * | We've been lax about matching END() macros in asm code for some time. This | Peter Wemm | 2008-11-02 | 27 | -4/+46 |
| * | Two FP-related setjmp/longjmp changes: | David Schultz | 2008-06-28 | 2 | -2/+20 |
| * | Add an alternative view of the bits in an 80-bit long double (64+16 | Bruce Evans | 2008-01-17 | 1 | -1/+6 |
| * | Since nan() is supposed to work the same as strtod("nan(...)", NULL), | David Schultz | 2007-12-18 | 1 | -3/+0 |
| * | Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace so | David Schultz | 2007-12-16 | 1 | -0/+3 |
| * | Arrange so that the NaN returned by strtod("nan", NULL) is the same as | David Schultz | 2007-12-16 | 1 | -4/+4 |
| * | In scanf, round according to the current rounding mode. | David Schultz | 2007-12-03 | 1 | -1/+1 |
| * | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | Peter Wemm | 2007-07-04 | 1 | -3/+5 |
| * | Adjust the syscall stub macros to be consistent in their meaning. In | Peter Wemm | 2007-07-04 | 1 | -2/+9 |
| * | Some libc symbol map cleanups. | Daniel Eischen | 2007-05-31 | 1 | -4/+0 |
| * | Remove .mcount from gmon's Symbol map and add it to the appropriate | Daniel Eischen | 2007-05-13 | 1 | -0/+1 |
| * | 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 |