| Commit message (Expand) | Author | Age | Files | Lines |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 4 | -16/+0 |
* | Fix TLS on sparc64 for statically and dynamically linked binaries | kmacy | 2006-10-08 | 1 | -2/+1 |
* | Remove fpsetsticky(). This was added for SysV compatibility, but due | das | 2005-03-15 | 2 | -31/+1 |
* | Replace the ldexp() implementation in libc with a renamed copy of the | das | 2005-01-22 | 1 | -155/+0 |
* | Correct the values of FLT_ROUNDS for the FE_UPWARD and FE_DOWNWARD cases. | das | 2005-01-18 | 1 | -2/+2 |
* | Add support for TLS in statically linked programs. | dfr | 2004-08-15 | 2 | -1/+36 |
* | Replace seven nominally MD implementations of frexp() that are broken | das | 2004-07-18 | 2 | -79/+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 | 1 | -2/+0 |
* | Remove unused variables. Add required headers and function | nectar | 2004-01-06 | 1 | -1/+2 |
* | Implement signalcontext. | jake | 2003-08-08 | 2 | -2/+78 |
* | Implement makecontext. | jake | 2003-04-01 | 3 | -3/+129 |
* | o Implement C99 classification macros isfinite(), isinf(), isnan(), | mike | 2003-02-12 | 1 | -0/+5 |
* | Implement fpclassify(): | mike | 2003-02-08 | 1 | -0/+3 |
* | Rewrite longjmp() and _longjmp() to directly restore the saved frame, | tmm | 2003-01-05 | 2 | -55/+19 |
* | Rename siglongjmp() to __siglongjmp(), with a weak alias to siglongjmp(), | tmm | 2003-01-05 | 1 | -2/+4 |
* | Re-apply the previously backed-out commit that fixes the problem where | archie | 2002-10-31 | 1 | -1/+1 |
* | Revert previous commit to unbreak world until we figure out the | archie | 2002-09-20 | 1 | -1/+1 |
* | Fix a problem with the definition of HUGE_VAL causing the gcc warning | archie | 2002-09-19 | 1 | -1/+1 |
* | Use the macros from machine/fsr.h; some minor cleanups. | tmm | 2002-09-14 | 1 | -5/+6 |
* | Add implementations of fpgetmask(), fpgetround(), fpgetsticky(), | tmm | 2002-09-14 | 6 | -1/+126 |
* | Add an implementation of fabs() (which is quite trivial). | tmm | 2002-09-13 | 2 | -1/+38 |
* | Use __FBSDID. | obrien | 2002-06-29 | 5 | -36/+9 |
* | Add frexp(3). | obrien | 2002-06-29 | 2 | -2/+80 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 3 | -1/+5 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 2 | -3/+3 |
* | Account for <machine/fsr.h> no longer being usable for assembler code. | tmm | 2002-03-11 | 2 | -2/+6 |
* | Fix __dtoul to work on sparc64 (it used a half-way v8 stack layout), | tmm | 2002-03-11 | 1 | -13/+13 |
* | Add fpsetmask(). Needed to build miniperl. | jake | 2002-03-05 | 2 | -2/+29 |
* | Fix a bug where siglongjmp would clobber the argument to return from | jake | 2002-03-05 | 1 | -2/+2 |
* | Use jmpbuf offsets, not ucontext_t. | jake | 2001-12-29 | 1 | -3/+2 |
* | Add .register directives for gcc3. | jake | 2001-12-29 | 1 | -13/+42 |
* | __infinity is not const. | jake | 2001-12-29 | 1 | -1/+1 |
* | Add jmpbuf offsets. Remove ucontext offsets. | jake | 2001-12-29 | 1 | -9/+8 |
* | Add .register directives for gcc3. | jake | 2001-12-29 | 1 | -6/+11 |
* | Actually build new files. | jake | 2001-11-19 | 1 | -1/+2 |
* | Add more libc stuff. | jake | 2001-11-18 | 6 | -0/+601 |
* | Catch up to jmpbuf changes. Define offsets used from assmebly language | jake | 2001-11-18 | 2 | -24/+39 |
* | Minimal libc for sparc64. | jake | 2001-10-26 | 4 | -0/+186 |