| Age | Commit message (Expand) | Author |
| 8 days | msun/math.3: reference new functions f{max,min}imum{,_num,_mag}() | Robert Clausecker |
| 8 days | lib/msun: Added fmaximum_mag and fmaximum_num families | Jesús Blázquez |
| 11 days | lib/msun: centralize addition of the arch-specific symbol map files | Konstantin Belousov |
| 11 days | lib/msun/aarch64: provide export file for arch-specific fenv methods | Konstantin Belousov |
| 13 days | fmax.3: Add caveat for going beyond C std requirements | Ed Maste |
| 2026-04-04 | lib/msun: Added fmaximum and fminimum family. Tests and man page | Jesús Blázquez |
| 2026-03-30 | msun: remove requirement to have C99 inline semantic | Konstantin Belousov |
| 2026-03-30 | msun/arm: convert fenv functions to proper linkage | Konstantin Belousov |
| 2026-03-30 | msun/powerpc: convert fenv functions to proper linkage | Konstantin Belousov |
| 2026-03-30 | msun/riscv: convert fenv functions to proper linkage | Konstantin Belousov |
| 2026-03-30 | msun/aarch64: convert fenv functions to proper linkage | Konstantin Belousov |
| 2026-03-30 | msun/x86: convert rest of the extern inline fenv functions to proper linkage | Konstantin Belousov |
| 2026-03-27 | fenv.h: stop declaring feclearexcept() extern inline | Konstantin Belousov |
| 2026-01-12 | Remove all code under __SPE__ | Minsoo Choo |
| 2025-12-17 | lib/msun/tests: xfail remaining failing tests on non-x86 archs | Siva Mahadevan |
| 2025-12-17 | lib/msun/tests: xfail failing lrint_test cases on non-x86 archs | Siva Mahadevan |
| 2025-12-17 | lib/msun/tests: xfail failing invtrig_test cases on non-x86 | Siva Mahadevan |
| 2025-12-17 | lib/msun/tests: Add REQUIRE_ variants of test-utils macros | Siva Mahadevan |
| 2025-12-17 | lib/msun/tests: Remove newlines in ATF msgs | Siva Mahadevan |
| 2025-12-17 | lib/msun/tests: Replace remaining printf() with debug() | Siva Mahadevan |
| 2025-11-17 | msun: document that {sin,cos,tan}pi(3) follow C23 | Robert Clausecker |
| 2025-11-17 | msun: expose the C23 functions we already support in <math.h> | Robert Clausecker |
| 2025-10-11 | libm: remainder: make sure x is zero | Ahmad Khalifa |
| 2025-09-12 | lib/msun: cpow{,f,l}(CMLX(0.0, 0.0)) should return 1.0 | Steve Kargl |
| 2025-08-14 | [libm] Avoid left shift of signed integer entities | Steve Kargl |
| 2025-08-12 | [libm] Fix undefined behavior of a left shifted of a signed integer | Steve Kargl |
| 2025-08-09 | Updates for ccosh[f] and csinh[f] | Steve Kargl |
| 2025-08-09 | Remove unused variables in msun/bsdsrc/b_tgamma.c | Steve Kargl |
| 2025-06-12 | fix build after _types.h changes | Brooks Davis |
| 2025-06-12 | arm: fix build after _types.h changes | Brooks Davis |
| 2025-06-11 | Don't rely on sys/_types.h including sys/cdefs.h | Brooks Davis |
| 2025-05-04 | msun: fix cbrt iterations from Newton to Halley method | Clément Bœsch |
| 2024-11-18 | manuals: Fix some .Bl -tag lists | Graham Percival |
| 2024-10-14 | Update Makefile.depend files | Simon J. Gerraty |
| 2024-08-29 | Improve accuracy of asinf(3) and acosf(3) | Steve Kargl |
| 2024-08-21 | msun: Fix typo in comment | Steve Kargl |
| 2024-08-07 | msun/ld80/e_powl.c: make powl() thread-safe by making static variables thread... | Konstantin Belousov |
| 2024-08-07 | msun/ld80/e_powl.c: add const qualifiers to the static immutable values | Konstantin Belousov |
| 2024-07-28 | libm: fma: correct zero sign with small inputs | Steve Kargl |
| 2024-07-15 | Remove residual blank line at start of Makefile | Warner Losh |
| 2024-07-15 | libm: add parens to clarify expressions in fma, fmal | Ed Maste |
| 2024-06-25 | libmsun: remove duplicates after cdefs.h added inline to __always_inline | Ryan Libby |
| 2024-06-23 | erf.3: Add a STANDARDS section | Gordon Bergling |
| 2024-06-20 | math.h: Remove support for old gcc versions | Warner Losh |
| 2024-06-12 | lib: Remove __ARM_ARCH checks that are always true | Andrew Turner |
| 2024-06-11 | Revert "libm: fma: correct zero sign with small inputs" | Ed Maste |
| 2024-06-11 | msun: update Clang bug reference in fma test | Ed Maste |
| 2024-06-08 | libm: fma: correct zero sign with small inputs | Ed Maste |
| 2024-04-23 | pow,powf(3),__ieee754_rem_pio2(f): Avoid negative integer left shift UB | Karl Tomlinson |
| 2024-04-12 | msun: Fix math error in comment explaining y reduction | Henri Chataing |