| Age | Commit message (Expand) | Author |
| 7 days | 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 |
| 2024-04-12 | math: Add long double constant definitions | Collin Funk |
| 2024-04-12 | Now that D44168 has been merged to stable/14, update the manpage | Mark Murray |
| 2024-03-21 | riscv: remove more riscv64sf support | Brooks Davis |
| 2024-03-21 | msun/riscv: expose fe{disable,enable}except | Brooks Davis |
| 2024-03-18 | lib/msun: Fix tgammal(3) on IEEE 128-bit platforms | Mark Murray |
| 2024-02-02 | include/math.h: fix warning with -Wconversion | Martin Oliveira |
| 2024-01-28 | lib/msun: Cleanup after $FreeBSD$ removal | Steve Kargl |
| 2024-01-27 | msun: remove fabs from Symbol.map, and adjust comment | Dimitry Andric |
| 2023-11-26 | lib: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-11-26 | lib: Remove ancient SCCS tags. | Warner Losh |
| 2023-11-26 | dirdeps: Update/fix Makefile.depend* for toolchain | Ka Ho Ng |
| 2023-11-19 | math: Move to const instead of __const | Warner Losh |
| 2023-09-25 | Purge more stray embedded $FreeBSD$ strings | John Baldwin |