about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* 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
* libc-vdso.h place consolidationAdhemerval Zanella2015-04-201-1/+1
* Make sem_timedwait use FUTEX_CLOCK_REALTIME (bug 18138).Joseph Myers2015-03-181-0/+15
* Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva2015-03-171-6/+3
* Let tests result in UNSUPPORTED; use that for unbuildable C++ casesRoland McGrath2015-03-101-9/+9
* Conditionalize some test code for SIGRTMIN, SA_SIGINFO.Roland McGrath2015-03-043-9/+25
* Avoid C++ tests when the C++ cannot be linked.Roland McGrath2015-03-041-4/+9
* Make error checking effective in nptl/tst-cond25.c.Torvald Riegel2015-02-161-1/+9
* Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype (BZ #...Andreas Schwab2015-02-123-2/+63
* NPTL: Conditionalize some sanity tests for SIGCANCEL/SIGSETXID.Roland McGrath2015-02-062-0/+6
* Conditionalize use of SIGRTMIN in nptl/tst-locale1.c.Roland McGrath2015-02-061-1/+5