aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-15nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer1-2/+3
2019-08-15nptl: Move pthread_equal implementation into libcFlorian Weimer1-2/+2
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe1-1/+1
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe1-0/+2
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe1-0/+1
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe1-2/+3
2019-07-02nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer1-2/+3
2019-05-09Move nptl/tst-eintr1 to xtestsSzabolcs Nagy1-1/+6
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella1-1/+0
2019-02-14nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella1-1/+2
2019-02-13RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson1-1/+4
2019-01-31nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell1-1/+2
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella1-16/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-13Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab1-1/+2