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