| Commit message (Expand) | Author | Age | Files | Lines |
* | Missing $OpenBSD$'s. |  krw | 2015-01-20 | 12 | -0/+12 |
* | Provide a sparc64 version of sqrtl(3) that simply calls _Qp_sqrt. |  kettenis | 2014-09-12 | 1 | -0/+29 |
* | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 2014-04-18 | 28 | -322/+322 |
* | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping |  miod | 2014-03-18 | 59 | -2687/+0 |
* | scalbnf on vax, okay miod@ |  espie | 2013-08-06 | 1 | -1/+8 |
* | Fix atan2f() and hypotf() by actually converting both their arguments to the |  miod | 2013-07-15 | 2 | -4/+6 |
* | add some missing asm functions to vax: long double as aliases to double, |  espie | 2013-07-15 | 6 | -10/+51 |
* | VAX ELF userland bits. Consists mostly of register prefix additions. |  miod | 2013-07-05 | 9 | -490/+490 |
* | Switch libc and libm to use strong aliases rather than weak aliases |  martynas | 2013-03-28 | 14 | -24/+24 |
* | Userland bits for m68k/ELF. Mostly addition of register prefixes to the |  miod | 2013-02-02 | 59 | -349/+206 |
* | Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB, |  martynas | 2013-01-13 | 5 | -33/+3 |
* | Switch m88k ports to ELF. |  miod | 2013-01-05 | 1 | -26/+26 |
* | Provide proper ldexp{f,l} aliases to scalbn{f,l} to match the MI (ld80) code. |  miod | 2012-12-30 | 2 | -2/+4 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 16 | -42/+17 |
* | Aliases for extended precision were missed on a few functions on hppa. |  martynas | 2012-08-23 | 5 | -1/+12 |
* | Switch to the SSE code. OK mikeb@. |  martynas | 2011-07-09 | 2 | -44/+5 |
* | Don't reimplement the same thing twice. OK matthew@. |  martynas | 2011-07-09 | 3 | -82/+0 |
* | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2011-07-08 | 20 | -1168/+0 |
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2011-07-08 | 20 | -0/+1168 |
* | Make lint play nicer in pass 2 of libm on amd64 and i386. The |  martynas | 2011-05-31 | 2 | -2/+10 |
* | Trick lint into recording the right prototypes in the llib-lm.ln |  martynas | 2011-05-30 | 3 | -10/+22 |
* | Adapt m68k MD functions to extended-precision. |  martynas | 2011-05-28 | 11 | -0/+502 |
* | Adapt m68k MD functions to single-precision. |  martynas | 2011-05-28 | 24 | -0/+996 |
* | Trick GCC (-O2) into actually raising the underflow exception on m88k. |  martynas | 2011-04-29 | 1 | -3/+3 |
* | ixnay on the nopfay |  miod | 2011-04-28 | 1 | -3/+1 |
* | fenv improvements and cleanups |  martynas | 2011-04-28 | 13 | -734/+1366 |
* | fenv for mips64 |  martynas | 2011-04-26 | 1 | -0/+316 |
* | fenv for sparc; mostly cloned from sparc64 |  martynas | 2011-04-25 | 2 | -1/+354 |
* | fenv for powerpc |  martynas | 2011-04-25 | 1 | -0/+354 |
* | fenv for sh |  martynas | 2011-04-24 | 1 | -0/+381 |
* | fenv for i386, and sparc64; from matthew@ |  martynas | 2011-04-24 | 2 | -0/+849 |
* | fenv for arm |  martynas | 2011-04-24 | 1 | -0/+269 |
* | Implement C99 floating-point environment for Alpha. |  martynas | 2011-04-23 | 1 | -0/+362 |
* | fenv for amd64; from matthew@ |  martynas | 2011-04-21 | 1 | -0/+423 |
* | fenv for hppa |  martynas | 2011-04-21 | 1 | -0/+355 |
* | fenv for m68k |  martynas | 2011-04-20 | 1 | -0/+360 |
* | typo in a comment |  deraadt | 2010-06-03 | 1 | -2/+2 |
* | Tweak inline asm to prevent gcc4 from optimizing away crucial bits of it. |  kettenis | 2010-05-05 | 8 | -24/+24 |
* | Provide assembly version of sqrtl(3). |  kettenis | 2009-11-06 | 1 | -0/+12 |
* | Provide assembly version of sqrtl(3). |  kettenis | 2009-11-05 | 1 | -0/+12 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 14 | -56/+0 |
* | round, roundf, trunc, truncf for hppa; ok kettenis@ |  martynas | 2009-07-15 | 4 | -0/+108 |
* | floor(3) should round towards -inf instead of towards zero. |  kettenis | 2009-06-30 | 2 | -6/+4 |
* | fix scalbn, scalbnf, frexpf on amd64. don't use double arg |  martynas | 2009-04-25 | 2 | -10/+16 |
* | alias and give frexpf symbol external linkage to scalbnf; this was |  martynas | 2009-04-21 | 2 | -2/+8 |
* | lrint, llrint, lrintf, llrintf for amd64. ok kettenis@, oga@ |  martynas | 2009-04-10 | 4 | -0/+48 |
* | missing rcs ids; spacing |  martynas | 2009-04-08 | 4 | -18/+19 |
* | remove i386/x86_64 ifdefs. i386 lives @ i387. miod@ agrees |  martynas | 2009-04-08 | 11 | -183/+10 |
* | implement and use sqrt, sqrtf & fabsf in hardware; since it's |  martynas | 2009-04-05 | 3 | -0/+85 |
* | space |  martynas | 2008-12-12 | 5 | -13/+13 |