about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* Add {,sysdep-}ld-library-path make variableSamuel Thibault2020-11-161-1/+1
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-165-126/+47
* nptl: Eliminate <smp.h> and __is_smpFlorian Weimer2020-11-136-43/+0
* tst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ #26820]H.J. Lu2020-11-031-1/+1
* Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)Joseph Myers2020-10-302-0/+20
* y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitsetLukasz Majewski2020-10-211-1/+1
* y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski2020-10-152-20/+55
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-1/+1
* y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64 bi...Lukasz Majewski2020-10-048-31/+104
* aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy2020-10-021-2/+12
* y2038: nptl: Convert sem_{clock|timed}wait to support 64 bit timeLukasz Majewski2020-09-145-14/+56
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-111-1/+1
* y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski2020-09-022-8/+46
* nptl: Handle NULL abstime [BZ #26394]H.J. Lu2020-08-172-6/+16
* y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski2020-08-134-14/+58
* htl: Enable tst-cancelx?[45]Samuel Thibault2020-08-067-1991/+2
* tst-cancel4: Make blocking on write more portableSamuel Thibault2020-08-071-4/+4
* 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