aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
AgeCommit message (Expand)Author
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella
2021-03-04[PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek
2021-02-23nptl: Move elision implementations into libcFlorian Weimer
2021-02-22nptl: Move futex-internal into libcFlorian Weimer
2021-02-22nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer
2021-02-22nptl: Move futex-internal.c into main nptl directoryFlorian Weimer
2021-02-22nptl: Split libpthread-routines into one routine per lineFlorian Weimer
2021-02-08pthread: Refactor semaphore codeAdhemerval Zanella
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer
2021-01-04nptl: Remove set*id, set*gid files which are not builtFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-01nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes
2020-11-27nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella
2020-11-25nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella
2020-11-25nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault
2020-11-03tst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ #26820]H.J. Lu
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab
2020-08-06htl: Enable tst-cancelx?[45]Samuel Thibault
2020-07-27nptl: Zero-extend arguments to SETXID syscalls [BZ #26248]H.J. Lu
2020-06-29htl: Enable cancel*16 an cancel*20 testsSamuel Thibault
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-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_getattr_default_np (bug 25999)Florian Weimer
2020-05-20nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian 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-04-27nptl/tst-setuid1-static: Improve isolation from system objectsFlorian Weimer
2020-04-21signal: Only handle on NSIG signals on signal functions (BZ #25657)Adhemerval Zanella
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer