summaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2017-09-21Remove non-add-on Banner files.Joseph Myers
2017-09-01Remove Roland McGrath/Ulrich Drepper et al. from DSO bannerH.J. Lu
2017-09-01Move all old ChangeLogs to a top-level ChangeLog.old directory.Zack Weinberg
2017-08-31nptl: Remove internal_function attributeFlorian Weimer
2017-08-30Do not scale NPTL tests with available number of CPUsFlorian Weimer
2017-08-29ia64: Fix thread stack allocation permission set (BZ #21672)Adhemerval Zanella
2017-08-22Consolidate non cancellable nanosleep callAdhemerval Zanella
2017-08-22Consolidate non cancellable pause callAdhemerval Zanella
2017-08-13NPTL: Remove internal_function from stack marking functionsFlorian Weimer
2017-08-09Add test for bug 21041Andreas Schwab
2017-08-08Don't use IFUNC resolver for longjmp or system in libpthread (bug 21041)Andreas Schwab
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab
2017-07-29mutex: Fix robust mutex lock acquire (Bug 21778)Carlos O'Donell
2017-07-28rwlock: Fix explicit hand-over (bug 21298)Carlos O'Donell
2017-07-15Fix guard alignment in allocate_stack when stack grows up.John David Anglin
2017-07-14Disable single thread optimization for open_memstreamSzabolcs Nagy
2017-07-06Increase some test timeouts.Joseph Myers
2017-07-04Single threaded stdio optimizationSzabolcs Nagy
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella
2017-06-14nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)Adhemerval Zanella
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella
2017-05-31Use test-driver in nptl/tst-fork3.cAndreas Schwab
2017-05-25Move tst-mutex*8* to tests-internalTulio Magno Quites Machado Filho
2017-05-20Remove __need_list_t and __need_res_state.Zack Weinberg
2017-05-18posix: Consolidate Linux fsync syscallAdhemerval Zanella
2017-05-18posix: Consolidate Linux fdatasync syscallAdhemerval Zanella
2017-05-18posix: Consolidate Linux msync syscallAdhemerval Zanella
2017-05-18posix: Consolidate Linux sigsuspend implementationAdhemerval Zanella
2017-05-18posix: Consolidate Linux nanosleep syscallAdhemerval Zanella
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-05-11Consolidate Linux write syscallAdhemerval Zanella
2017-05-11Consolidate Linux read syscallAdhemerval Zanella
2017-05-11Consolidate Linux close syscall generationAdhemerval Zanella
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