aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2018-11-01Update and correct SPARC configuration for supported socket syscalls (bug 238...Joseph Myers2-4/+24
2018-11-01MIPS: Use `.set mips2' to emulate LL/SC for the R5900 tooFredrik Noring1-1/+2
2018-10-31Simplify an #if #else #endifRafael Avila de Espindola1-19/+10
2018-10-31hurd: Fix errno* generationSamuel Thibault2-1/+10
2018-10-31hurd: Fix buildSamuel Thibault1-2/+2
2018-10-31hurd: Document how to translate EIEIO error messageSamuel Thibault1-0/+13
2018-10-30RISC-V: properly terminate call chain (bug 23125)Andreas Schwab1-1/+6
2018-10-28hurd: Fix race between calling RPC and handling a signalSamuel Thibault1-7/+16
2018-10-26i64: fix missing exp2f, log2f and powf symbols in libm.a [BZ #23822]Szabolcs Nagy3-9/+9
2018-10-25Add IN_MASK_CREATE from Linux 4.19 to sys/inotify.h.Joseph Myers1-0/+1
2018-10-25conform: XFAIL siginfo_t si_band test on sparc64Florian Weimer2-1/+11
2018-10-25hurd: XFAIL absence of C11 threads implementationSamuel Thibault1-0/+4
2018-10-24 Y2038: provide size of default time_t for target architectureAlbert ARIBAUD (3ADEV)15-68/+35
2018-10-24x86: Support RDTSCP for benchtestsH.J. Lu1-1/+13
2018-10-23x86: Fix Haswell strong flags (BZ#23709)Adhemerval Zanella1-0/+6
2018-10-23Don't use PSEUDO_END for non-PSEUDO functionAndreas Schwab1-2/+2
2018-10-22Update kernel version in syscall-names.list to 4.19.Joseph Myers1-2/+2
2018-10-21x86: Don't include <x86intrin.h>H.J. Lu1-4/+5
2018-10-19signal: Use correct type for si_band in siginfo_t [BZ #23562]Ilya Yu. Malakhov1-1/+1
2018-10-18Add VDSO support to sparc.David S. Miller5-0/+98
2018-10-18Regenerate sparc ulps.David S. Miller1-44/+44
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