aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2020-07-06Add the __libc_single_threaded variableFlorian Weimer1-0/+5
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers1-0/+13
2020-07-05tst-cancel4: deal with ENOSYS errorsSamuel Thibault1-4/+38
2020-06-29htl: Enable cancel*16 an cancel*20 testsSamuel Thibault5-507/+2
2020-06-26tst-cancel4-common.c: fix calling socketpairSamuel Thibault1-1/+1
2020-06-25nptl: Don't madvise user provided stackSzabolcs Nagy1-2/+3
2020-06-24htl: Make sem_*wait cancellations pointsSamuel Thibault3-131/+1
2020-06-24htl: Enable tst-cancel25 testSamuel Thibault2-172/+1
2020-06-17nptl: Remove now-spurious tst-cancelx9 referencesSamuel Thibault1-2/+1
2020-06-14htl: Enable more cancellation testsSamuel Thibault5-241/+1
2020-06-10htl: Enable more cancel testsSamuel Thibault8-512/+7
2020-06-08pthread: Move back linking rules to nptl and htlSamuel Thibault1-0/+18
2020-06-07htl: Enable more testsSamuel Thibault11-735/+4
2020-06-07htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault4-646/+1
2020-06-07htl: Enable more testsSamuel Thibault98-7328/+258
2020-06-07htl: Add sem_clockwait supportSamuel Thibault2-64/+1
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer9-8/+360
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer8-27/+79
2020-06-02nptl: Destroy the default thread attribute as part of freeresFlorian Weimer3-0/+13
2020-06-02nptl: Change type of __default_pthread_attrFlorian Weimer8-15/+14
2020-06-02nptl: Use __pthread_attr_setaffinity_np in pthread_getattr_npFlorian Weimer1-16/+14
2020-06-02nptl: Use __pthread_getattr_default_np in pthread_createFlorian Weimer1-25/+7
2020-06-02nptl: Add internal alias __pthread_getattr_default_npFlorian Weimer3-1/+6
2020-06-01htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault3-176/+1
2020-06-01htl: Enable more cond testsSamuel Thibault1-1/+1
2020-05-26htl: Add clock variantsSamuel Thibault21-1421/+441
2020-05-25signal: Deprecate additional legacy signal handling functionsFlorian Weimer7-26/+23
2020-05-20nptl: Use __pthread_attr_copy in pthread_setattr_default_npFlorian Weimer1-38/+15
2020-05-20nptl: Use __pthread_attr_copy in pthread_getattr_default_np (bug 25999)Florian Weimer3-9/+82
2020-05-20nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer4-0/+65
2020-05-20nptl: Make __pthread_attr_init, __pthread_attr_destroy available internallyFlorian Weimer4-4/+9
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer4-7/+21
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer4-10/+20
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer4-10/+29
2020-05-20nptl: Replace some stubs with the Linux implementationFlorian Weimer9-30/+626
2020-05-12nptl: wait for pending setxid request also in detached thread (bug 25942)Andreas Schwab1-5/+6
2020-04-27nptl/tst-setuid1-static: Improve isolation from system objectsFlorian Weimer1-0/+5
2020-04-27nptl: Start new threads with all signals blocked [BZ #25098]Florian Weimer2-24/+32
2020-04-21signal: Only handle on NSIG signals on signal functions (BZ #25657)Adhemerval Zanella3-5/+66
2020-04-21linux: Use pthread_sigmask on sigprocmaskAdhemerval Zanella2-0/+3
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella3-4/+14
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