aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2018-10-17x86: Use _rdtsc intrinsic for HP_TIMING_NOWH.J. Lu7-55/+65
2018-10-17Use single bits/shm.h for all architectures.Joseph Myers13-552/+215
2018-10-17Move SHMLBA to its own header.Joseph Myers17-325/+190
2018-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler4-13/+141
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab1-3/+0
2018-10-16Remove extra space at end of line.Steve Ellcey1-1/+1
2018-10-16aarch64: optimized memcpy implementation for thunderx2Anton Youdkevitch2-18/+603
2018-10-15Use single bits/sem.h for all architectures.Joseph Myers13-460/+177
2018-10-11Use single bits/msq.h for all architectures.Joseph Myers13-449/+189
2018-10-10Use common bits/shm.h for more architectures.Joseph Myers4-324/+7
2018-10-10Use common bits/sem.h for more architectures.Joseph Myers5-355/+5
2018-10-10Use common bits/msq.h for more architectures.Joseph Myers5-321/+7
2018-10-04Use bits/mman-linux.h for hppa.Joseph Myers1-51/+27
2018-10-04Fix libnldbl_nonshared.a references to internal libm symbols (bug 23735).Joseph Myers3-1/+50
2018-10-02sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444]Martin Jansa1-0/+12
2018-10-02Fix build from commit 0b727edAdhemerval Zanella1-0/+2
2018-10-02x86: Use RTM intrinsics in pthread mutex lock elisionH.J. Lu2-67/+7
2018-10-02libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella2-23/+15
2018-10-01Move MREMAP_* to bits/mman-shared.h.Joseph Myers3-12/+4
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers72-72/+2
2018-09-28i386: Use _dl_runtime_[resolve|profile]_shstk for SHSTK [BZ #23716]H.J. Lu2-69/+11
2018-09-28Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella4-4/+4
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers53-92/+99
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers23-35/+33
2018-09-26Add missing unwind information to ld.so on powerpc32 (bug 23707)Andreas Schwab1-0/+3
2018-09-26Share MAP_* flags between more architectures.Joseph Myers5-46/+49
2018-09-25Complete sys/procfs.h unification.Joseph Myers6-130/+94
2018-09-25Unify more sys/procfs.h headers.Joseph Myers24-892/+619
2018-09-25Unify some sys/procfs.h headers.Joseph Myers19-1015/+323
2018-09-21powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella10-100/+21
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers25-31/+34
2018-09-20Invert sense of list of i686-class processors in sysdeps/x86/cpu-features.h.Joseph Myers1-18/+7
2018-09-20Linux gethostid: Check for NULL value from gethostbyname_r [BZ #23679]Mingli Yu1-2/+2
2018-09-19Fix the documentation comment of checkint in powfSzabolcs Nagy1-1/+2
2018-09-19Add new pow implementationSzabolcs Nagy12-10614/+569
2018-09-18Unify many bits/mman.h headers.Joseph Myers8-318/+6
2018-09-18Fix ldbl-128ibm ceill, floorl inlining of ceil, floor.Joseph Myers2-4/+8
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers28-32/+31
2018-09-17Update siginfo constants from Linux kernel (bug 21286).Joseph Myers2-17/+27
2018-09-14Fix MIPS n32 pr_sigpend, pr_sighold, pr_flag type (bug 23656).Joseph Myers1-9/+0
2018-09-14Fix sys/procfs.h pr_uid, pr_gid type (bug 23649).Joseph Myers5-10/+10
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers36-45/+39
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers39-78/+53
2018-09-12Add new log2 implementationSzabolcs Nagy7-244/+363
2018-09-12Add new log implementationSzabolcs Nagy8-3565/+477
2018-09-12i386: Use ENTRY and END in start.S [BZ #23606]H.J. Lu1-4/+6
2018-09-11Remove x86_64 math_private.h asms.Joseph Myers1-44/+0
2018-09-06S390: Regenerate ULPs.Stefan Liebler1-68/+64
2018-09-06Fix segfault in maybe_script_execute.Stefan Liebler1-1/+1
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy24-3669/+882