aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2020-03-03Linux: set_robust_list syscall number is always availableFlorian Weimer
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer
2020-02-20nptl: Sort routines list in Makefile alphabeticallyFlorian Weimer
2020-02-20nptl: Use .NOTPARALLEL in Makefile only if actually running testsFlorian Weimer
2020-02-19Block all signals on timer_create thread (BZ#10815)Adhemerval Zanella
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer
2020-02-16pthread: Fix building tst-robust8 with nptlSamuel Thibault
2020-02-16pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella
2020-02-14nptl: Remove ununsed pthread-errnos.h ruleAdhemerval Zanella
2020-02-10pthread: Move some join tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-10pthread: Move key tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move some rwlock tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move most once tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move some attr tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move spin tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09pthread: Move basic tests from nptl to sysdeps/pthreadSamuel Thibault
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault
2020-02-09C11 threads: make thrd_join more portableSamuel Thibault
2020-02-09C11 threads: Fix thrd_t / pthread_t compatibility assertionSamuel Thibault
2020-02-09C11 threads: do not require PTHREAD_DESTRUCTOR_ITERATIONSSamuel Thibault
2020-02-09nptl: Move nptl-specific types to separate headerSamuel Thibault
2020-02-03Run nptl/tst-pthread-getattr in a containerDJ Delorie
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella
2019-12-09nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella
2019-11-06nptl: Refactor thrd_sleep in terms of clock_nanosleepAdhemerval Zanella
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella
2019-11-01nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout testMike Crowe
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe