about summary refs log tree commit diff
path: root/nptl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* nptl: Add struct_mutex.hAdhemerval Zanella2019-11-261-1/+2
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-061-2/+1
* nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout testMike Crowe2019-11-011-0/+1
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-011-2/+3
* nptl/tst-cancel25 needs to be an internal testFlorian Weimer2019-10-181-2/+2
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-071-2/+2
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-071-2/+2
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-041-2/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer2019-08-301-2/+1
* nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer2019-08-281-2/+2
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-161-2/+2
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-151-2/+1
* nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer2019-08-151-2/+1
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-151-2/+3
* nptl: Move pthread_equal implementation into libcFlorian Weimer2019-08-151-2/+2
* nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe2019-07-121-1/+1
* nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe2019-07-121-0/+2
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-121-0/+1
* nptl: Add POSIX-proposed sem_clockwaitMike Crowe2019-07-121-2/+3
* nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer2019-07-021-2/+3
* Move nptl/tst-eintr1 to xtestsSzabolcs Nagy2019-05-091-1/+6
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-221-1/+0
* nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella2019-02-141-1/+2