aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2020-02-13nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer1-15/+3
2020-02-12Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers3-1/+55
2020-02-12mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]WANG Xuerui3-52/+104
2020-02-12mips: Use 'long int' and 'long long int' in linux syscall codeWANG Xuerui14-220/+230
2020-02-12alpha: Use generic gettimeofday implementationAdhemerval Zanella2-2/+8
2020-02-12Rename RWF_WRITE_LIFE_NOT_SET to RWH_WRITE_LIFE_NOT_SET following Linux 5.5.Joseph Myers1-1/+2
2020-02-12S390: Fix non-ascii character in fenv.h.Stefan Liebler1-2/+2
2020-02-12Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PATH [BZ #14578]Florian Weimer1-10/+47
2020-02-12io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer2-0/+2
2020-02-10htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault35-38/+34
2020-02-11hurd: Add __pthread_spin_wait and use itSamuel Thibault17-24/+33
2020-02-10ldbl-128ibm-compat: set PRINTF_CHK flag in {,v}sprintf_chkPaul E. Murphy2-0/+8
2020-02-10nptl: update default pthread-offsets.hAndreas Schwab1-16/+6
2020-02-10nptl: add missing pthread-offsets.hAndreas Schwab5-0/+25
2020-02-10pthread: Move some join tests from nptl to sysdeps/pthreadSamuel Thibault7-0/+516
2020-02-10pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault6-0/+531
2020-02-10htl: Fix barrier_wait with one threadSamuel Thibault1-1/+3
2020-02-10pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault14-0/+1205
2020-02-10htl: Make sem_wait/sem_timedwait interruptibleSamuel Thibault5-9/+37
2020-02-10htl: Make sem_open return ENOSYSSamuel Thibault1-1/+1
2020-02-10htl: Add support for semaphore maximum valueSamuel Thibault2-0/+10
2020-02-10pthread: Move key tests from nptl to sysdeps/pthreadSamuel Thibault5-0/+497
2020-02-10hurd: Make nanosleep a cancellation pointSamuel Thibault1-0/+5
2020-02-10htl: Add support for libc cancellation pointsSamuel Thibault2-2/+19
2020-02-10htl: clean __pthread_get_cleanup_stack hidden protoSamuel Thibault1-1/+1
2020-02-09htl: XFAIL rwlock tests which need pshared supportSamuel Thibault1-0/+2
2020-02-09pthread: Move some rwlock tests from nptl to sysdeps/pthreadSamuel Thibault8-0/+1106
2020-02-09pthread: Move most once tests from nptl to sysdeps/pthreadSamuel Thibault7-0/+525
2020-02-09htl: support cancellation during pthread_onceSamuel Thibault1-0/+10
2020-02-09pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault30-0/+3789
2020-02-09htl: make pthread_cond_destroy return EBUSY on waitersSamuel Thibault1-1/+8
2020-02-09htl: Report missing mutex lock on pthread_cond_*waitSamuel Thibault2-0/+55
2020-02-09pthread: Move some attr tests from nptl to sysdeps/pthreadSamuel Thibault2-0/+306
2020-02-09htl: Fix default guard sizeSamuel Thibault2-1/+5
2020-02-09pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault9-1/+1468
2020-02-09pthread: Move spin tests from nptl to sysdeps/pthreadSamuel Thibault5-0/+376
2020-02-09htl: make pthread_spin_lock really spinSamuel Thibault1-1/+1
2020-02-09htl: Avoid check-installed-headers looking at inlinesSamuel Thibault1-2/+4
2020-02-09htl: Do not put spin_lock inlines in public headersSamuel Thibault2-36/+36
2020-02-09pthread: Move basic tests from nptl to sysdeps/pthreadSamuel Thibault8-1/+675
2020-02-09htl: Fix calling pthread_exit in the child of a forkSamuel Thibault1-0/+9
2020-02-09x86: Remove <bits/select.h> and use the generic versionFlorian Weimer1-63/+0
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault47-64/+1633
2020-02-09htl: Add C11 threads types definitionsSamuel Thibault1-0/+13
2020-02-09nptl: Move nptl-specific types to separate headerSamuel Thibault2-8/+15
2020-02-09htl: Make __PTHREAD_ONCE_INIT more flexibleSamuel Thibault2-2/+2
2020-02-09htl: Add support for C11 threads behaviorSamuel Thibault1-0/+3
2020-02-09htl: Add missing internal functions declarationsSamuel Thibault1-0/+13
2020-02-09htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroySamuel Thibault4-8/+9
2020-02-09htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATESamuel Thibault1-7/+0