about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* nptl: support thread stacks that grow upCarlos O'Donell2016-02-193-12/+44
* 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
* nptl: restore .interp section in libpthread.soGleb Fotengauer-Malinovskiy2015-06-102-2/+6
* Fix missing wake-ups in pthread_rwlock_rdlock.Torvald Riegel2015-06-047-6/+271
* Fix lost wake-up when pthread_rwlock_timedrwlock times out.Torvald Riegel2015-06-043-0/+135
* Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath2015-05-264-84/+131
* Remove socket.S implementationAdhemerval Zanella2015-05-221-0/+6
* Fix nptl-init.c use of INTERNAL_SYSCALL_DECL.Roland McGrath2015-05-221-11/+19
* NaCl: Set tid field to a unique value.Roland McGrath2015-05-202-4/+31
* BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].Roland McGrath2015-05-193-3/+103
* Ensure `wint_t' is defined before use in include/stdio.hArjun Shankar2015-05-181-2/+5