aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2020-05-28Hurd: Move <hurd/sigpreempt.h> internals into wrapper headerFlorian Weimer1-0/+32
2020-05-28Hurd: Use __sigmask in favor of deprecated sigmaskFlorian Weimer1-2/+2
2020-05-27linux: Use internal DIR locks when accessing filepos on telldirAdhemerval Zanella1-1/+7
2020-05-26Update i386 libm-test-ulpsSamuel Thibault1-8/+9
2020-05-26htl: Add clock variantsSamuel Thibault31-456/+1569
2020-05-25elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer2-12/+8
2020-05-21x86: Update Intel Atom processor family optimizationH.J. Lu1-1/+19
2020-05-20nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer1-0/+7
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer57-27/+74
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer57-43/+79
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer57-43/+79
2020-05-20nptl: Replace some stubs with the Linux implementationFlorian Weimer9-723/+1
2020-05-20Linux: Add missing handling of tai field to __ntp_gettime64Florian Weimer1-0/+1
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski4-11/+8
2020-05-20y2038: linux: Provide __ntp_gettimex64 implementationLukasz Majewski2-3/+26
2020-05-20y2038: linux: Provide __ntp_gettime64 implementationLukasz Majewski2-3/+27
2020-05-20y2038: Provide conversion helpers for struct __ntptimeval64Lukasz Majewski1-0/+36
2020-05-20y2038: Introduce struct __ntptimeval64 - new internal glibc typeLukasz Majewski1-0/+14
2020-05-20y2038: linux: Provide __adjtime64 implementationLukasz Majewski1-4/+22
2020-05-20y2038: linux: Provide ___adjtimex64 implementationLukasz Majewski2-2/+22
2020-05-20y2038: linux: Provide __clock_adjtime64 implementationLukasz Majewski4-2/+77
2020-05-18powerpc: Optimized rawmemchr for POWER9Anton Blanchard5-3/+145
2020-05-18x86: Add --enable-cet=permissiveH.J. Lu7-44/+70
2020-05-18Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer1-5/+0
2020-05-18powerpc: Optimized stpcpy for POWER9Anton Blanchard via Libc-alpha6-21/+123
2020-05-18powerpc: Optimized strcpy for POWER9Anton Blanchard via Libc-alpha5-1/+182
2020-05-18x86: Move CET control to _dl_x86_feature_control [BZ #25887]H.J. Lu8-68/+79
2020-05-16Linux: Remove remnants of the getcpu cacheFlorian Weimer6-40/+1
2020-05-15aarch64: fix strcpy and strnlen for big-endian [BZ #25824]Lexi Shao2-0/+10
2020-05-14Add arch-syscall.h dependency for generating sysd-syscalls fileguojinhui1-0/+1
2020-05-13arm: XFAIL string/tst-memmove-overflow due to bug 25620Florian Weimer1-0/+5
2020-05-12aarch64: Accept PLT calls to __getauxval within libc.soFlorian Weimer1-0/+3
2020-05-11Linux: Enhance glibcsyscalls.py to support listing system callsFlorian Weimer1-1/+83
2020-05-11POWER: Add context-synchronizing instructions to pkey_write [BZ #25954]Florian Weimer1-1/+1
2020-05-09x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [BZ #25966]H.J. Lu1-3/+3
2020-05-08linux: Remove assembly umount2 implementationAdhemerval Zanella5-20/+63
2020-05-06semaphore: consolidate arch headers into a generic oneVineet Gupta13-422/+2
2020-05-05y2038: Provide conversion helpers for struct __timex64Lukasz Majewski1-0/+61
2020-05-05y2038: Introduce struct __timex64 - new internal glibc typeLukasz Majewski1-0/+46
2020-05-05y2038: hurd: Provide __clock_gettime64 functionLukasz Majewski1-0/+14
2020-05-04powerpc64le/power9: guard power9 strcmp against rtld usage [BZ# 25905]Paul E. Murphy1-0/+2
2020-05-04float128: use builtin_signbitf128 alwaysPaul E. Murphy1-18/+1
2020-05-04nios2: delete sysdeps/unix/sysv/linux/nios2/kernel-features.hChung-Lin Tang1-22/+0
2020-04-30powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902]H.J. Lu1-12/+12
2020-04-30i386: Remove unused variable in sysdeps/x86/cacheinfo.cFlorian Weimer1-1/+1
2020-04-30Add a C wrapper for prctl [BZ #25896]H.J. Lu3-2/+43
2020-04-30powerpc64le: Enable support for IEEE long doubleGabriel F. T. Gomes6-0/+227
2020-04-30powerpc64le: blacklist broken GCC compilers (e.g GCC 7.5.0)Paul E. Murphy3-12/+42
2020-04-30powerpc64le: bump binutils version requirement to >= 2.26Paul E. Murphy2-0/+69
2020-04-30powerpc64le: raise GCC requirement to 7.4 for long double transitionPaul E. Murphy2-0/+94