about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* htl: Add clock variantsSamuel Thibault2020-05-2621-1421/+441
* signal: Deprecate additional legacy signal handling functionsFlorian Weimer2020-05-257-26/+23
* nptl: Use __pthread_attr_copy in pthread_setattr_default_npFlorian Weimer2020-05-201-38/+15
* nptl: Use __pthread_attr_copy in pthread_getattr_default_np (bug 25999)Florian Weimer2020-05-203-9/+82
* nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer2020-05-204-0/+65
* nptl: Make __pthread_attr_init, __pthread_attr_destroy available internallyFlorian Weimer2020-05-204-4/+9
* nptl: Move pthread_gettattr_np into libcFlorian Weimer2020-05-204-7/+21
* nptl: Move pthread_getaffinity_np into libcFlorian Weimer2020-05-204-10/+20
* nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2020-05-204-10/+29
* nptl: Replace some stubs with the Linux implementationFlorian Weimer2020-05-209-30/+626
* nptl: wait for pending setxid request also in detached thread (bug 25942)Andreas Schwab2020-05-121-5/+6
* nptl/tst-setuid1-static: Improve isolation from system objectsFlorian Weimer2020-04-271-0/+5
* nptl: Start new threads with all signals blocked [BZ #25098]Florian Weimer2020-04-272-24/+32
* signal: Only handle on NSIG signals on signal functions (BZ #25657)Adhemerval Zanella2020-04-213-5/+66
* linux: Use pthread_sigmask on sigprocmaskAdhemerval Zanella2020-04-212-0/+3
* nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella2020-04-213-4/+14
* 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