about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer2017-01-261-153/+3
* nptl/tst-tls3-malloc: Force freeing of thread stacksFlorian Weimer2017-01-262-1/+14
* elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]Florian Weimer2017-01-262-2/+182
* elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer2017-01-261-3/+1
* nptl/tst-once5: Reduce time to expected failureFlorian Weimer2016-10-221-0/+2
* Fix tst-cancel17/tst-cancelx17, which sometimes segfaults while exiting.Stefan Liebler2016-10-221-0/+16
* Add runtime check for __ASSUME_REQUEUE_PI (BZ# 18463)Adhemerval Zanella2016-06-036-33/+31
* Remove __ASSUME_SET_ROBUST_LISTAdhemerval Zanella2016-06-034-20/+3
* Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella2016-06-031-3/+0
* fork in libpthread cannot use IFUNC resolver [BZ #19861]Florian Weimer2016-06-021-33/+10
* Don't do lock elision on an error checking mutex (bug 17514)Andreas Schwab2016-01-253-2/+64
* Fix nptl/tst-setuid3.cPaul E. Murphy2016-01-221-5/+13
* nptl: Add first-line description for barrier tests.Torvald Riegel2016-01-155-9/+10
* Fix pthread_barrier_init typo.Torvald Riegel2016-01-151-1/+1
* New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel2016-01-159-135/+381
* Make shebang interpreter directives consistentMarko Myllynen2016-01-072-2/+2
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04399-399/+399
* Do not violate mutex destruction requirements.Torvald Riegel2015-12-231-5/+7
* nptl: Fix racy pipe closing in tst-cancel{20,21}Adhemerval Zanella2015-12-022-12/+18
* Remove CPU set size checking from affinity functions [BZ #19143]Florian Weimer2015-11-243-43/+0
* Remove a spurious attributionFlorian Weimer2015-11-041-1/+0
* Add -std=gnu11 and -std=c11 NPTL initializers tests.Joseph Myers2015-10-273-1/+6
* Remove sysdeps/nptl/configure.ac.Joseph Myers2015-10-274-43/+1
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-207-34/+16
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-2029-88/+39
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-1912-41/+24
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-1658-148/+58
* nptl: Add adapt_count parameter to lll_unlock_elisionPaul Murphy2015-10-151-2/+2
* nptl: Add NPTL cases for cancellation failures casesAdhemerval Zanella2015-10-093-0/+92
* Add a test case for C++11 thread_local supportFlorian Weimer2015-10-062-1/+207
* Remove ignored symbols from nptl/VersionsH.J. Lu2015-09-221-4/+0
* Use __pthread_setcancelstate in libc.aH.J. Lu2015-09-174-3/+6
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-082-3/+3
* gawk: fix gensub usageMike Frysinger2015-08-091-1/+1
* nptl: fix set-but-unused warning w/_STACK_GROWS_UPMike Frysinger2015-08-051-7/+10
* Add #include <string.h> to nptl/tst-join7mod.c to silence GCC warnings.Chung-Lin Tang2015-07-261-0/+1
* Use IE model for static variables in libc.so, libpthread.so and rtldSiddhesh Poyarekar2015-07-243-2/+115
* Avoid C++ tests when the C++ cannot be linkedAdhemerval Zanella2015-07-141-1/+1
* Clean up semaphore EINTR handling after Linux futex docs clarification.Torvald Riegel2015-07-101-30/+7
* Add and use new glibc-internal futex API.Torvald Riegel2015-07-1024-318/+142
* The patch committed to fix bug #18435 caused regressions on aarch64Martin Sebor2015-07-092-0/+15
* The C++ 2011 std::call_once function is specified to allowMartin Sebor2015-07-013-8/+82
* Remove documentation of lowlevellock systemtap probes.Torvald Riegel2015-06-301-16/+0
* Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel2015-06-302-8/+4
* NPTL: Use unsigned type for setxid_futex.Roland McGrath2015-06-241-1/+1
* Fix mq_notify pthread_barrier_* namespace (bug 18544).Joseph Myers2015-06-173-2/+5
* Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536).Joseph Myers2015-06-172-4/+5
* Fix h_errno namespace (bug 18520).Joseph Myers2015-06-121-2/+2
* pthread_key_create: Fix typo in commentFlorian Weimer2015-06-111-1/+1