aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-06-24htl: Make sem_*wait cancellations pointsSamuel Thibault1-3/+1
2020-06-24htl: Enable tst-cancel25 testSamuel Thibault1-1/+1
2020-06-17nptl: Remove now-spurious tst-cancelx9 referencesSamuel Thibault1-2/+1
2020-06-14htl: Enable more cancellation testsSamuel Thibault1-2/+1
2020-06-10htl: Enable more cancel testsSamuel Thibault1-10/+7
2020-06-08pthread: Move back linking rules to nptl and htlSamuel Thibault1-0/+18
2020-06-07htl: Enable more testsSamuel Thibault1-37/+4
2020-06-07htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault1-2/+1
2020-06-07htl: Enable more testsSamuel Thibault1-99/+19
2020-06-07htl: Add sem_clockwait supportSamuel Thibault1-1/+1
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer1-0/+4
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer1-0/+1
2020-06-01htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault1-1/+1
2020-06-01htl: Enable more cond testsSamuel Thibault1-1/+1
2020-05-26htl: Add clock variantsSamuel Thibault1-10/+6
2020-05-25signal: Deprecate additional legacy signal handling functionsFlorian Weimer1-0/+7
2020-05-20nptl: Use __pthread_attr_copy in pthread_getattr_default_np (bug 25999)Florian Weimer1-0/+1
2020-05-20nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer1-0/+1
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer1-1/+1
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer1-1/+2
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer1-1/+2
2020-05-20nptl: Replace some stubs with the Linux implementationFlorian Weimer1-2/+7
2020-04-27nptl/tst-setuid1-static: Improve isolation from system objectsFlorian Weimer1-0/+5
2020-04-21signal: Only handle on NSIG signals on signal functions (BZ #25657)Adhemerval Zanella1-1/+1
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella1-1/+2
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer1-1/+1
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer1-1/+2
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer1-2/+2
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer1-2/+4
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer1-1/+1
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer1-1/+2
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer1-1/+1
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer1-1/+2
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer1-1/+1
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer1-1/+2
2020-02-20nptl: Sort routines list in Makefile alphabeticallyFlorian Weimer1-7/+21
2020-02-20nptl: Use .NOTPARALLEL in Makefile only if actually running testsFlorian Weimer1-1/+3
2020-02-19Block all signals on timer_create thread (BZ#10815)Adhemerval Zanella1-1/+4
2020-02-16pthread: Fix building tst-robust8 with nptlSamuel Thibault1-2/+2
2020-02-16pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault1-3/+1
2020-02-14nptl: Remove ununsed pthread-errnos.h ruleAdhemerval Zanella1-2/+1
2020-02-10pthread: Move some join tests from nptl to sysdeps/pthreadSamuel Thibault1-7/+2
2020-02-10pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault1-1/+0
2020-02-10pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault1-3/+1
2020-02-10pthread: Move key tests from nptl to sysdeps/pthreadSamuel Thibault1-1/+0
2020-02-09pthread: Move some rwlock tests from nptl to sysdeps/pthreadSamuel Thibault1-5/+4
2020-02-09pthread: Move most once tests from nptl to sysdeps/pthreadSamuel Thibault1-5/+2
2020-02-09pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault1-8/+3
2020-02-09pthread: Move some attr tests from nptl to sysdeps/pthreadSamuel Thibault1-1/+1
2020-02-09pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault1-2/+1