aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2020-02-12S390: Fix non-ascii character in fenv.h.Stefan Liebler
2020-02-12Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PATH [BZ #14578]Florian Weimer
2020-02-12io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer
2020-02-10htl C11 threads: Avoid pthread_ symbols visibility in static librarySamuel Thibault
2020-02-11hurd: Add __pthread_spin_wait and use itSamuel Thibault
2020-02-10ldbl-128ibm-compat: set PRINTF_CHK flag in {,v}sprintf_chkPaul E. Murphy
2020-02-10nptl: update default pthread-offsets.hAndreas Schwab
2020-02-10nptl: add missing pthread-offsets.hAndreas Schwab
2020-02-10pthread: Move some join tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10htl: Fix barrier_wait with one threadSamuel Thibault
2020-02-10pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10htl: Make sem_wait/sem_timedwait interruptibleSamuel Thibault
2020-02-10htl: Make sem_open return ENOSYSSamuel Thibault
2020-02-10htl: Add support for semaphore maximum valueSamuel Thibault
2020-02-10pthread: Move key tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10hurd: Make nanosleep a cancellation pointSamuel Thibault
2020-02-10htl: Add support for libc cancellation pointsSamuel Thibault
2020-02-10htl: clean __pthread_get_cleanup_stack hidden protoSamuel Thibault
2020-02-09htl: XFAIL rwlock tests which need pshared supportSamuel Thibault
2020-02-09pthread: Move some rwlock tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move most once tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09htl: support cancellation during pthread_onceSamuel Thibault
2020-02-09pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09htl: make pthread_cond_destroy return EBUSY on waitersSamuel Thibault
2020-02-09htl: Report missing mutex lock on pthread_cond_*waitSamuel Thibault
2020-02-09pthread: Move some attr tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09htl: Fix default guard sizeSamuel Thibault
2020-02-09pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move spin tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09htl: make pthread_spin_lock really spinSamuel Thibault
2020-02-09htl: Avoid check-installed-headers looking at inlinesSamuel Thibault
2020-02-09htl: Do not put spin_lock inlines in public headersSamuel Thibault
2020-02-09pthread: Move basic tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09htl: Fix calling pthread_exit in the child of a forkSamuel Thibault
2020-02-09x86: Remove <bits/select.h> and use the generic versionFlorian Weimer
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault
2020-02-09htl: Add C11 threads types definitionsSamuel Thibault
2020-02-09nptl: Move nptl-specific types to separate headerSamuel Thibault
2020-02-09htl: Make __PTHREAD_ONCE_INIT more flexibleSamuel Thibault
2020-02-09htl: Add support for C11 threads behaviorSamuel Thibault
2020-02-09htl: Add missing internal functions declarationsSamuel Thibault
2020-02-09htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroySamuel Thibault
2020-02-09htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATESamuel Thibault
2020-02-09Linux: Add io/tst-o_path-locks testFlorian Weimer
2020-02-09htl: Remove duplicate filesSamuel Thibault
2020-02-09htl: Remove unused filesSamuel Thibault
2020-02-07Remove a comment claiming that sin/cos round correctly.Wilco Dijkstra
2020-02-07y2038: linux: Provide __settimeofday64 implementationLukasz Majewski
2020-02-07y2038: alpha: Rename valid_timeval64_to_timeval to valid_timeval_to_timeval32Lukasz Majewski