about summary refs log tree commit diff
path: root/nptl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use newly built crt*.o files to build shared objects [BZ #22362] hjl/pr22362/masterH.J. Lu2017-10-281-10/+0
* 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
* Revert "Add pretty printers for the NPTL lock types"Siddhesh Poyarekar2016-07-111-1/+0
* Add pretty printers for the NPTL lock typesMartin Galvan2016-07-081-0/+1
* Add test case for bug 20263Andreas Schwab2016-07-071-1/+1
* Compile tst-cleanupx4 test with -fexceptionsH.J. Lu2016-06-291-3/+5
* nptl: Add sendmmsg and recvmmsg cancellation testsAdhemerval Zanella2016-06-131-1/+2
* Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella2016-06-101-3/+3
* network: Fix missing bits from {recv,send}{m}msg standard com,plianceAdhemerval Zanella2016-05-261-1/+1
* network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella2016-05-251-4/+5
* Don't do lock elision on an error checking mutex (bug 17514)Andreas Schwab2016-01-251-1/+1
* New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel2016-01-151-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Add -std=gnu11 and -std=c11 NPTL initializers tests.Joseph Myers2015-10-271-1/+4
* Remove sysdeps/nptl/configure.ac.Joseph Myers2015-10-271-2/+0
* nptl: Add NPTL cases for cancellation failures casesAdhemerval Zanella2015-10-091-0/+1
* Add a test case for C++11 thread_local supportFlorian Weimer2015-10-061-1/+8
* Use IE model for static variables in libc.so, libpthread.so and rtldSiddhesh Poyarekar2015-07-241-2/+8
* Avoid C++ tests when the C++ cannot be linkedAdhemerval Zanella2015-07-141-1/+1
* The patch committed to fix bug #18435 caused regressions on aarch64Martin Sebor2015-07-091-0/+4
* The C++ 2011 std::call_once function is specified to allowMartin Sebor2015-07-011-1/+2
* nptl: restore .interp section in libpthread.soGleb Fotengauer-Malinovskiy2015-06-101-2/+5