| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove fpsetsticky(). This was added for SysV compatibility, but due | das | 2005-03-15 | 2 | -58/+1 |
* | Define LDBL_NBIT to be a mask indicating the position of the integer | das | 2005-03-07 | 1 | -0/+1 |
* | Update my email address. | das | 2005-02-06 | 1 | -1/+1 |
* | Replace the ldexp() implementation in libc with a renamed copy of the | das | 2005-01-22 | 1 | -155/+0 |
* | Add a file missed in the previous commit: | das | 2005-01-15 | 1 | -0/+5 |
* | Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. | das | 2005-01-15 | 1 | -4/+0 |
* | Add support for TLS in statically linked programs. | dfr | 2004-08-15 | 2 | -1/+37 |
* | Fix printing of long doubles to match the size that | gallatin | 2004-07-19 | 2 | -11/+8 |
* | Add signalcontext, required by KSE. | grehan | 2004-07-19 | 2 | -1/+104 |
* | The new program counter should go into the trapframe's srr0 and | grehan | 2004-07-19 | 1 | -1/+1 |
* | Replace seven nominally MD implementations of frexp() that are broken | das | 2004-07-18 | 2 | -57/+1 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | das | 2004-07-09 | 2 | -68/+1 |
* | makecontext lib call. | grehan | 2004-03-02 | 3 | -3/+167 |
* | Fix some aliasing problems. | das | 2004-02-16 | 1 | -6/+14 |
* | Add forgotten IEEE functions. The Perl 5.8 port now compiles. | grehan | 2004-02-12 | 9 | -2/+428 |
* | Include <stdlib.h> to get abort() prototype. | grehan | 2004-01-21 | 1 | -0/+2 |
* | Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of the | das | 2004-01-18 | 1 | -0/+3 |
* | - Put manh/manl bitfields into correct-sized integral type. | grehan | 2003-12-10 | 1 | -5/+4 |
* | Add the mlockall() and munlockall() system calls. | bms | 2003-08-11 | 1 | -1/+1 |
* | Add a comment describing why it's important for the values in this | das | 2003-05-08 | 1 | -0/+7 |
* | Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). | das | 2003-04-05 | 1 | -0/+8 |
* | Replace our ancient dtoa/strtod implementation with the gdtoa | das | 2003-03-12 | 2 | -0/+14 |
* | o Implement C99 classification macros isfinite(), isinf(), isnan(), | mike | 2003-02-12 | 1 | -0/+5 |
* | Implement fpclassify(): | mike | 2003-02-08 | 2 | -0/+43 |
* | We don't need our own personal definition of __CONCAT. | obrien | 2003-01-18 | 1 | -4/+1 |
* | Minimal libc for PowerPC. | grehan | 2002-12-04 | 18 | -0/+1149 |
* | _C_LABEL -> CNAME | benno | 2002-05-17 | 1 | -14/+14 |
* | Flesh this out, based on the NetBSD version. | benno | 2002-05-17 | 1 | -10/+41 |
* | Grow RSYSCALL. | obrien | 2002-05-15 | 1 | -0/+4 |
* | Blah, fix stupid syntax error. | obrien | 2002-05-15 | 1 | -1/+1 |
* | host-network order conversion routines. | obrien | 2002-05-15 | 5 | -0/+158 |
* | Beginnings of syscall bits for PowerPC. These are no doubtedly wrong, | obrien | 2002-05-15 | 1 | -0/+43 |