about summary refs log tree commit diff
path: root/nptl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2019-02-191-1/+4
* nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell2019-02-171-1/+2
* Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab2018-12-131-1/+2
* Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho2018-12-071-2/+12
* Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler2018-10-181-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
* nptl: Implement pthread_self in libc.so [BZ #22635]Florian Weimer2017-12-201-2/+2
* Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]H.J. Lu2017-12-191-1/+2
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-62/+62
* Add elision tunablesRogerio Alves2017-12-051-0/+4
* Remove traces of tst-typesizesAndreas Schwab2017-11-071-2/+1
* Remove non-add-on Banner files.Joseph Myers2017-09-211-5/+0
* Add test for bug 21041Andreas Schwab2017-08-091-2/+4
* Fix missing redirects in testsuite targetsAndreas Schwab2017-08-071-1/+1
* mutex: Fix robust mutex lock acquire (Bug 21778)Carlos O'Donell2017-07-291-1/+1
* rwlock: Fix explicit hand-over (bug 21298)Carlos O'Donell2017-07-281-1/+3
* Disable single thread optimization for open_memstreamSzabolcs Nagy2017-07-141-1/+1
* Move tst-mutex*8* to tests-internalTulio Magno Quites Machado Filho2017-05-251-4/+5
* posix: Consolidate Linux fsync syscallAdhemerval Zanella2017-05-181-0/+1
* posix: Consolidate Linux fdatasync syscallAdhemerval Zanella2017-05-181-0/+1
* posix: Consolidate Linux msync syscallAdhemerval Zanella2017-05-181-0/+1
* posix: Consolidate Linux sigsuspend implementationAdhemerval Zanella2017-05-181-0/+1
* posix: Consolidate Linux nanosleep syscallAdhemerval Zanella2017-05-181-0/+1
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-14/+17
* Consolidate Linux write syscallAdhemerval Zanella2017-05-111-0/+1
* Consolidate Linux read syscallAdhemerval Zanella2017-05-111-0/+1
* Consolidate Linux close syscall generationAdhemerval Zanella2017-05-111-0/+1
* Bug 20116: Fix use after free in pthread_create()Carlos O'Donell2017-01-281-1/+1