summaryrefslogtreecommitdiff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler2019-02-071-4/+53
* Disable -Wrestrict for two nptl/tst-attr3.c tests.Joseph Myers2018-10-221-0/+19
* pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538]Martin Kuchta2018-08-271-2/+6
* nptl/tst-thread-exit-clobber: Run with any C++ compilerFlorian Weimer2018-01-171-2/+2
* nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensionsFlorian Weimer2018-01-161-0/+1
* nptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636]Florian Weimer2018-01-152-2/+92
* nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]Florian Weimer2018-01-153-1/+95
* [BZ #22637] Fix stack guard size accountingSzabolcs Nagy2018-01-154-8/+12
* nptl: Add test for callee-saved register restore in pthread_exitFlorian Weimer2018-01-152-2/+248
* ia64: Fix thread stack allocation permission set (BZ #21672)Adhemerval Zanella2017-12-132-26/+30
* Add test for bug 21041Andreas Schwab2017-11-213-2/+67
* Don't use IFUNC resolver for longjmp or system in libpthread (bug 21041)Andreas Schwab2017-11-212-37/+18
* nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella2017-11-074-5/+5
* nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella2017-11-072-0/+19
* 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