aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella1-2/+1
2019-11-01nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout testMike Crowe1-0/+1
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe1-2/+3
2019-10-18nptl/tst-cancel25 needs to be an internal testFlorian Weimer1-2/+2
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer1-2/+2
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer1-2/+2
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer1-2/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer1-2/+1
2019-08-28nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer1-2/+2
2019-08-16nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer1-2/+2
2019-08-15nptl: Move pthread_attr_init implementation into libcFlorian Weimer1-2/+1
2019-08-15nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer1-2/+1