about summary refs log tree commit diff
path: root/nptl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* htl: Add sem_clockwait supportSamuel Thibault2020-06-071-1/+1
* nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2020-06-021-0/+4
* nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer2020-06-021-0/+1
* htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault2020-06-011-1/+1
* htl: Enable more cond testsSamuel Thibault2020-06-011-1/+1
* htl: Add clock variantsSamuel Thibault2020-05-261-10/+6
* signal: Deprecate additional legacy signal handling functionsFlorian Weimer2020-05-251-0/+7
* nptl: Use __pthread_attr_copy in pthread_getattr_default_np (bug 25999)Florian Weimer2020-05-201-0/+1
* nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer2020-05-201-0/+1
* nptl: Move pthread_gettattr_np into libcFlorian Weimer2020-05-201-1/+1
* nptl: Move pthread_getaffinity_np into libcFlorian Weimer2020-05-201-1/+2
* nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2020-05-201-1/+2
* nptl: Replace some stubs with the Linux implementationFlorian Weimer2020-05-201-2/+7
* nptl/tst-setuid1-static: Improve isolation from system objectsFlorian Weimer2020-04-271-0/+5
* signal: Only handle on NSIG signals on signal functions (BZ #25657)Adhemerval Zanella2020-04-211-1/+1
* nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella2020-04-211-1/+2
* nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2020-02-201-1/+1
* nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2020-02-201-1/+2
* nptl: Move pthread_cond_init implementation into libcFlorian Weimer2020-02-201-2/+2
* nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2020-02-201-2/+4
* nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2020-02-201-1/+1
* nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer2020-02-201-1/+2
* nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer2020-02-201-1/+1
* nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer2020-02-201-1/+2
* nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2020-02-201-1/+1
* nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2020-02-201-1/+2
* nptl: Sort routines list in Makefile alphabeticallyFlorian Weimer2020-02-201-7/+21
* nptl: Use .NOTPARALLEL in Makefile only if actually running testsFlorian Weimer2020-02-201-1/+3
* Block all signals on timer_create thread (BZ#10815)Adhemerval Zanella2020-02-191-1/+4
* pthread: Fix building tst-robust8 with nptlSamuel Thibault2020-02-161-2/+2
* pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-161-3/+1
* nptl: Remove ununsed pthread-errnos.h ruleAdhemerval Zanella2020-02-141-2/+1
* pthread: Move some join tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-101-7/+2
* pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-101-1/+0
* pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-101-3/+1
* pthread: Move key tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-101-1/+0
* pthread: Move some rwlock tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-091-5/+4
* pthread: Move most once tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-091-5/+2
* pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-091-8/+3
* pthread: Move some attr tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-091-1/+1
* pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-091-2/+1
* pthread: Move spin tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-091-1/+0
* pthread: Move basic tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-091-2/+0
* C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault2020-02-091-11/+3
* Run nptl/tst-pthread-getattr in a containerDJ Delorie2020-02-031-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* nptl: Move waitpid implementation to libcAdhemerval Zanella2019-12-191-2/+1
* nptl: Move wait implementation to libcAdhemerval Zanella2019-12-191-2/+1
* Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer2019-12-031-2/+2
* nptl: Add struct_rwlock.hAdhemerval Zanella2019-11-261-1/+1