summaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2017-05-10Use test-driver in ntpl/tst-fork1.cAndreas Schwab
2017-05-03Bug 20116: Clarify behaviour of PD->lock.Carlos O'Donell
2017-05-01nptl: Using libsupport for tst-cancel4*Adhemerval Zanella
2017-04-25Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers
2017-04-04Remove CALL_THREAD_FCT macroAdhemerval Zanella
2017-04-04Remove __ASSUME_REQUEUE_PIAdhemerval Zanella
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg
2017-02-06nptl: Remove COLORING_INCREMENTAdhemerval Zanella
2017-02-03Bug 20915: Do not initialize DTV of other threads.Alexandre Oliva
2017-01-28Bug 20116: Fix use after free in pthread_create()Carlos O'Donell
2017-01-27nptl: Add tst-robust-forkFlorian Weimer
2017-01-20Fix mutex pretty printer test and pretty printer output.Torvald Riegel
2017-01-13Add compiler barriers around modifications of the robust mutex list.Torvald Riegel
2017-01-13robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel
2017-01-03Fix up tabs/spaces mismatchesMartin Galvan
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel
2016-12-26Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock
2016-12-23Fix failing pretty printer tests when CPPFLAGS has optimizations.Carlos O'Donell
2016-12-19Robust mutexes: Fix lost wake-up.Torvald Riegel
2016-12-13nptl/tst-cancel7: Add missing case labelFlorian Weimer
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer
2016-12-08Add pretty printers for the NPTL lock typesMartin Galvan
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella
2016-11-08Consolidate lseek/lseek64/llseek implementationsAdhemerval Zanella
2016-11-07Write messages to stdout and use write_message instead of writeGabriel F. T. Gomes
2016-11-07Use write_message instead of writeGabriel F. T. Gomes
2016-10-28Document a behavior of an elided pthread_rwlock_unlockTulio Magno Quites Machado Filho
2016-10-07Use libc_ifunc macro for siglongjmp, longjmp in libpthread.Stefan Liebler
2016-10-07Use libc_ifunc macro for vfork in libpthread.Stefan Liebler
2016-10-07Use libc_ifunc macro for system in libpthread.Stefan Liebler
2016-09-21[PR19826] fix non-LE TLS in static programsAlexandre Oliva
2016-09-20posix: Correctly enable/disable cancellation on Linux posix_spawnAdhemerval Zanella
2016-09-15nptl: Consolidate sem_init implementationsAdhemerval Zanella
2016-09-15nptl: Fix sem_wait and sem_timedwait cancellation (BZ#18243)Adhemerval Zanella
2016-09-15nptl: Set sem_open as a non cancellation point (BZ #15765)Adhemerval Zanella
2016-09-15nptl: Consolidate sem_open implementationsAdhemerval Zanella
2016-09-14Remove the ptw-% patternsFlorian Weimer
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer
2016-08-26nptl: Avoid expected SIGALRM in most tests [BZ #20432]Florian Weimer
2016-08-17nptl/tst-once5: Reduce time to expected failureFlorian Weimer
2016-08-16nptl/tst-tls3-malloc: Force freeing of thread stacksFlorian Weimer
2016-08-03elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]Florian Weimer
2016-08-03elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer