about summary refs log tree commit diff
path: root/nptl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* nptl: Add tst-robust-forkFlorian Weimer2017-01-271-1/+2
* robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel2017-01-131-2/+2
* New pthread rwlock that is more scalable.Torvald Riegel2017-01-101-5/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* New condvar implementation that provides stronger ordering guarantees.Torvald Riegel2016-12-311-4/+2
* Fix failing pretty printer tests when CPPFLAGS has optimizations.Carlos O'Donell2016-12-231-0/+10
* Add pretty printers for the NPTL lock typesMartin Galvan2016-12-081-0/+18
* Consolidate lseek/lseek64/llseek implementationsAdhemerval Zanella2016-11-081-1/+1
* posix: Correctly enable/disable cancellation on Linux posix_spawnAdhemerval Zanella2016-09-201-1/+1
* nptl: Set sem_open as a non cancellation point (BZ #15765)Adhemerval Zanella2016-09-151-1/+1
* Remove the ptw-% patternsFlorian Weimer2016-09-141-8/+13
* elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]Florian Weimer2016-08-031-2/+6