aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread
AgeCommit message (Expand)AuthorFilesLines
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella1-2/+2
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella1-1/+1
2021-03-04[PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek3-1/+5
2021-02-23nptl: Move elision implementations into libcFlorian Weimer1-0/+29
2021-02-09linux: Fix __sem_check_add_mapping search_semAdhemerval Zanella1-1/+1
2021-02-09linux: Fix __sem_check_add_mapping name lengthAdhemerval Zanella1-0/+1
2021-02-08pthread: Remove alloca usage from __sem_check_add_mappingAdhemerval Zanella1-6/+17
2021-02-08pthread: Refactor semaphore codeAdhemerval Zanella4-165/+221
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer2-18/+26
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert257-257/+257
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault3-0/+439
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski1-25/+35
2020-11-27nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella2-2/+23
2020-11-25nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella2-1/+86
2020-11-25nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella2-0/+4
2020-09-07C11 threads: Fix inaccuracies in testsuiteCorinna Vinschen3-3/+3
2020-08-06htl: Enable tst-cancelx?[45]Samuel Thibault7-1/+1991
2020-06-29htl: Enable cancel*16 an cancel*20 testsSamuel Thibault5-4/+507
2020-06-24htl: Make sem_*wait cancellations pointsSamuel Thibault3-4/+133
2020-06-24htl: Enable tst-cancel25 testSamuel Thibault2-1/+174
2020-06-14htl: Enable more cancellation testsSamuel Thibault5-3/+244
2020-06-10htl: Enable more cancel testsSamuel Thibault8-6/+513
2020-06-08pthread: Move back linking rules to nptl and htlSamuel Thibault1-18/+0
2020-06-07htl: Enable more testsSamuel Thibault11-0/+739
2020-06-07htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault4-1/+646
2020-06-07htl: Enable more testsSamuel Thibault98-241/+7350
2020-06-07htl: Add sem_clockwait supportSamuel Thibault2-1/+64
2020-06-01htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault3-1/+176
2020-06-01htl: Enable more cond testsSamuel Thibault1-2/+2
2020-06-01tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0Samuel Thibault1-1/+1
2020-05-26htl: Add clock variantsSamuel Thibault21-439/+1421
2020-02-16pthread: Fix building tst-robust8 with nptlSamuel Thibault1-1/+3
2020-02-16pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault11-0/+1061
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 Thibault5-0/+530
2020-02-10pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault13-0/+1196
2020-02-10pthread: Move key tests from nptl to sysdeps/pthreadSamuel Thibault5-0/+497
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-09pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault29-0/+3778
2020-02-09pthread: Move some attr tests from nptl to sysdeps/pthreadSamuel Thibault2-0/+306
2020-02-09pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault8-1/+1463
2020-02-09pthread: Move spin tests from nptl to sysdeps/pthreadSamuel Thibault5-0/+376
2020-02-09pthread: Move basic tests from nptl to sysdeps/pthreadSamuel Thibault8-1/+675
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault37-0/+1749
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers28-28/+28
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2-6/+6
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski1-4/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert28-28/+28
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe1-0/+7