about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* Mark __dso_handle as hidden [BZ #18822]H.J. Lu2017-09-262-7/+3
* Remove non-add-on Banner files.Joseph Myers2017-09-213-8/+2
* Remove Roland McGrath/Ulrich Drepper et al. from DSO bannerH.J. Lu2017-09-011-1/+1
* Move all old ChangeLogs to a top-level ChangeLog.old directory.Zack Weinberg2017-09-011-13230/+0
* nptl: Remove internal_function attributeFlorian Weimer2017-08-318-32/+14
* Do not scale NPTL tests with available number of CPUsFlorian Weimer2017-08-302-12/+3
* ia64: Fix thread stack allocation permission set (BZ #21672)Adhemerval Zanella2017-08-292-26/+30
* Consolidate non cancellable nanosleep callAdhemerval Zanella2017-08-221-1/+1
* Consolidate non cancellable pause callAdhemerval Zanella2017-08-221-1/+1
* NPTL: Remove internal_function from stack marking functionsFlorian Weimer2017-08-132-3/+1
* Add test for bug 21041Andreas Schwab2017-08-093-2/+67
* Don't use IFUNC resolver for longjmp or system in libpthread (bug 21041)Andreas Schwab2017-08-082-37/+18
* Fix missing redirects in testsuite targetsAndreas Schwab2017-08-071-1/+1
* mutex: Fix robust mutex lock acquire (Bug 21778)Carlos O'Donell2017-07-295-21/+59
* rwlock: Fix explicit hand-over (bug 21298)Carlos O'Donell2017-07-283-239/+359
* Fix guard alignment in allocate_stack when stack grows up.John David Anglin2017-07-151-2/+8
* Disable single thread optimization for open_memstreamSzabolcs Nagy2017-07-142-1/+102
* Increase some test timeouts.Joseph Myers2017-07-063-1/+3
* Single threaded stdio optimizationSzabolcs Nagy2017-07-041-0/+4
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-2322-49/+66
* nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)Adhemerval Zanella2017-06-141-8/+58
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-064-34/+100
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-311-0/+71
* Use test-driver in nptl/tst-fork3.cAndreas Schwab2017-05-311-2/+4
* Move tst-mutex*8* to tests-internalTulio Magno Quites Machado Filho2017-05-251-4/+5
* Remove __need_list_t and __need_res_state.Zack Weinberg2017-05-201-4/+2
* 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
* Use test-driver in ntpl/tst-fork1.cAndreas Schwab2017-05-101-2/+4
* Bug 20116: Clarify behaviour of PD->lock.Carlos O'Donell2017-05-031-2/+11
* nptl: Using libsupport for tst-cancel4*Adhemerval Zanella2017-05-015-946/+204
* Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers2017-04-251-0/+1
* Remove CALL_THREAD_FCT macroAdhemerval Zanella2017-04-041-4/+0
* Remove __ASSUME_REQUEUE_PIAdhemerval Zanella2017-04-041-12/+0
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-014-4/+1
* Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg2017-03-011-0/+1
* Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-251-1/+6
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-1615-16/+19
* nptl: Remove COLORING_INCREMENTAdhemerval Zanella2017-02-062-44/+2
* Bug 20915: Do not initialize DTV of other threads.Alexandre Oliva2017-02-031-5/+0
* Bug 20116: Fix use after free in pthread_create()Carlos O'Donell2017-01-288-40/+321
* nptl: Add tst-robust-forkFlorian Weimer2017-01-272-1/+186
* Fix mutex pretty printer test and pretty printer output.Torvald Riegel2017-01-202-20/+30