| Age | Commit message (Expand) | Author |
| 2024-03-18 | lib/msun: Fix tgammal(3) on IEEE 128-bit platforms | Mark Murray |
| 2024-01-27 | msun: remove fabs from Symbol.map, and adjust comment | Dimitry Andric |
| 2023-11-26 | lib: Remove ancient SCCS tags. | Warner Losh |
| 2023-09-05 | msun: LIBCSRCDIR is too fragile, use ${SRCTOP}/lib/libc instead | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line sh pattern | Warner Losh |
| 2022-09-09 | msun/Makefile: Fix conditional and unbreak the build. | Gleb Popov |
| 2022-09-09 | src.conf: Introduce WITHOUT_MACHDEP knob. | Gleb Popov |
| 2021-12-15 | * lib/msun/Makefile b/lib/msun/Makefile: | Mark Murray |
| 2021-12-15 | * lib/msun/Makefile: | Mark Murray |
| 2021-11-19 | Use a builtin where possible in msun | Andrew Turner |
| 2021-11-05 | Implementations of cexpl() | Steve Kargl |
| 2021-10-27 | lib/msun: Move the files to appropriate locations in the Makefile | Steve Kargl |
| 2021-10-26 | [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] | Steve Kargl |
| 2021-04-15 | lib/msun: Exclude ignored-pragmas from -Werror | Alex Richardson |
| 2021-04-10 | Only use -fp-exception-behavior=maytrap on x86, for now | Dimitry Andric |
| 2021-04-10 | Avoid raising unexpected floating point exceptions in libm | Dimitry Andric |
| 2020-05-12 | Remove tests for obsolete compilers in the build system | Eric van Gyzen |
| 2019-02-01 | libm: squelch -Woverflow from gcc6 | Eric van Gyzen |
| 2018-07-20 | Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSD | Dimitry Andric |
| 2018-07-19 | Revert r336497 for now, as it breaks on architectures using gcc, with: | Dimitry Andric |
| 2018-07-19 | Fix powl, cpow, cpowf, and cpowl imports from OpenBSD | Dimitry Andric |
| 2018-07-15 | msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsd | Matt Macy |
| 2018-05-13 | Add implementations for clog(3), clogf(3), and clog(3). | Konstantin Belousov |
| 2017-08-02 | Add HAS_TESTS to all Makefiles that are currently using the | Enji Cooper |
| 2017-08-02 | Convert traditional ${MK_TESTS} conditional idiom for including test | Enji Cooper |
| 2017-05-28 | Implement sincos, sincosf, and sincosl. | Michal Meloun |
| 2017-02-17 | Fix building of r313761 on platforms that | Mahdi Mokhtari |
| 2017-02-15 | Add casinl() cacosl() catanl() casinhl() cacoshl() catanhl() APIs to msun | Mahdi Mokhtari |
| 2016-10-11 | Don't use fmaxl/fminl on platforms with no long double support, | Ruslan Bukin |
| 2016-09-28 | libm: simplify i387 subdir logic with make's :S substitution | Ed Maste |
| 2016-02-05 | Remove libc, librtld_db, libthr packages, and further increase | Glen Barber |
| 2016-02-04 | First pass through library packaging. | Glen Barber |
| 2015-12-01 | Don't override LIB*DIR variables from src.libnames.mk. | Bryan Drewery |
| 2015-11-09 | Document powl(3) | Enji Cooper |
| 2015-06-15 | Revert r284417 it is not necessary anymore | Baptiste Daroussin |
| 2015-06-15 | Enforce overwritting SHLIBDIR | Baptiste Daroussin |
| 2015-06-11 | Misc fixes from projects/bmake | Simon J. Gerraty |
| 2015-04-27 | Build/install libc, librt, libthr, and msun NetBSD test suites on all | Enji Cooper |
| 2014-11-17 | Add reachover Makefiles for contrib/netbsd-tests/lib/librt | Enji Cooper |
| 2014-09-15 | * Makefile: | Steve Kargl |
| 2014-07-13 | * Makefile: | Steve Kargl |
| 2014-02-21 | For lib/msun, turn off warnings about unknown pragmas, since | Dimitry Andric |
| 2013-12-30 | * Makefile: | Steve Kargl |
| 2013-11-07 | Fix bulding libm on platforms with LDBL_MANT_DIG == 53. | Steve Kargl |
| 2013-09-06 | Add stub implementations of the missing C++11 math functions. | David Chisnall |
| 2013-06-10 | Add implementations of acoshl(), asinhl(), and atanhl(). This is a | David Schultz |
| 2013-06-05 | Style fixes. | David Schultz |
| 2013-06-04 | Add man links for expl(3) and expm1l(3). | David Schultz |
| 2013-06-03 | Add logl, log2l, log10l, and log1pl. | David Schultz |
| 2013-05-30 | I'm happy to finally commit stephen@'s implementations of cacos, | David Schultz |