| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove ignored symbols from nptl/Versions | H.J. Lu | 2015-09-22 | 1 | -4/+0 |
* | Use __pthread_setcancelstate in libc.a | H.J. Lu | 2015-09-17 | 4 | -3/+6 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 2 | -3/+3 |
* | gawk: fix gensub usage | Mike Frysinger | 2015-08-09 | 1 | -1/+1 |
* | nptl: fix set-but-unused warning w/_STACK_GROWS_UP | Mike Frysinger | 2015-08-05 | 1 | -7/+10 |
* | Add #include <string.h> to nptl/tst-join7mod.c to silence GCC warnings. | Chung-Lin Tang | 2015-07-26 | 1 | -0/+1 |
* | Use IE model for static variables in libc.so, libpthread.so and rtld | Siddhesh Poyarekar | 2015-07-24 | 3 | -2/+115 |
* | Avoid C++ tests when the C++ cannot be linked | Adhemerval Zanella | 2015-07-14 | 1 | -1/+1 |
* | Clean up semaphore EINTR handling after Linux futex docs clarification. | Torvald Riegel | 2015-07-10 | 1 | -30/+7 |
* | Add and use new glibc-internal futex API. | Torvald Riegel | 2015-07-10 | 24 | -318/+142 |
* | The patch committed to fix bug #18435 caused regressions on aarch64 | Martin Sebor | 2015-07-09 | 2 | -0/+15 |
* | The C++ 2011 std::call_once function is specified to allow | Martin Sebor | 2015-07-01 | 3 | -8/+82 |
* | Remove documentation of lowlevellock systemtap probes. | Torvald Riegel | 2015-06-30 | 1 | -16/+0 |
* | Clean up BUSY_WAIT_NOP and atomic_delay. | Torvald Riegel | 2015-06-30 | 2 | -8/+4 |
* | NPTL: Use unsigned type for setxid_futex. | Roland McGrath | 2015-06-24 | 1 | -1/+1 |
* | Fix mq_notify pthread_barrier_* namespace (bug 18544). | Joseph Myers | 2015-06-17 | 3 | -2/+5 |
* | Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536). | Joseph Myers | 2015-06-17 | 2 | -4/+5 |
* | Fix h_errno namespace (bug 18520). | Joseph Myers | 2015-06-12 | 1 | -2/+2 |
* | pthread_key_create: Fix typo in comment | Florian Weimer | 2015-06-11 | 1 | -1/+1 |
* | nptl: restore .interp section in libpthread.so | Gleb Fotengauer-Malinovskiy | 2015-06-10 | 2 | -2/+6 |
* | Fix missing wake-ups in pthread_rwlock_rdlock. | Torvald Riegel | 2015-06-04 | 7 | -6/+271 |
* | Fix lost wake-up when pthread_rwlock_timedrwlock times out. | Torvald Riegel | 2015-06-04 | 3 | -0/+135 |
* | Split timed-wait functions out of nptl/lowlevellock.c. | Roland McGrath | 2015-05-26 | 4 | -84/+131 |
* | Remove socket.S implementation | Adhemerval Zanella | 2015-05-22 | 1 | -0/+6 |
* | Fix nptl-init.c use of INTERNAL_SYSCALL_DECL. | Roland McGrath | 2015-05-22 | 1 | -11/+19 |
* | NaCl: Set tid field to a unique value. | Roland McGrath | 2015-05-20 | 2 | -4/+31 |
* | BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS]. | Roland McGrath | 2015-05-19 | 3 | -3/+103 |
* | Ensure `wint_t' is defined before use in include/stdio.h | Arjun Shankar | 2015-05-18 | 1 | -2/+5 |
* | libc-vdso.h place consolidation | Adhemerval Zanella | 2015-04-20 | 1 | -1/+1 |
* | Make sem_timedwait use FUTEX_CLOCK_REALTIME (bug 18138). | Joseph Myers | 2015-03-18 | 1 | -0/+15 |
* | Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbage | Alexandre Oliva | 2015-03-17 | 1 | -6/+3 |
* | Let tests result in UNSUPPORTED; use that for unbuildable C++ cases | Roland McGrath | 2015-03-10 | 1 | -9/+9 |
* | Conditionalize some test code for SIGRTMIN, SA_SIGINFO. | Roland McGrath | 2015-03-04 | 3 | -9/+25 |
* | Avoid C++ tests when the C++ cannot be linked. | Roland McGrath | 2015-03-04 | 1 | -4/+9 |
* | Make error checking effective in nptl/tst-cond25.c. | Torvald Riegel | 2015-02-16 | 1 | -1/+9 |
* | Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype (BZ #... | Andreas Schwab | 2015-02-12 | 3 | -2/+63 |
* | NPTL: Conditionalize some sanity tests for SIGCANCEL/SIGSETXID. | Roland McGrath | 2015-02-06 | 2 | -0/+6 |
* | Conditionalize use of SIGRTMIN in nptl/tst-locale1.c. | Roland McGrath | 2015-02-06 | 1 | -1/+5 |
* | NPTL: Build tests using clone directly only for Linux. | Roland McGrath | 2015-02-06 | 4 | -226/+2 |
* | Use signal rather than sigaction in nptl/tst-cleanup2. | Roland McGrath | 2015-02-06 | 1 | -8/+3 |
* | Conditionalize some tests' use of SA_SIGINFO. | Roland McGrath | 2015-02-06 | 2 | -0/+4 |
* | Fix nptl/tst-kill5 not to presume SIGRTMAX exists. | Roland McGrath | 2015-02-06 | 1 | -1/+2 |
* | Clean up nptl/tst-join5 use of nanosleep. | Roland McGrath | 2015-02-06 | 1 | -7/+7 |
* | Clean up NPTL system to be compat-only. | Roland McGrath | 2015-02-06 | 1 | -8/+40 |
* | Clean up NPTL longjmp to be compat-only. | Roland McGrath | 2015-02-06 | 1 | -6/+50 |
* | Clean up NPTL fork to be compat-only. | Roland McGrath | 2015-02-06 | 2 | -4/+52 |
* | Also use uint64_t in __new_sem_wait_fast | H.J. Lu | 2015-01-23 | 1 | -1/+1 |
* | Use uint64_t and (uint64_t) 1 for 64-bit int | H.J. Lu | 2015-01-23 | 2 | -6/+6 |
* | Fix semaphore destruction (bug 12674). | Carlos O'Donell | 2015-01-21 | 13 | -300/+641 |
* | NPTL: Fix generic pthread_sigmask. | Roland McGrath | 2015-01-08 | 1 | -1/+5 |