| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-11-07 | Fix ilogb(3) implementation. The results have to match FP_ILOGB0 and |  kettenis | 4 | -86/+0 |
| 2020-07-09 | The fegetexceptflag() function should not have a DEF_STD. |  kettenis | 1 | -2/+1 |
| 2020-06-28 | Add powerpc64 fenv bits; copied from powerpc. From drahn@ |  kettenis | 1 | -0/+339 |
| 2019-03-12 | Setting and getting the rounding mode on our arm64 FPU has not worked |  patrick | 1 | -9/+14 |
| 2018-07-08 | Add missing retguard check |  mortimer | 1 | -1/+2 |
| 2018-07-03 | Add retguard macros to libm assembly. |  mortimer | 43 | -43/+135 |
| 2018-03-16 | Since most (if not all) ARMv8 hardware doesn't actually support trapping of |  kettenis | 1 | -20/+4 |
| 2018-03-12 | Make the binding of rintl, significand, and significandf consistently |  guenther | 4 | -4/+8 |
| 2018-02-28 | Change floating-point mode/environment control functions to operate on |  kettenis | 1 | -39/+79 |
| 2018-02-05 | Constants which can go into .rodata |  deraadt | 2 | -2/+4 |
| 2017-08-19 | Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignments |  deraadt | 3 | -13/+9 |
| 2017-01-11 | Add support for AArch64. Based on FreeBSD's msun header, modified |  patrick | 1 | -0/+284 |
| 2016-12-22 | copysign and copysignf are used within libm, so declare them accordingly. |  naddy | 4 | -10/+14 |
| 2016-09-12 | Reduce libm's exports and make internal calls go direct. |  guenther | 113 | -157/+410 |
| 2016-09-01 | retire the sparc library code |  tedu | 1 | -336/+0 |
| 2016-05-12 | more hppa64 cleaning |  deraadt | 1 | -370/+0 |
| 2016-03-10 | more pieces of vax |  deraadt | 9 | -1846/+0 |
| 2015-01-20 | Missing $OpenBSD$'s. |  krw | 12 | -0/+12 |
| 2014-09-12 | Provide a sparc64 version of sqrtl(3) that simply calls _Qp_sqrt. |  kettenis | 1 | -0/+29 |
| 2014-04-18 | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 28 | -322/+322 |
| 2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping |  miod | 59 | -2687/+0 |
| 2013-08-06 | scalbnf on vax, okay miod@ |  espie | 1 | -1/+8 |
| 2013-07-15 | Fix atan2f() and hypotf() by actually converting both their arguments to the |  miod | 2 | -4/+6 |
| 2013-07-15 | add some missing asm functions to vax: long double as aliases to double, |  espie | 6 | -10/+51 |
| 2013-07-05 | VAX ELF userland bits. Consists mostly of register prefix additions. |  miod | 9 | -490/+490 |
| 2013-03-28 | Switch libc and libm to use strong aliases rather than weak aliases |  martynas | 14 | -24/+24 |
| 2013-02-02 | Userland bits for m68k/ELF. Mostly addition of register prefixes to the |  miod | 59 | -349/+206 |
| 2013-01-13 | Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB, |  martynas | 5 | -33/+3 |
| 2013-01-05 | Switch m88k ports to ELF. |  miod | 1 | -26/+26 |
| 2012-12-30 | Provide proper ldexp{f,l} aliases to scalbn{f,l} to match the MI (ld80) code. |  miod | 2 | -2/+4 |
| 2012-12-05 | Remove excessive sys/cdefs.h inclusion |  deraadt | 16 | -42/+17 |
| 2012-08-23 | Aliases for extended precision were missed on a few functions on hppa. |  martynas | 5 | -1/+12 |
| 2011-07-09 | Switch to the SSE code. OK mikeb@. |  martynas | 2 | -44/+5 |
| 2011-07-09 | Don't reimplement the same thing twice. OK matthew@. |  martynas | 3 | -82/+0 |
| 2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 20 | -1168/+0 |
| 2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 20 | -0/+1168 |
| 2011-05-31 | Make lint play nicer in pass 2 of libm on amd64 and i386. The |  martynas | 2 | -2/+10 |
| 2011-05-30 | Trick lint into recording the right prototypes in the llib-lm.ln |  martynas | 3 | -10/+22 |
| 2011-05-28 | Adapt m68k MD functions to extended-precision. |  martynas | 11 | -0/+502 |
| 2011-05-28 | Adapt m68k MD functions to single-precision. |  martynas | 24 | -0/+996 |
| 2011-04-29 | Trick GCC (-O2) into actually raising the underflow exception on m88k. |  martynas | 1 | -3/+3 |
| 2011-04-28 | ixnay on the nopfay |  miod | 1 | -3/+1 |
| 2011-04-28 | fenv improvements and cleanups |  martynas | 13 | -734/+1366 |
| 2011-04-26 | fenv for mips64 |  martynas | 1 | -0/+316 |
| 2011-04-25 | fenv for sparc; mostly cloned from sparc64 |  martynas | 2 | -1/+354 |
| 2011-04-25 | fenv for powerpc |  martynas | 1 | -0/+354 |
| 2011-04-24 | fenv for sh |  martynas | 1 | -0/+381 |
| 2011-04-24 | fenv for i386, and sparc64; from matthew@ |  martynas | 2 | -0/+849 |
| 2011-04-24 | fenv for arm |  martynas | 1 | -0/+269 |
| 2011-04-23 | Implement C99 floating-point environment for Alpha. |  martynas | 1 | -0/+362 |