| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | libm: fma: correct zero sign with small inputs | Steve Kargl | 2024-07-28 | 2 | -4/+4 |
| * | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 7 | -7/+0 |
| * | libm: add parens to clarify expressions in fma, fmal | Ed Maste | 2024-07-15 | 2 | -6/+6 |
| * | libmsun: remove duplicates after cdefs.h added inline to __always_inline | Ryan Libby | 2024-06-25 | 6 | -6/+6 |
| * | erf.3: Add a STANDARDS section | Gordon Bergling | 2024-06-23 | 1 | -1/+12 |
| * | math.h: Remove support for old gcc versions | Warner Losh | 2024-06-21 | 1 | -6/+1 |
| * | lib: Remove __ARM_ARCH checks that are always true | Andrew Turner | 2024-06-12 | 1 | -5/+1 |
| * | Revert "libm: fma: correct zero sign with small inputs" | Ed Maste | 2024-06-12 | 2 | -6/+2 |
| * | msun: update Clang bug reference in fma test | Ed Maste | 2024-06-12 | 2 | -4/+4 |
| * | libm: fma: correct zero sign with small inputs | Ed Maste | 2024-06-08 | 2 | -2/+6 |
| * | pow,powf(3),__ieee754_rem_pio2(f): Avoid negative integer left shift UB | Karl Tomlinson | 2024-04-23 | 4 | -4/+12 |
| * | msun: Fix math error in comment explaining y reduction | Henri Chataing | 2024-04-12 | 2 | -2/+2 |
| * | math: Add long double constant definitions | Collin Funk | 2024-04-12 | 1 | -0/+16 |
| * | Now that D44168 has been merged to stable/14, update the manpage | Mark Murray | 2024-04-12 | 1 | -2/+2 |
| * | riscv: remove more riscv64sf support | Brooks Davis | 2024-03-21 | 3 | -37/+2 |
| * | msun/riscv: expose fe{disable,enable}except | Brooks Davis | 2024-03-21 | 2 | -10/+7 |
| * | lib/msun: Fix tgammal(3) on IEEE 128-bit platforms | Mark Murray | 2024-03-18 | 3 | -59/+15 |
| * | include/math.h: fix warning with -Wconversion | Martin Oliveira | 2024-02-03 | 1 | -3/+3 |
| * | lib/msun: Cleanup after $FreeBSD$ removal | Steve Kargl | 2024-01-28 | 233 | -244/+0 |
| * | msun: remove fabs from Symbol.map, and adjust comment | Dimitry Andric | 2024-01-27 | 2 | -2/+2 |
| * | lib: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 12 | -12/+0 |
| * | lib: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 126 | -170/+0 |
| * | dirdeps: Update/fix Makefile.depend* for toolchain | Ka Ho Ng | 2023-11-27 | 1 | -0/+1 |
| * | math: Move to const instead of __const | Warner Losh | 2023-11-20 | 1 | -3/+3 |
| * | Purge more stray embedded $FreeBSD$ strings | John Baldwin | 2023-09-25 | 3 | -13/+0 |
| * | msun: LIBCSRCDIR is too fragile, use ${SRCTOP}/lib/libc instead | Warner Losh | 2023-09-05 | 1 | -5/+15 |
| * | Remove $FreeBSD$: one-line nroff pattern | Warner Losh | 2023-08-16 | 33 | -33/+0 |
| * | Remove $FreeBSD$: two-line nroff pattern | Warner Losh | 2023-08-16 | 27 | -54/+0 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 10 | -10/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 320 | -636/+0 |
| * | Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 9 | -9/+0 |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 41 | -82/+0 |
| * | Clean up libm use of the __ieee754_ prefix | Steve Kargl | 2023-08-03 | 54 | -223/+162 |
| * | Fixes for bugs in sinpi/cospi/tanpi | Steve Kargl | 2023-08-03 | 13 | -193/+183 |
| * | Cleanup debugging code in libm | Steve Kargl | 2023-08-03 | 5 | -172/+49 |
| * | msun: Fix typo in math_private.h comment | Steve Kargl | 2023-07-26 | 1 | -1/+1 |
| * | arm64 lib32: prepare arm64 headers to redirect to arm | Mike Karels | 2023-07-25 | 1 | -0/+6 |
| * | libm: correctly test for for NaN and Infinity in sinpi(), cospi(), and tanpi() | Steve Kargl | 2023-07-17 | 3 | -3/+5 |
| * | msun: Correct FreeBSD version in sincos() man page | Brad Smith | 2023-06-09 | 1 | -1/+1 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 90 | -90/+90 |
| * | libc: Simplify soft-float on 32-bit arm | Warner Losh | 2023-02-14 | 1 | -1/+1 |
| * | msun: correct comment | Steve Kargl | 2022-09-19 | 1 | -6/+6 |
| * | msun: Remove a double word in a source code comment | Gordon Bergling | 2022-09-10 | 1 | -1/+1 |
| * | msun/Makefile: Fix conditional and unbreak the build. | Gleb Popov | 2022-09-09 | 1 | -1/+1 |
| * | src.conf: Introduce WITHOUT_MACHDEP knob. | Gleb Popov | 2022-09-09 | 1 | -1/+1 |
| * | msun: Remove a double word in a source code comment | Gordon Bergling | 2022-09-04 | 1 | -1/+1 |
| * | libm: Correct some typos in source code comments | Gordon Bergling | 2022-09-03 | 14 | -19/+19 |
| * | [libm] Correct comments in s_cbrt[l].c | Steve Kargl | 2022-08-04 | 2 | -2/+2 |
| * | Remove unnecessary const and volatile qualifiers from __fp_type_select() | Dimitry Andric | 2022-07-15 | 1 | -10/+1 |