aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab
2020-10-04y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64 bi...Lukasz Majewski
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy
2020-09-14y2038: nptl: Convert sem_{clock|timed}wait to support 64 bit timeLukasz Majewski
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-09-02y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski
2020-08-17nptl: Handle NULL abstime [BZ #26394]H.J. Lu
2020-08-13y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski
2020-08-06htl: Enable tst-cancelx?[45]Samuel Thibault
2020-08-07tst-cancel4: Make blocking on write more portableSamuel Thibault
2020-07-27nptl: Zero-extend arguments to SETXID syscalls [BZ #26248]H.J. Lu
2020-07-16Linux: Remove rseq supportFlorian Weimer
2020-07-07string: Remove old TLS usage on strsignalAdhemerval Zanella
2020-07-07linux: Fix __NSIG_WORDS and add __NSIG_BYTESAdhemerval Zanella
2020-07-06Add the __libc_single_threaded variableFlorian Weimer
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers
2020-07-05tst-cancel4: deal with ENOSYS errorsSamuel Thibault
2020-06-29htl: Enable cancel*16 an cancel*20 testsSamuel Thibault
2020-06-26tst-cancel4-common.c: fix calling socketpairSamuel Thibault
2020-06-25nptl: Don't madvise user provided stackSzabolcs Nagy
2020-06-24htl: Make sem_*wait cancellations pointsSamuel Thibault
2020-06-24htl: Enable tst-cancel25 testSamuel Thibault
2020-06-17nptl: Remove now-spurious tst-cancelx9 referencesSamuel Thibault
2020-06-14htl: Enable more cancellation testsSamuel Thibault
2020-06-10htl: Enable more cancel testsSamuel Thibault
2020-06-08pthread: Move back linking rules to nptl and htlSamuel Thibault
2020-06-07htl: Enable more testsSamuel Thibault
2020-06-07htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault
2020-06-07htl: Enable more testsSamuel Thibault
2020-06-07htl: Add sem_clockwait supportSamuel Thibault
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer
2020-06-02nptl: Destroy the default thread attribute as part of freeresFlorian Weimer
2020-06-02nptl: Change type of __default_pthread_attrFlorian Weimer
2020-06-02nptl: Use __pthread_attr_setaffinity_np in pthread_getattr_npFlorian Weimer
2020-06-02nptl: Use __pthread_getattr_default_np in pthread_createFlorian Weimer
2020-06-02nptl: Add internal alias __pthread_getattr_default_npFlorian Weimer
2020-06-01htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault
2020-06-01htl: Enable more cond testsSamuel Thibault
2020-05-26htl: Add clock variantsSamuel Thibault
2020-05-25signal: Deprecate additional legacy signal handling functionsFlorian Weimer
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