about summary refs log tree commit diff
path: root/nptl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-071-2/+2
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-041-2/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer2019-08-301-2/+1
* nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer2019-08-281-2/+2
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-161-2/+2
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-151-2/+1
* nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer2019-08-151-2/+1
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-151-2/+3
* nptl: Move pthread_equal implementation into libcFlorian Weimer2019-08-151-2/+2
* nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe2019-07-121-1/+1
* nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe2019-07-121-0/+2
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-121-0/+1
* nptl: Add POSIX-proposed sem_clockwaitMike Crowe2019-07-121-2/+3
* nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer2019-07-021-2/+3
* Move nptl/tst-eintr1 to xtestsSzabolcs Nagy2019-05-091-1/+6
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-221-1/+0
* nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella2019-02-141-1/+2
* RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2019-02-131-1/+4
* nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell2019-01-311-1/+2
* nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella2019-01-031-16/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab2018-12-131-1/+2
* Mutex: Add pthread mutex tunablesKemi Wang2018-12-011-1/+1
* Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho2018-11-301-2/+12
* Enable VDSO on x86_64 statically linked programs [BZ #19767]Rafael Ávila de Espíndola2018-11-231-2/+3
* Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler2018-10-171-3/+5
* nptl: Add test cases for ISO C11 threadsAdhemerval Zanella2018-07-241-1/+4
* nptl: Add C11 threads tss_* functionsAdhemerval Zanella2018-07-241-1/+2
* nptl: Add C11 threads cnd_* functionsAdhemerval Zanella2018-07-241-1/+2
* nptl: Add C11 threads call_once functionsAdhemerval Zanella2018-07-241-1/+1
* nptl: Add C11 threads mtx_* functionsAdhemerval Zanella2018-07-241-1/+3
* nptl: Add C11 threads thrd_* functionsAdhemerval Zanella2018-07-241-3/+5
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-291-1/+1
* Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2018-06-261-0/+1
* Avoid cancellable I/O primitives in ld.so.Zack Weinberg2018-06-121-2/+2
* nptl: Turn libpthread.so into a symbolic link to the real DSOFlorian Weimer2018-03-011-19/+0
* nptl: Drop libpthread_nonshared.a from libpthread.soFlorian Weimer2018-03-011-1/+0
* nptl: Move pthread_atfork to libc_nonshared.aFlorian Weimer2018-03-011-13/+6
* Refactor atfork handlersAdhemerval Zanella2018-02-221-1/+1
* Add runtime check if mutex will be elided in tst-mutex8 testcases.Stefan Liebler2018-02-161-4/+0
* Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell2018-01-251-2/+1
* nptl/tst-thread-exit-clobber: Run with any C++ compilerFlorian Weimer2018-01-161-2/+2
* nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensionsFlorian Weimer2018-01-161-0/+1
* nptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636]Florian Weimer2018-01-151-2/+5
* nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]Florian Weimer2018-01-111-1/+1
* nptl: Add test for callee-saved register restore in pthread_exitFlorian Weimer2018-01-081-2/+5
* Avoid race conditions when rebuilding librt.soPalmer Dabbelt2018-01-061-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* nptl: Consolidate pthread_{timed,try}join{_np}Adhemerval Zanella2017-12-201-0/+1