summaryrefslogtreecommitdiff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* Linux: set_robust_list syscall number is always availableFlorian Weimer2020-03-032-8/+2
* nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2020-02-204-9/+1
* nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2020-02-204-6/+3
* nptl: Move pthread_cond_init implementation into libcFlorian Weimer2020-02-207-20/+8
* nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2020-02-207-19/+13
* nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2020-02-204-6/+1
* nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer2020-02-204-4/+3
* nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer2020-02-204-8/+1
* nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer2020-02-204-5/+3
* nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2020-02-204-6/+1
* nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2020-02-204-5/+3
* 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-192-1/+83
* Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer2020-02-181-3/+10
* pthread: Fix building tst-robust8 with nptlSamuel Thibault2020-02-161-2/+2
* pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-1612-1059/+3
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-147-50/+32
* nptl: Remove ununsed pthread-errnos.h ruleAdhemerval Zanella2020-02-142-15/+1
* pthread: Move some join tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-1013-521/+8
* pthread: Move most barrier tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-105-530/+0
* pthread: Move most sem tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-1013-1197/+1
* pthread: Move key tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-105-497/+0
* pthread: Move some rwlock tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-098-1109/+4
* pthread: Move most once tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-097-524/+2
* pthread: Move most cond tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-0929-3772/+3
* pthread: Move some attr tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-092-306/+1
* pthread: Move most mutex tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-098-1463/+1
* pthread: Move spin tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-095-376/+0
* pthread: Move basic tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-098-669/+0
* C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault2020-02-0936-1538/+3
* C11 threads: make thrd_join more portableSamuel Thibault2020-02-091-1/+1
* C11 threads: Fix thrd_t / pthread_t compatibility assertionSamuel Thibault2020-02-091-2/+2
* C11 threads: do not require PTHREAD_DESTRUCTOR_ITERATIONSSamuel Thibault2020-02-091-0/+2
* nptl: Move nptl-specific types to separate headerSamuel Thibault2020-02-091-1/+1
* Run nptl/tst-pthread-getattr in a containerDJ Delorie2020-02-031-2/+4
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01493-493/+493
* nptl: Move waitpid implementation to libcAdhemerval Zanella2019-12-192-3/+2
* nptl: Move wait implementation to libcAdhemerval Zanella2019-12-192-3/+2
* nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-12-091-8/+18
* 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: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella2019-11-261-0/+8
* nptl: Cleanup mutex internal offset testsAdhemerval Zanella2019-11-262-10/+6
* nptl: Refactor thrd_sleep in terms of clock_nanosleepAdhemerval Zanella2019-11-061-12/+9
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-063-6/+4
* nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout testMike Crowe2019-11-012-0/+75
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-0115-28/+181