aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2020-03-03Linux: set_robust_list syscall number is always availableFlorian Weimer2-8/+2
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer4-9/+1
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer4-6/+3
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer7-20/+8
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer7-19/+13
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer4-6/+1
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer4-4/+3
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer4-8/+1
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer4-5/+3
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer4-6/+1
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer4-5/+3
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 Zanella2-1/+83
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer1-3/+10
2020-02-16pthread: Fix building tst-robust8 with nptlSamuel Thibault1-2/+2
2020-02-16pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault12-1059/+3
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella7-50/+32
2020-02-14nptl: Remove ununsed pthread-errnos.h ruleAdhemerval Zanella2-15/+1
2020-02-10pthread: Move some join tests from nptl to sysdeps/pthreadSamuel Thibault13-521/+8
2020-02-10pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault5-530/+0
2020-02-10pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault13-1197/+1
2020-02-10pthread: Move key tests from nptl to sysdeps/pthreadSamuel Thibault5-497/+0
2020-02-09pthread: Move some rwlock tests from nptl to sysdeps/pthreadSamuel Thibault8-1109/+4
2020-02-09pthread: Move most once tests from nptl to sysdeps/pthreadSamuel Thibault7-524/+2
2020-02-09pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault29-3772/+3
2020-02-09pthread: Move some attr tests from nptl to sysdeps/pthreadSamuel Thibault2-306/+1
2020-02-09pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault8-1463/+1
2020-02-09pthread: Move spin tests from nptl to sysdeps/pthreadSamuel Thibault5-376/+0
2020-02-09pthread: Move basic tests from nptl to sysdeps/pthreadSamuel Thibault8-669/+0
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault36-1538/+3
2020-02-09C11 threads: make thrd_join more portableSamuel Thibault1-1/+1
2020-02-09C11 threads: Fix thrd_t / pthread_t compatibility assertionSamuel Thibault1-2/+2
2020-02-09C11 threads: do not require PTHREAD_DESTRUCTOR_ITERATIONSSamuel Thibault1-0/+2
2020-02-09nptl: Move nptl-specific types to separate headerSamuel Thibault1-1/+1
2020-02-03Run nptl/tst-pthread-getattr in a containerDJ Delorie1-2/+4
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers493-493/+493
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella2-3/+2
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella2-3/+2
2019-12-09nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella1-8/+18
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-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella1-0/+8
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella2-10/+6
2019-11-06nptl: Refactor thrd_sleep in terms of clock_nanosleepAdhemerval Zanella1-12/+9
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella3-6/+4
2019-11-01nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout testMike Crowe2-0/+75
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe15-28/+181