| Commit message (Expand) | Author | Age | Files | Lines |
* | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -9/+11 |
* | 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 | 7 | -243/+0 |
* | Prevent dead code elimination for the TP assignmient by using inline | Marcel Moolenaar | 2006-08-30 | 1 | -2/+1 |
* | Fix comment. | Ruslan Ermilov | 2006-03-16 | 1 | -1/+1 |
* | 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/+77 |
* | - Define LDBL_NBIT to be a mask indicating the position of the integer | David Schultz | 2005-03-07 | 1 | -2/+10 |
* | Update my email address. | David Schultz | 2005-02-06 | 1 | -1/+1 |
* | Replace the ldexp() implementation in libc with a renamed copy of the | David Schultz | 2005-01-22 | 1 | -137/+0 |
* | Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. | David Schultz | 2005-01-15 | 2 | -5/+4 |
* | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
* | Unbreak memmove(). Return the dst argument. While here, fix the END | Marcel Moolenaar | 2004-09-04 | 1 | -7/+6 |
* | Unbreak memcpy(). memcpy() is defined to return the dst argument. | Marcel Moolenaar | 2004-09-04 | 1 | -6/+5 |
* | Make profiling actually work. The gcc compiler emits a call to the | Marcel Moolenaar | 2004-08-25 | 2 | -4/+79 |
* | Add support for TLS in statically linked programs. | Doug Rabson | 2004-08-15 | 2 | -1/+36 |
* | 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 | -57/+1 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | David Schultz | 2004-07-09 | 2 | -70/+1 |
* | Fix some aliasing problems. | David Schultz | 2004-02-16 | 1 | -6/+14 |
* | style cleanup: Remove duplicate $FreeBSD$ tags. | Colin Percival | 2004-02-10 | 2 | -4/+0 |
* | Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of the | David Schultz | 2004-01-18 | 1 | -0/+3 |
* | Add required headers. | Jacques Vidrine | 2004-01-06 | 2 | -0/+4 |
* | Virtual addresses in headers of ELF files for dynamic objects need | Marcel Moolenaar | 2003-11-08 | 1 | -6/+9 |
* | The FP status register allows for 6 traps to be masked. One of them, | Marcel Moolenaar | 2003-10-22 | 2 | -3/+3 |
* | Add the mlockall() and munlockall() system calls. | Bruce M Simpson | 2003-08-11 | 1 | -1/+1 |
* | o There are 6 trap disable bits in ar.fpsr, not five. Even though we | Marcel Moolenaar | 2003-08-09 | 2 | -4/+4 |
* | Override the default stubs for getcontext(2) and swapcontext(2) so | Marcel Moolenaar | 2003-08-02 | 3 | -2/+80 |
* | The END() must expand to the .endp directive with the same name as | Marcel Moolenaar | 2003-08-01 | 3 | -6/+5 |
* | Revert previous commit. We don't use setjmp()/longjmp() for context | Marcel Moolenaar | 2003-07-25 | 1 | -4/+2 |
* | Implement signalcontext(). Needed by libpthread (aka libkse). | Marcel Moolenaar | 2003-06-24 | 2 | -1/+123 |
* | o Fix a cut-n-paste bug. We were clobbering rp with gp... | Marcel Moolenaar | 2003-06-02 | 1 | -2/+2 |
* | Rough implement of makecontext() needed to support libthr. | Marcel Moolenaar | 2003-05-31 | 2 | -1/+122 |
* | Revamp of the syscall path, exception and context handling. The | Marcel Moolenaar | 2003-05-16 | 3 | -12/+23 |
* | Add a comment describing why it's important for the values in this | David Schultz | 2003-05-08 | 1 | -0/+7 |
* | Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). | David Schultz | 2003-04-05 | 1 | -0/+5 |
* | Replace our ancient dtoa/strtod implementation with the gdtoa | David Schultz | 2003-03-12 | 2 | -0/+35 |
* | Fix threaded applications on ia64 that are linked dynamicly. We did | Marcel Moolenaar | 2003-03-05 | 1 | -3/+5 |
* | ABI breaker: Move the J_SIGMASK field in the jmpbuf before | Marcel Moolenaar | 2003-03-05 | 1 | -2/+2 |
* | Use __FBSDID. | David E. O'Brien | 2003-03-03 | 35 | -44/+85 |
* | ia64 actually uses 80-bit long doubles and must support big and little | Mike Barcroft | 2003-02-26 | 2 | -3/+27 |
* | o Implement C99 classification macros isfinite(), isinf(), isnan(), | Mike Barcroft | 2003-02-12 | 1 | -0/+5 |
* | Implement fpclassify(): | Mike Barcroft | 2003-02-08 | 2 | -0/+43 |
* | Implement missing fpgetround() and fpsetround(). | Marcel Moolenaar | 2003-01-11 | 3 | -2/+84 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 2 | -2/+2 |
* | Sort SRCS. | Marcel Moolenaar | 2002-11-16 | 1 | -5/+4 |
* | o Fix _longjmp() to return 1 when the return value is given as 0. | Marcel Moolenaar | 2002-11-14 | 1 | -52/+25 |
* | ia64 ABI breaker: | Marcel Moolenaar | 2002-11-11 | 3 | -38/+6 |
* | Re-apply the previously backed-out commit that fixes the problem where | Archie Cobbs | 2002-10-31 | 1 | -1/+1 |