| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unneeded stdlib directories. | ed | 2009-06-23 | 1 | -3/+0 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 1 | -2/+1 |
* | Add an alternative view of the bits in an 80-bit long double (64+16 | bde | 2008-01-17 | 1 | -1/+12 |
* | 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 |
* | The fork symbols aren't MD, they already live in sys/. | yar | 2007-10-18 | 1 | -3/+0 |
* | 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 | -14/+0 |
* | Some libc symbol map cleanups. | deischen | 2007-05-31 | 1 | -4/+0 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -9/+11 |
* | 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 | 7 | -243/+0 |
* | Prevent dead code elimination for the TP assignmient by using inline | marcel | 2006-08-30 | 1 | -2/+1 |
* | Fix comment. | ru | 2006-03-16 | 1 | -1/+1 |
* | 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/+77 |
* | - Define LDBL_NBIT to be a mask indicating the position of the integer | das | 2005-03-07 | 1 | -2/+10 |
* | 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 | -137/+0 |
* | Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. | das | 2005-01-15 | 2 | -5/+4 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Unbreak memmove(). Return the dst argument. While here, fix the END | marcel | 2004-09-04 | 1 | -7/+6 |
* | Unbreak memcpy(). memcpy() is defined to return the dst argument. | marcel | 2004-09-04 | 1 | -6/+5 |
* | Make profiling actually work. The gcc compiler emits a call to the | marcel | 2004-08-25 | 2 | -4/+79 |
* | Add support for TLS in statically linked programs. | dfr | 2004-08-15 | 2 | -1/+36 |
* | 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 | -57/+1 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | das | 2004-07-09 | 2 | -70/+1 |
* | Fix some aliasing problems. | das | 2004-02-16 | 1 | -6/+14 |
* | style cleanup: Remove duplicate $FreeBSD$ tags. | cperciva | 2004-02-10 | 2 | -4/+0 |
* | Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of the | das | 2004-01-18 | 1 | -0/+3 |
* | Add required headers. | nectar | 2004-01-06 | 2 | -0/+4 |
* | Virtual addresses in headers of ELF files for dynamic objects need | marcel | 2003-11-08 | 1 | -6/+9 |
* | The FP status register allows for 6 traps to be masked. One of them, | marcel | 2003-10-22 | 2 | -3/+3 |
* | Add the mlockall() and munlockall() system calls. | bms | 2003-08-11 | 1 | -1/+1 |
* | o There are 6 trap disable bits in ar.fpsr, not five. Even though we | marcel | 2003-08-09 | 2 | -4/+4 |
* | Override the default stubs for getcontext(2) and swapcontext(2) so | marcel | 2003-08-02 | 3 | -2/+80 |
* | The END() must expand to the .endp directive with the same name as | marcel | 2003-08-01 | 3 | -6/+5 |
* | Revert previous commit. We don't use setjmp()/longjmp() for context | marcel | 2003-07-25 | 1 | -4/+2 |
* | Implement signalcontext(). Needed by libpthread (aka libkse). | marcel | 2003-06-24 | 2 | -1/+123 |
* | o Fix a cut-n-paste bug. We were clobbering rp with gp... | marcel | 2003-06-02 | 1 | -2/+2 |
* | Rough implement of makecontext() needed to support libthr. | marcel | 2003-05-31 | 2 | -1/+122 |
* | Revamp of the syscall path, exception and context handling. The | marcel | 2003-05-16 | 3 | -12/+23 |
* | 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/+5 |
* | Replace our ancient dtoa/strtod implementation with the gdtoa | das | 2003-03-12 | 2 | -0/+35 |
* | Fix threaded applications on ia64 that are linked dynamicly. We did | marcel | 2003-03-05 | 1 | -3/+5 |