aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer28-47/+0
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer28-45/+0
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer28-28/+0
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer28-28/+0
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer28-28/+0
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer28-28/+0
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer28-28/+0
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer28-28/+0
2020-02-19Block all signals on timer_create thread (BZ#10815)Adhemerval Zanella2-60/+55
2020-02-19Fix tst-pkey expectations on pkey_get [BZ #23202]Lucas A. M. Magalhaes1-4/+6
2020-02-18y2038: linux: Provide __gettimeofday64 implementationLukasz Majewski3-3/+45
2020-02-18Linux: Work around kernel bugs in chmod on /proc/self/fd paths [BZ #14578]Florian Weimer1-4/+24
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer21-91/+303
2020-02-18mips: Fix bracktrace result for signal framesAdhemerval Zanella2-0/+97
2020-02-18<fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer4-28/+58
2020-02-17x86: Avoid single-argument _Static_assert in <tls.h>Florian Weimer3-24/+36
2020-02-17x86 tls: Use _Static_assert for TLS access size assertionSamuel Thibault3-78/+60
2020-02-16pthread: Fix building tst-robust8 with nptlSamuel Thibault1-1/+3
2020-02-16pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault13-5/+1074
2020-02-16htl: Remove stub warning for pthread_mutexattr_setpsharedSamuel Thibault1-1/+0
2020-02-16htl: Add missing functions and defines for robust mutexesSamuel Thibault2-0/+7
2020-02-15htl: Only check pthread_self coherency when DEBUG is setSamuel Thibault1-0/+4
2020-02-15hurd: Add THREAD_GET/SETMEM/_NCSamuel Thibault1-0/+108
2020-02-15hurd tls: update comment about fields at the end of tcbheadSamuel Thibault1-2/+2
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer50-244/+0
2020-02-15arm: fix use of INTERNAL_SYSCALL_CALLAndreas Schwab1-1/+1
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella100-496/+393
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella33-486/+60
2020-02-14s390: Consolidate Linux syscall definitionAdhemerval Zanella3-192/+103
2020-02-14riscv: Avoid clobbering register parameters in syscallAdhemerval Zanella1-28/+56
2020-02-14microblaze: Avoid clobbering register parameters in syscallAdhemerval Zanella1-35/+56
2020-02-14nios2: Use Linux kABI for syscall returnAdhemerval Zanella1-5/+5
2020-02-14mips: Use Linux kABI for syscall returnAdhemerval Zanella3-53/+23
2020-02-14mips64: Consolidate Linux sysdep.hAdhemerval Zanella4-455/+70
2020-02-14ia64: Use Linux kABI for syscall returnAdhemerval Zanella1-34/+24
2020-02-14alpha: Refactor syscall and Use Linux kABI for syscall returnAdhemerval Zanella3-395/+348
2020-02-14sparc: Avoid clobbering register parameters in syscallAdhemerval Zanella1-27/+53
2020-02-14sparc: Use Linux kABI for syscall returnAdhemerval Zanella3-48/+38
2020-02-14powerpc: Use Linux kABI for syscall returnAdhemerval Zanella1-7/+5
2020-02-14powerpc: Consolidate Linux syscall definitionAdhemerval Zanella3-409/+209
2020-02-14i386: Enable CET support in ucontext functionsH.J. Lu6-3/+425
2020-02-14tst-clone3: Use __NR_futex_time64 if we don't have __NR_futexAlistair Francis1-0/+4
2020-02-14powerpc64: Add memory protection key support [BZ #23202]Florian Weimer3-0/+145
2020-02-14ldbl-128ibm-compat: Provide a scalb implementationTulio Magno Quites Machado Filho3-0/+54
2020-02-14Add a generic scalb implementationTulio Magno Quites Machado Filho5-3/+8
2020-02-14Adjust thresholds in Bessel function implementations (bug 14469).Joseph Myers4-8/+8
2020-02-13Use gcc -finput-charset=ascii for check-installed-headers.Stefan Liebler4-4/+4
2020-02-13math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer1-0/+2
2020-02-13alpha: Fix static gettimeofday symbolAdhemerval Zanella1-5/+2
2020-02-13nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer1-15/+3