aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers
2018-09-20Invert sense of list of i686-class processors in sysdeps/x86/cpu-features.h.Joseph Myers
2018-09-20Linux gethostid: Check for NULL value from gethostbyname_r [BZ #23679]Mingli Yu
2018-09-19Fix the documentation comment of checkint in powfSzabolcs Nagy
2018-09-19Add new pow implementationSzabolcs Nagy
2018-09-18Unify many bits/mman.h headers.Joseph Myers
2018-09-18Fix ldbl-128ibm ceill, floorl inlining of ceil, floor.Joseph Myers
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers
2018-09-17Update siginfo constants from Linux kernel (bug 21286).Joseph Myers
2018-09-14Fix MIPS n32 pr_sigpend, pr_sighold, pr_flag type (bug 23656).Joseph Myers
2018-09-14Fix sys/procfs.h pr_uid, pr_gid type (bug 23649).Joseph Myers
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers
2018-09-12Add new log2 implementationSzabolcs Nagy
2018-09-12Add new log implementationSzabolcs Nagy
2018-09-12i386: Use ENTRY and END in start.S [BZ #23606]H.J. Lu
2018-09-11Remove x86_64 math_private.h asms.Joseph Myers
2018-09-06S390: Regenerate ULPs.Stefan Liebler
2018-09-06Fix segfault in maybe_script_execute.Stefan Liebler
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy
2018-09-05Remove alpha math_private.h.Joseph Myers
2018-09-05Move float128 inlines from sysdeps/generic/math_private.h to include/math.h.Joseph Myers
2018-09-04Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers
2018-08-27Move EXCEPTION_SET_FORCES_TRAP out of math-tests.h.Joseph Myers
2018-08-27Update netinet/udp.h from Linux 4.18.Joseph Myers
2018-08-24Move EXCEPTION_ENABLE_SUPPORTED out of math-tests.h.Joseph Myers
2018-08-24Remove unused math filesWilco Dijkstra
2018-08-23Move EXCEPTION_TESTS_* out of math-tests.hJoseph Myers
2018-08-23Speedup tanf range reductionWilco Dijkstra
2018-08-22Move ROUNDING_TESTS_* out of math-tests.h.Joseph Myers
2018-08-21Add PF_XDP, AF_XDP and SOL_XDP from Linux 4.18 to bits/socket.h.Tobias Klauser
2018-08-21Update netinet/tcp.h from Linux 4.18.Joseph Myers
2018-08-21Avoid running some tests if the file system does not support holesFlorian Weimer
2018-08-21__readlink_chk: Remove micro-optimizationFlorian Weimer
2018-08-20__readlink_chk: Assume HAVE_INLINED_SYSCALLSFlorian Weimer
2018-08-20Update struct signalfd_siginfo from Linux 4.18.Joseph Myers
2018-08-20powerpc: Remove powerpc specific sinf and cosf optimizationRajalakshmi Srinivasaraghavan
2018-08-17math: Regenerate s390 ulpsFlorian Weimer
2018-08-16powerpc: Rearrange little endian specific filesRajalakshmi Srinivasaraghavan
2018-08-15[aarch64] Add an ASIMD variant of strlen for falkorSiddhesh Poyarekar
2018-08-15Use generic sinf/cosf in lgammaf_rWilco Dijkstra
2018-08-15Fix spaces in x86_64 ULP fileWilco Dijkstra
2018-08-14Improve performance of sinf and cosfWilco Dijkstra
2018-08-13Update syscall-names.list for Linux 4.18.Joseph Myers
2018-08-10Move SNAN_TESTS_* out of math-tests.h.Joseph Myers
2018-08-10Improve performance of sincosfWilco Dijkstra
2018-08-10Clean up converttoint handling and document the semanticsSzabolcs Nagy