about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Use bits/mman-linux.h for hppa.Joseph Myers2018-10-041-51/+27
* Fix libnldbl_nonshared.a references to internal libm symbols (bug 23735).Joseph Myers2018-10-043-1/+50
* sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444]Martin Jansa2018-10-021-0/+12
* Fix build from commit 0b727edAdhemerval Zanella2018-10-021-0/+2
* x86: Use RTM intrinsics in pthread mutex lock elisionH.J. Lu2018-10-022-67/+7
* libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella2018-10-022-23/+15
* Move MREMAP_* to bits/mman-shared.h.Joseph Myers2018-10-013-12/+4
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-2872-72/+2
* i386: Use _dl_runtime_[resolve|profile]_shstk for SHSTK [BZ #23716]H.J. Lu2018-09-282-69/+11
* Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella2018-09-284-4/+4
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-2753-92/+99
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-2723-35/+33
* Add missing unwind information to ld.so on powerpc32 (bug 23707)Andreas Schwab2018-09-261-0/+3
* Share MAP_* flags between more architectures.Joseph Myers2018-09-265-46/+49
* Complete sys/procfs.h unification.Joseph Myers2018-09-256-130/+94
* Unify more sys/procfs.h headers.Joseph Myers2018-09-2524-892/+619
* Unify some sys/procfs.h headers.Joseph Myers2018-09-2519-1015/+323
* powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella2018-09-2110-100/+21
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-2025-31/+34
* Invert sense of list of i686-class processors in sysdeps/x86/cpu-features.h.Joseph Myers2018-09-201-18/+7
* Linux gethostid: Check for NULL value from gethostbyname_r [BZ #23679]Mingli Yu2018-09-201-2/+2
* Fix the documentation comment of checkint in powfSzabolcs Nagy2018-09-191-1/+2
* Add new pow implementationSzabolcs Nagy2018-09-1912-10614/+569
* Unify many bits/mman.h headers.Joseph Myers2018-09-188-318/+6
* Fix ldbl-128ibm ceill, floorl inlining of ceil, floor.Joseph Myers2018-09-182-4/+8
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-1728-32/+31
* Update siginfo constants from Linux kernel (bug 21286).Joseph Myers2018-09-172-17/+27
* Fix MIPS n32 pr_sigpend, pr_sighold, pr_flag type (bug 23656).Joseph Myers2018-09-141-9/+0
* Fix sys/procfs.h pr_uid, pr_gid type (bug 23649).Joseph Myers2018-09-145-10/+10
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-1436-45/+39
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-1439-78/+53
* Add new log2 implementationSzabolcs Nagy2018-09-127-244/+363
* Add new log implementationSzabolcs Nagy2018-09-128-3565/+477
* i386: Use ENTRY and END in start.S [BZ #23606]H.J. Lu2018-09-121-4/+6
* Remove x86_64 math_private.h asms.Joseph Myers2018-09-111-44/+0
* S390: Regenerate ULPs.Stefan Liebler2018-09-061-68/+64
* Fix segfault in maybe_script_execute.Stefan Liebler2018-09-061-1/+1
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-0524-3669/+882
* Remove alpha math_private.h.Joseph Myers2018-09-051-18/+0
* Move float128 inlines from sysdeps/generic/math_private.h to include/math.h.Joseph Myers2018-09-051-23/+0
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-0430-119/+2
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-03111-2/+110
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-3112-13/+13
* Split fenv_private.h out of math_private.h more consistently.Joseph Myers2018-08-2815-766/+798
* Move EXCEPTION_SET_FORCES_TRAP out of math-tests.h.Joseph Myers2018-08-273-15/+39
* Update netinet/udp.h from Linux 4.18.Joseph Myers2018-08-271-0/+1
* Move EXCEPTION_ENABLE_SUPPORTED out of math-tests.h.Joseph Myers2018-08-245-19/+52
* Remove unused math filesWilco Dijkstra2018-08-2416-1071/+0
* Move EXCEPTION_TESTS_* out of math-tests.hJoseph Myers2018-08-236-59/+33
* Speedup tanf range reductionWilco Dijkstra2018-08-231-1/+28