aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
AgeCommit message (Expand)Author
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer
2019-08-28nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer
2019-08-16nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer
2019-08-15nptl: Move pthread_attr_init implementation into libcFlorian Weimer
2019-08-15nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer
2019-08-15nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer
2019-08-15nptl: Move pthread_equal implementation into libcFlorian Weimer
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe
2019-07-02nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer
2019-05-09Move nptl/tst-eintr1 to xtestsSzabolcs Nagy
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella
2019-02-14nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella
2019-02-13RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson
2019-01-31nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-13Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab
2018-12-01Mutex: Add pthread mutex tunablesKemi Wang
2018-11-30Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho
2018-11-23Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola
2018-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler
2018-07-24nptl: Add test cases for ISO C11 threadsAdhemerval Zanella
2018-07-24nptl: Add C11 threads tss_* functionsAdhemerval Zanella
2018-07-24nptl: Add C11 threads cnd_* functionsAdhemerval Zanella
2018-07-24nptl: Add C11 threads call_once functionsAdhemerval Zanella
2018-07-24nptl: Add C11 threads mtx_* functionsAdhemerval Zanella
2018-07-24nptl: Add C11 threads thrd_* functionsAdhemerval Zanella
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg
2018-03-01nptl: Turn libpthread.so into a symbolic link to the real DSOFlorian Weimer
2018-03-01nptl: Drop libpthread_nonshared.a from libpthread.soFlorian Weimer
2018-03-01nptl: Move pthread_atfork to libc_nonshared.aFlorian Weimer
2018-02-22Refactor atfork handlersAdhemerval Zanella
2018-02-16Add runtime check if mutex will be elided in tst-mutex8 testcases.Stefan Liebler
2018-01-25Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell
2018-01-16nptl/tst-thread-exit-clobber: Run with any C++ compilerFlorian Weimer
2018-01-16nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensionsFlorian Weimer
2018-01-15nptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636]Florian Weimer
2018-01-11nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]Florian Weimer
2018-01-08nptl: Add test for callee-saved register restore in pthread_exitFlorian Weimer
2018-01-06Avoid race conditions when rebuilding librt.soPalmer Dabbelt
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers