aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu4-3/+6
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2-3/+3
2015-08-09gawk: fix gensub usageMike Frysinger1-1/+1
2015-08-05nptl: fix set-but-unused warning w/_STACK_GROWS_UPMike Frysinger1-7/+10
2015-07-26Add #include <string.h> to nptl/tst-join7mod.c to silence GCC warnings.Chung-Lin Tang1-0/+1
2015-07-24Use IE model for static variables in libc.so, libpthread.so and rtldSiddhesh Poyarekar3-2/+115
2015-07-14Avoid C++ tests when the C++ cannot be linkedAdhemerval Zanella1-1/+1
2015-07-10Clean up semaphore EINTR handling after Linux futex docs clarification.Torvald Riegel1-30/+7
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel24-318/+142
2015-07-09The patch committed to fix bug #18435 caused regressions on aarch64Martin Sebor2-0/+15
2015-07-01The C++ 2011 std::call_once function is specified to allowMartin Sebor3-8/+82
2015-06-30Remove documentation of lowlevellock systemtap probes.Torvald Riegel1-16/+0
2015-06-30Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel2-8/+4
2015-06-24NPTL: Use unsigned type for setxid_futex.Roland McGrath1-1/+1
2015-06-17Fix mq_notify pthread_barrier_* namespace (bug 18544).Joseph Myers3-2/+5
2015-06-17Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536).Joseph Myers2-4/+5
2015-06-12Fix h_errno namespace (bug 18520).Joseph Myers1-2/+2
2015-06-11pthread_key_create: Fix typo in commentFlorian Weimer1-1/+1
2015-06-10nptl: restore .interp section in libpthread.soGleb Fotengauer-Malinovskiy2-2/+6
2015-06-04Fix missing wake-ups in pthread_rwlock_rdlock.Torvald Riegel7-6/+271
2015-06-04Fix lost wake-up when pthread_rwlock_timedrwlock times out.Torvald Riegel3-0/+135
2015-05-26Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath4-84/+131
2015-05-22Remove socket.S implementationAdhemerval Zanella1-0/+6
2015-05-22Fix nptl-init.c use of INTERNAL_SYSCALL_DECL.Roland McGrath1-11/+19
2015-05-20NaCl: Set tid field to a unique value.Roland McGrath2-4/+31
2015-05-19BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].Roland McGrath3-3/+103
2015-05-18Ensure `wint_t' is defined before use in include/stdio.hArjun Shankar1-2/+5
2015-04-20libc-vdso.h place consolidationAdhemerval Zanella1-1/+1
2015-03-18Make sem_timedwait use FUTEX_CLOCK_REALTIME (bug 18138).Joseph Myers1-0/+15
2015-03-17Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva1-6/+3
2015-03-10Let tests result in UNSUPPORTED; use that for unbuildable C++ casesRoland McGrath1-9/+9
2015-03-04Conditionalize some test code for SIGRTMIN, SA_SIGINFO.Roland McGrath3-9/+25
2015-03-04Avoid C++ tests when the C++ cannot be linked.Roland McGrath1-4/+9
2015-02-16Make error checking effective in nptl/tst-cond25.c.Torvald Riegel1-1/+9
2015-02-12Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype (BZ #...Andreas Schwab3-2/+63
2015-02-06NPTL: Conditionalize some sanity tests for SIGCANCEL/SIGSETXID.Roland McGrath2-0/+6
2015-02-06Conditionalize use of SIGRTMIN in nptl/tst-locale1.c.Roland McGrath1-1/+5
2015-02-06NPTL: Build tests using clone directly only for Linux.Roland McGrath4-226/+2
2015-02-06Use signal rather than sigaction in nptl/tst-cleanup2.Roland McGrath1-8/+3
2015-02-06Conditionalize some tests' use of SA_SIGINFO.Roland McGrath2-0/+4
2015-02-06Fix nptl/tst-kill5 not to presume SIGRTMAX exists.Roland McGrath1-1/+2
2015-02-06Clean up nptl/tst-join5 use of nanosleep.Roland McGrath1-7/+7
2015-02-06Clean up NPTL system to be compat-only.Roland McGrath1-8/+40
2015-02-06Clean up NPTL longjmp to be compat-only.Roland McGrath1-6/+50
2015-02-06Clean up NPTL fork to be compat-only.Roland McGrath2-4/+52
2015-01-23Also use uint64_t in __new_sem_wait_fastH.J. Lu1-1/+1
2015-01-23Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu2-6/+6
2015-01-21Fix semaphore destruction (bug 12674).Carlos O'Donell13-300/+641
2015-01-08NPTL: Fix generic pthread_sigmask.Roland McGrath1-1/+5
2015-01-08NPTL: Fixed missed conditionalization of setxid hooey.Roland McGrath1-0/+2