aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel21-830/+1274
2016-12-26Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock1-16/+0
2016-12-23Fix failing pretty printer tests when CPPFLAGS has optimizations.Carlos O'Donell2-0/+11
2016-12-19Robust mutexes: Fix lost wake-up.Torvald Riegel2-4/+25
2016-12-13nptl/tst-cancel7: Add missing case labelFlorian Weimer1-0/+1
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer2-25/+22
2016-12-08Add pretty printers for the NPTL lock typesMartin Galvan15-0/+1804
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer1-4/+0
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella5-47/+11
2016-11-08Consolidate lseek/lseek64/llseek implementationsAdhemerval Zanella1-1/+1
2016-11-07Write messages to stdout and use write_message instead of writeGabriel F. T. Gomes8-54/+61
2016-11-07Use write_message instead of writeGabriel F. T. Gomes4-26/+30
2016-10-28Document a behavior of an elided pthread_rwlock_unlockTulio Magno Quites Machado Filho1-0/+4
2016-10-07Use libc_ifunc macro for siglongjmp, longjmp in libpthread.Stefan Liebler1-18/+6
2016-10-07Use libc_ifunc macro for vfork in libpthread.Stefan Liebler1-17/+5
2016-10-07Use libc_ifunc macro for system in libpthread.Stefan Liebler1-15/+4
2016-09-21[PR19826] fix non-LE TLS in static programsAlexandre Oliva1-3/+6
2016-09-20posix: Correctly enable/disable cancellation on Linux posix_spawnAdhemerval Zanella2-1/+177
2016-09-15nptl: Consolidate sem_init implementationsAdhemerval Zanella1-0/+2
2016-09-15nptl: Fix sem_wait and sem_timedwait cancellation (BZ#18243)Adhemerval Zanella8-52/+62
2016-09-15nptl: Set sem_open as a non cancellation point (BZ #15765)Adhemerval Zanella3-5/+152
2016-09-15nptl: Consolidate sem_open implementationsAdhemerval Zanella1-0/+2
2016-09-14Remove the ptw-% patternsFlorian Weimer1-8/+13
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer1-153/+3
2016-08-26nptl: Avoid expected SIGALRM in most tests [BZ #20432]Florian Weimer13-101/+94
2016-08-17nptl/tst-once5: Reduce time to expected failureFlorian Weimer1-0/+2
2016-08-16nptl/tst-tls3-malloc: Force freeing of thread stacksFlorian Weimer2-1/+14
2016-08-03elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]Florian Weimer2-2/+182
2016-08-03elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer1-3/+1
2016-07-11Revert "Add pretty printers for the NPTL lock types"Siddhesh Poyarekar3-669/+0
2016-07-08Add pretty printers for the NPTL lock typesMartin Galvan3-0/+669
2016-07-07Add test case for bug 20263Andreas Schwab2-1/+111
2016-07-07Fix robust mutex daedlock [BZ #20263]Jiyoung Yun1-2/+5
2016-07-05nptl: Add more coverage in tst-cancel4Adhemerval Zanella3-24/+46
2016-06-29Compile tst-cleanupx4 test with -fexceptionsH.J. Lu2-3/+6
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel1-12/+22
2016-06-13nptl: Add sendmmsg and recvmmsg cancellation testsAdhemerval Zanella6-309/+603
2016-06-13Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella1-3/+0
2016-06-10Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella1-3/+3
2016-06-06Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella1-0/+47
2016-06-06Consolidate preadv/preadv64 implementationAdhemerval Zanella1-0/+45
2016-06-01fork in libpthread cannot use IFUNC resolver [BZ #19861]Florian Weimer1-33/+10
2016-05-26network: Fix missing bits from {recv,send}{m}msg standard com,plianceAdhemerval Zanella1-1/+1
2016-05-25network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella1-4/+5
2016-05-17Fix tst-cancel17/tst-cancelx17, which sometimes segfaults while exiting.Stefan Liebler1-0/+16
2016-02-19nptl: support thread stacks that grow upCarlos O'Donell3-12/+44
2016-01-25Don't do lock elision on an error checking mutex (bug 17514)Andreas Schwab3-2/+64
2016-01-22Fix nptl/tst-setuid3.cPaul E. Murphy1-5/+13
2016-01-15nptl: Add first-line description for barrier tests.Torvald Riegel5-9/+10
2016-01-15Fix pthread_barrier_init typo.Torvald Riegel1-1/+1