summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* nptl: Zero-extend arguments to SETXID syscalls [BZ #26248]H.J. Lu2020-07-273-2/+87
* Linux: Remove rseq supportFlorian Weimer2020-07-161-13/+0
* string: Remove old TLS usage on strsignalAdhemerval Zanella2020-07-072-0/+6
* linux: Fix __NSIG_WORDS and add __NSIG_BYTESAdhemerval Zanella2020-07-072-2/+2
* Add the __libc_single_threaded variableFlorian Weimer2020-07-061-0/+5
* Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers2020-07-061-0/+13
* tst-cancel4: deal with ENOSYS errorsSamuel Thibault2020-07-051-4/+38
* htl: Enable cancel*16 an cancel*20 testsSamuel Thibault2020-06-295-507/+2
* tst-cancel4-common.c: fix calling socketpairSamuel Thibault2020-06-261-1/+1
* nptl: Don't madvise user provided stackSzabolcs Nagy2020-06-251-2/+3
* htl: Make sem_*wait cancellations pointsSamuel Thibault2020-06-243-131/+1
* htl: Enable tst-cancel25 testSamuel Thibault2020-06-242-172/+1
* nptl: Remove now-spurious tst-cancelx9 referencesSamuel Thibault2020-06-171-2/+1
* htl: Enable more cancellation testsSamuel Thibault2020-06-145-241/+1
* htl: Enable more cancel testsSamuel Thibault2020-06-108-512/+7
* pthread: Move back linking rules to nptl and htlSamuel Thibault2020-06-081-0/+18
* htl: Enable more testsSamuel Thibault2020-06-0711-735/+4
* htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault2020-06-074-646/+1
* htl: Enable more testsSamuel Thibault2020-06-0798-7328/+258
* htl: Add sem_clockwait supportSamuel Thibault2020-06-072-64/+1
* nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2020-06-029-8/+360
* nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer2020-06-028-27/+79
* nptl: Destroy the default thread attribute as part of freeresFlorian Weimer2020-06-023-0/+13
* nptl: Change type of __default_pthread_attrFlorian Weimer2020-06-028-15/+14
* nptl: Use __pthread_attr_setaffinity_np in pthread_getattr_npFlorian Weimer2020-06-021-16/+14
* nptl: Use __pthread_getattr_default_np in pthread_createFlorian Weimer2020-06-021-25/+7
* nptl: Add internal alias __pthread_getattr_default_npFlorian Weimer2020-06-023-1/+6
* htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault2020-06-013-176/+1
* htl: Enable more cond testsSamuel Thibault2020-06-011-1/+1
* 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