aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread
AgeCommit message (Expand)Author
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski
2020-11-27nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella
2020-11-25nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella
2020-11-25nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella
2020-09-07C11 threads: Fix inaccuracies in testsuiteCorinna Vinschen
2020-08-06htl: Enable tst-cancelx?[45]Samuel Thibault
2020-06-29htl: Enable cancel*16 an cancel*20 testsSamuel Thibault
2020-06-24htl: Make sem_*wait cancellations pointsSamuel Thibault
2020-06-24htl: Enable tst-cancel25 testSamuel Thibault
2020-06-14htl: Enable more cancellation testsSamuel Thibault
2020-06-10htl: Enable more cancel testsSamuel Thibault
2020-06-08pthread: Move back linking rules to nptl and htlSamuel Thibault
2020-06-07htl: Enable more testsSamuel Thibault
2020-06-07htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault
2020-06-07htl: Enable more testsSamuel Thibault
2020-06-07htl: Add sem_clockwait supportSamuel Thibault
2020-06-01htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault
2020-06-01htl: Enable more cond testsSamuel Thibault
2020-06-01tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0Samuel Thibault
2020-05-26htl: Add clock variantsSamuel Thibault
2020-02-16pthread: Fix building tst-robust8 with nptlSamuel Thibault
2020-02-16pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault
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-10pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10pthread: Move key tests from nptl to sysdeps/pthreadSamuel 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-09pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move some attr tests from nptl to sysdeps/pthreadSamuel 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-09pthread: Move basic tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe
2019-04-29<semaphore.h>: Add nonnull attributesYann Droneaud
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-04-19hurd: fix sigevent's sigev_notify_attributes field typeSamuel Thibault
2018-04-02hurd: Avoid some PLTs in libc and librtSamuel Thibault
2018-04-02hurd: avoid letting signals go to thread created by timer_createSamuel Thibault
2018-02-27hurd: fix timer_routines.c buildSamuel Thibault
2018-02-27hurd: fix timer_routines.c buildSamuel Thibault
2018-02-27Move NPTL-specific code to NPTL-specific headerSamuel Thibault
2018-01-30allocalim.h: use __glibc_likely instead of __builtin_expectSamuel Thibault
2018-01-29allocalim.h: Fix codestyleSamuel Thibault