aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2017-07-15Fix guard alignment in allocate_stack when stack grows up.John David Anglin1-2/+8
2017-07-14Disable single thread optimization for open_memstreamSzabolcs Nagy2-1/+102
2017-07-06Increase some test timeouts.Joseph Myers3-1/+3
2017-07-04Single threaded stdio optimizationSzabolcs Nagy1-0/+4
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella22-49/+66
2017-06-14nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)Adhemerval Zanella1-8/+58
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler4-34/+100
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella1-0/+71
2017-05-31Use test-driver in nptl/tst-fork3.cAndreas Schwab1-2/+4
2017-05-25Move tst-mutex*8* to tests-internalTulio Magno Quites Machado Filho1-4/+5
2017-05-20Remove __need_list_t and __need_res_state.Zack Weinberg1-4/+2
2017-05-18posix: Consolidate Linux fsync syscallAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux fdatasync syscallAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux msync syscallAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux sigsuspend implementationAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux nanosleep syscallAdhemerval Zanella1-0/+1
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-14/+17
2017-05-11Consolidate Linux write syscallAdhemerval Zanella1-0/+1
2017-05-11Consolidate Linux read syscallAdhemerval Zanella1-0/+1
2017-05-11Consolidate Linux close syscall generationAdhemerval Zanella1-0/+1
2017-05-10Use test-driver in ntpl/tst-fork1.cAndreas Schwab1-2/+4
2017-05-03Bug 20116: Clarify behaviour of PD->lock.Carlos O'Donell1-2/+11
2017-05-01nptl: Using libsupport for tst-cancel4*Adhemerval Zanella5-946/+204
2017-04-25Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers1-0/+1
2017-04-04Remove CALL_THREAD_FCT macroAdhemerval Zanella1-4/+0
2017-04-04Remove __ASSUME_REQUEUE_PIAdhemerval Zanella1-12/+0
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg4-4/+1
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg1-0/+1
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg1-1/+6
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg15-16/+19
2017-02-06nptl: Remove COLORING_INCREMENTAdhemerval Zanella2-44/+2
2017-02-03Bug 20915: Do not initialize DTV of other threads.Alexandre Oliva1-5/+0
2017-01-28Bug 20116: Fix use after free in pthread_create()Carlos O'Donell8-40/+321
2017-01-27nptl: Add tst-robust-forkFlorian Weimer2-1/+186
2017-01-20Fix mutex pretty printer test and pretty printer output.Torvald Riegel2-20/+30
2017-01-13Add compiler barriers around modifications of the robust mutex list.Torvald Riegel4-9/+125
2017-01-13robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel7-197/+158
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel26-770/+1348
2017-01-03Fix up tabs/spaces mismatchesMartin Galvan1-8/+8
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers422-422/+422
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