| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | nptl: Fix sem_wait and sem_timedwait cancellation (BZ#18243) | Adhemerval Zanella | 2016-09-15 | 1 | -0/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Use __pthread_setcancelstate in libc.a | H.J. Lu | 2015-09-17 | 1 | -0/+1 |
* | The patch committed to fix bug #18435 caused regressions on aarch64 | Martin Sebor | 2015-07-09 | 1 | -0/+11 |
* | The C++ 2011 std::call_once function is specified to allow | Martin Sebor | 2015-07-01 | 1 | -7/+0 |
* | NPTL: Refactor cpu_set_t validation to be sysdeps-controlled | Roland McGrath | 2015-01-08 | 1 | -27/+0 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Remove NOT_IN_libc | Siddhesh Poyarekar | 2014-11-24 | 1 | -1/+1 |
* | Remove IS_IN_libpthread | Siddhesh Poyarekar | 2014-11-24 | 1 | -6/+6 |
* | Remove IS_IN_librt | Siddhesh Poyarekar | 2014-11-24 | 1 | -1/+1 |
* | pthread_once: Clean up constants. | Torvald Riegel | 2014-10-20 | 1 | -0/+6 |
* | Remove unnecessary uses of NOT_IN_libc | Siddhesh Poyarekar | 2014-08-21 | 1 | -5/+5 |
* | Split nptl-signals.h out from pthreadP.h | Roland McGrath | 2014-07-31 | 1 | -16/+2 |
* | Remove declarations of two nonexistent variables from nptl/pthreadP.h. | Roland McGrath | 2014-07-15 | 1 | -5/+0 |
* | nptl: Fix abort in case of set*id failure [BZ #17135] | Florian Weimer | 2014-07-11 | 1 | -0/+2 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Add elision to pthread_mutex_{try,timed,un}lock | Andi Kleen | 2013-07-02 | 1 | -1/+3 |
* | Add new internal mutex type flags for elision. | Andi Kleen | 2013-07-02 | 1 | -1/+14 |
* | New API to set default thread attributes | Siddhesh Poyarekar | 2013-06-15 | 1 | -0/+1 |
* | Consolidate pthread_attr value validation | Siddhesh Poyarekar | 2013-04-22 | 1 | -1/+63 |
* | Move __default_stacksize into __default_pthread_attr | Siddhesh Poyarekar | 2013-03-19 | 1 | -2/+2 |
* | FUTEX_*_REQUEUE_PI support for non-x86 code | Siddhesh Poyarekar | 2013-02-18 | 1 | -0/+12 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Remove use of INTDEF/INTUSE in nptl | Andreas Schwab | 2012-05-30 | 1 | -19/+14 |
* | Remove fallback definitions of __NR_set_robust_list. | Joseph Myers | 2012-05-15 | 1 | -12/+1 |
* | Allow a single-threaded program to cancel itself | Siddhesh Poyarekar | 2012-05-15 | 1 | -1/+3 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Consistently added return to pthread_exit | Ulrich Drepper | 2012-01-10 | 1 | -1/+1 |
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 1 | -6/+6 |
* | Create internal threads with sufficient stack size | Ulrich Drepper | 2011-12-22 | 1 | -0/+1 |
* | Fix robust mutex handling after fork | Ulrich Drepper | 2011-06-30 | 1 | -5/+8 |
* | Fix bookkeeping in mutex when using requeue_pi. | Ulrich Drepper | 2009-07-28 | 1 | -0/+2 |
* | * allocatestack.c (__free_stacks): Renamed from free_stacks. | Ulrich Drepper | 2009-01-29 | 1 | -2/+3 |
* | * pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define. | Ulrich Drepper | 2007-08-11 | 1 | -1/+14 |
* | * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post): | Ulrich Drepper | 2007-08-01 | 1 | -1/+1 |
* | [BZ #4647] | Ulrich Drepper | 2007-06-18 | 1 | -0/+3 |
* | * pthreadP.h (PTHREAD_RWLOCK_PREFER_READER_P): Define. | Ulrich Drepper | 2007-05-26 | 1 | -0/+5 |
* | * elf/dl-close.c (_dl_close_worker): When removing object from | Ulrich Drepper | 2007-05-19 | 1 | -1/+3 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -3/+1 |
* | . | Jakub Jelinek | 2007-07-31 | 1 | -1/+3 |
* | * allocatestack.c (queue_stack): Move freeing of surplus stacks to... | Ulrich Drepper | 2006-08-23 | 1 | -0/+2 |
* | * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve): | Ulrich Drepper | 2006-08-14 | 1 | -5/+27 |
* | 2006-07-28 Ulrich Drepper <drepper@redhat.com> | Ulrich Drepper | 2006-07-29 | 1 | -2/+19 |
* | * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix typo in | Ulrich Drepper | 2006-04-07 | 1 | -1/+1 |
* | * sysdeps/unix/sysv/linux/kernel-features.h: Add | Ulrich Drepper | 2006-03-28 | 1 | -7/+24 |
* | * elf/rtld-Rules (subdir-args): New variable. | Roland McGrath | 2006-02-28 | 1 | -4/+13 |
* | * sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel, | Ulrich Drepper | 2006-02-15 | 1 | -3/+9 |
* | * Versions.def: Add GLIBC_2.4 for libpthread. cvs/fedora-glibc-20051227T1426 | Ulrich Drepper | 2005-12-27 | 1 | -1/+27 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 1 | -102/+1 |
* | 2.5-18.1 | Jakub Jelinek | 2007-07-12 | 1 | -1/+102 |