summaryrefslogtreecommitdiff
path: root/nptl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* y2038: Add test coverageazanella/y2038-workAdhemerval Zanella2021-02-181-0/+3
* pthread: Refactor semaphore codeAdhemerval Zanella2021-02-081-1/+1
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-081-1/+0
* nptl: Remove set*id, set*gid files which are not builtFlorian Weimer2021-01-041-4/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes2020-12-011-1/+1
* nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella2020-11-271-1/+2
* nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella2020-11-251-1/+1
* nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella2020-11-251-1/+0
* Add {,sysdep-}ld-library-path make variableSamuel Thibault2020-11-161-1/+1
* tst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ #26820]H.J. Lu2020-11-031-1/+1
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-1/+1
* htl: Enable tst-cancelx?[45]Samuel Thibault2020-08-061-14/+2
* nptl: Zero-extend arguments to SETXID syscalls [BZ #26248]H.J. Lu2020-07-271-1/+1
* htl: Enable cancel*16 an cancel*20 testsSamuel Thibault2020-06-291-7/+2
* htl: Make sem_*wait cancellations pointsSamuel Thibault2020-06-241-3/+1
* htl: Enable tst-cancel25 testSamuel Thibault2020-06-241-1/+1
* nptl: Remove now-spurious tst-cancelx9 referencesSamuel Thibault2020-06-171-2/+1
* htl: Enable more cancellation testsSamuel Thibault2020-06-141-2/+1
* htl: Enable more cancel testsSamuel Thibault2020-06-101-10/+7
* pthread: Move back linking rules to nptl and htlSamuel Thibault2020-06-081-0/+18
* htl: Enable more testsSamuel Thibault2020-06-071-37/+4
* htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault2020-06-071-2/+1
* htl: Enable more testsSamuel Thibault2020-06-071-99/+19
* htl: Add sem_clockwait supportSamuel Thibault2020-06-071-1/+1
* nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2020-06-021-0/+4
* nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer2020-06-021-0/+1
* htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault2020-06-011-1/+1
* htl: Enable more cond testsSamuel Thibault2020-06-011-1/+1
* htl: Add clock variantsSamuel Thibault2020-05-261-10/+6
* signal: Deprecate additional legacy signal handling functionsFlorian Weimer2020-05-251-0/+7
* nptl: Use __pthread_attr_copy in pthread_getattr_default_np (bug 25999)Florian Weimer2020-05-201-0/+1
* nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer2020-05-201-0/+1
* nptl: Move pthread_gettattr_np into libcFlorian Weimer2020-05-201-1/+1
* nptl: Move pthread_getaffinity_np into libcFlorian Weimer2020-05-201-1/+2
* nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2020-05-201-1/+2
* nptl: Replace some stubs with the Linux implementationFlorian Weimer2020-05-201-2/+7
* nptl/tst-setuid1-static: Improve isolation from system objectsFlorian Weimer2020-04-271-0/+5
* signal: Only handle on NSIG signals on signal functions (BZ #25657)Adhemerval Zanella2020-04-211-1/+1
* nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella2020-04-211-1/+2
* nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2020-02-201-1/+1
* nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2020-02-201-1/+2
* nptl: Move pthread_cond_init implementation into libcFlorian Weimer2020-02-201-2/+2
* nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2020-02-201-2/+4
* nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2020-02-201-1/+1
* nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer2020-02-201-1/+2
* nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer2020-02-201-1/+1
* nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer2020-02-201-1/+2
* nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2020-02-201-1/+1
* nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2020-02-201-1/+2