aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-09pthread: Move spin tests from nptl to sysdeps/pthreadSamuel Thibault1-1/+0
2020-02-09pthread: Move basic tests from nptl to sysdeps/pthreadSamuel Thibault1-2/+0
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault1-11/+3
2020-02-03Run nptl/tst-pthread-getattr in a containerDJ Delorie1-2/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella1-2/+1
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella1-2/+1
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer1-2/+2
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella1-1/+1
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella1-1/+2