| Age | Commit message (Expand) | Author |
| 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-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-08-29 | Improve accuracy of asinf(3) and acosf(3) | Steve Kargl |
| 2024-08-21 | msun: Fix typo in comment | Steve Kargl |
| 2024-07-28 | libm: fma: correct zero sign with small inputs | Steve Kargl |
| 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-20 | math.h: Remove support for old gcc versions | Warner Losh |
| 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-02-02 | include/math.h: fix warning with -Wconversion | Martin Oliveira |
| 2024-01-28 | lib/msun: Cleanup after $FreeBSD$ removal | Steve Kargl |
| 2023-11-26 | lib: Remove ancient SCCS tags. | Warner Losh |
| 2023-11-19 | math: Move to const instead of __const | Warner Losh |
| 2023-09-25 | Purge more stray embedded $FreeBSD$ strings | John Baldwin |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .c comment pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .h pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-08-03 | Clean up libm use of the __ieee754_ prefix | Steve Kargl |
| 2023-08-03 | Fixes for bugs in sinpi/cospi/tanpi | Steve Kargl |
| 2023-08-03 | Cleanup debugging code in libm | Steve Kargl |
| 2023-07-27 | msun: Fix typo in math_private.h comment | Steve Kargl |
| 2023-07-17 | libm: correctly test for for NaN and Infinity in sinpi(), cospi(), and tanpi() | Steve Kargl |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-09-19 | msun: correct comment | Steve Kargl |
| 2022-09-10 | msun: Remove a double word in a source code comment | Gordon Bergling |
| 2022-09-03 | libm: Correct some typos in source code comments | Gordon Bergling |
| 2022-08-04 | [libm] Correct comments in s_cbrt[l].c | Steve Kargl |
| 2022-07-15 | Remove unnecessary const and volatile qualifiers from __fp_type_select() | Dimitry Andric |
| 2022-07-12 | msun: Rewrite function definitions with identifier lists | Yi Kong |
| 2022-04-12 | Remove checks for __GNUCLIKE_ASM assuming it is always true. | John Baldwin |
| 2022-04-09 | math(3): Remove a double word in a source code comment | Gordon Bergling |
| 2021-12-15 | * lib/msun/Makefile b/lib/msun/Makefile: | Mark Murray |
| 2021-12-14 | Remove set-but-unused variable from s_sincosl.c | Dimitry Andric |
| 2021-11-19 | Use a builtin where possible in msun | Andrew Turner |
| 2021-11-05 | Partially revert ac76bc1145dd because it is no longer necessary | Dimitry Andric |
| 2021-11-05 | Implementations of cexpl() | Steve Kargl |
| 2021-10-29 | sinpi,cospi,tanpi: float.h needed for week reference | Steve Kargl |
| 2021-10-26 | [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] | Steve Kargl |