about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add compiler barriers around modifications of the robust mutex list.Torvald Riegel2017-01-134-9/+125
* robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel2017-01-137-197/+158
* New pthread rwlock that is more scalable.Torvald Riegel2017-01-1026-770/+1348
* Fix up tabs/spaces mismatchesMartin Galvan2017-01-031-8/+8
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01422-422/+422
* New condvar implementation that provides stronger ordering guarantees.Torvald Riegel2016-12-3121-830/+1274