aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2020-05-20nptl: Use __pthread_attr_copy in pthread_setattr_default_npFlorian Weimer
2020-05-20nptl: Use __pthread_attr_copy in pthread_getattr_default_np (bug 25999)Florian Weimer
2020-05-20nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer
2020-05-20nptl: Make __pthread_attr_init, __pthread_attr_destroy available internallyFlorian Weimer
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer
2020-05-20nptl: Replace some stubs with the Linux implementationFlorian Weimer
2020-05-12nptl: wait for pending setxid request also in detached thread (bug 25942)Andreas Schwab
2020-04-27nptl/tst-setuid1-static: Improve isolation from system objectsFlorian Weimer
2020-04-27nptl: Start new threads with all signals blocked [BZ #25098]Florian Weimer
2020-04-21signal: Only handle on NSIG signals on signal functions (BZ #25657)Adhemerval Zanella
2020-04-21linux: Use pthread_sigmask on sigprocmaskAdhemerval Zanella
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella
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