| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights |  Paul Eggert | 2024-01-01 | 1 | -1/+1 |
* | Fix all the remaining misspellings -- BZ 25337 |  Paul Pluzhnikov | 2023-06-02 | 1 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights |  Joseph Myers | 2023-01-06 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights |  Paul Eggert | 2022-01-01 | 1 | -1/+1 |
* | Remove "Contributed by" lines |  Siddhesh Poyarekar | 2021-09-03 | 1 | -1/+0 |
* | nptl: Reduce the GLIBC_PRIVATE ABI |  Florian Weimer | 2021-07-07 | 1 | -2/+3 |
* | y2038: Add support for 64-bit time on legacy ABIs |  Adhemerval Zanella | 2021-06-15 | 1 | -6/+3 |
* | nptl: Add missing __pthread_cond_wait alias in static builds |  Florian Weimer | 2021-05-19 | 1 | -0/+3 |
* | nptl: Move cnd_wait into libc |  Florian Weimer | 2021-05-03 | 1 | -2/+0 |
* | nptl: Move cnd_timedwait into libc |  Florian Weimer | 2021-05-03 | 1 | -4/+6 |
* | nptl: Move core condition variable functions into libc |  Florian Weimer | 2021-04-21 | 1 | -20/+42 |
* | nptl: Fix comment typo in pthread_cond_wait.c |  Jangwoong Kim | 2021-01-04 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights |  Paul Eggert | 2021-01-02 | 1 | -1/+1 |
* | nptl: Add EOVERFLOW checks for futex calls |  Adhemerval Zanella | 2020-11-27 | 1 | -2/+2 |
* | nptl: Remove futex_wait_cancelable |  Adhemerval Zanella | 2020-11-25 | 1 | -20/+2 |
* | y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit time |  Lukasz Majewski | 2020-09-02 | 1 | -8/+35 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2020-01-01 | 1 | -1/+1 |
* | time: Introduce function to check correctness of nanoseconds value |  Lukasz Majewski | 2019-10-27 | 1 | -2/+2 |
* | Prefer https to http for gnu.org and fsf.org URLs |  Paul Eggert | 2019-09-07 | 1 | -1/+1 |
* | nptl: Remove futex_supports_exact_relative_timeouts |  Mike Crowe | 2019-07-12 | 1 | -5/+0 |
* | nptl: Add POSIX-proposed pthread_mutex_clocklock |  Mike Crowe | 2019-07-12 | 1 | -5/+4 |
* | nptl: Add POSIX-proposed pthread_cond_clockwait |  Mike Crowe | 2019-07-12 | 1 | -6/+38 |
* | nptl: Add clockid parameter to futex timed wait calls |  Mike Crowe | 2019-07-12 | 1 | -26/+6 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2019-01-01 | 1 | -1/+1 |
* | [BZ #20271] Add newlines in __libc_fatal calls. |  Paul Pluzhnikov | 2018-08-31 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2018-01-01 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | New condvar implementation that provides stronger ordering guarantees. |  Torvald Riegel | 2016-12-31 | 1 | -159/+595 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Function declaration cleanup |  Adhemerval Zanella | 2015-01-06 | 1 | -3/+1 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Include <kernel-features.h> explicitly where required. |  Joseph Myers | 2014-06-20 | 1 | -0/+1 |
* | Use glibc_likely instead __builtin_expect. |  Ondřej Bílka | 2014-02-10 | 1 | -1/+1 |
* | Update copyright notices with scripts/update-copyrights |  Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | FUTEX_*_REQUEUE_PI support for non-x86 code |  Siddhesh Poyarekar | 2013-02-18 | 1 | -8/+49 |
* | Update copyright notices with scripts/update-copyrights. |  Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Add systemtap static probe points in generic and x86_64 pthread code. |  Roland McGrath | 2012-05-25 | 1 | -3/+6 |
* | Replace FSF snail mail address with URLs. |  Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Fix comment typos. |  Roland McGrath | 2011-01-19 | 1 | -2/+2 |
* | * pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define. |  Ulrich Drepper | 2007-08-11 | 1 | -19/+15 |
* | * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post): |  Ulrich Drepper | 2007-08-01 | 1 | -7/+7 |
* | [BZ #4586] |  Ulrich Drepper | 2007-06-08 | 1 | -4/+12 |
* | * sysdeps/unix/sysv/linux/internaltypes.h: Introduce |  Ulrich Drepper | 2007-05-29 | 1 | -6/+6 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #3483, BZ #3493, BZ #3514, BZ #3515, BZ #3664, BZ #3673, BZ #3674] |  Ulrich Drepper | 2007-01-11 | 1 | -0/+191 |
* | . |  Jakub Jelinek | 2007-07-31 | 1 | -191/+0 |
* | * sysdeps/pthread/pthread_barrier_wait.c: Move to... |  Ulrich Drepper | 2006-10-28 | 1 | -0/+191 |
* | Not needed anymore. |  Ulrich Drepper | 2003-01-02 | 1 | -67/+0 |
* | Add namespace protected alias. |  Ulrich Drepper | 2002-12-15 | 1 | -1/+2 |
* | Update. |  Ulrich Drepper | 2002-12-08 | 1 | -2/+2 |
* | Initial revisioncvs/initial |  Ulrich Drepper | 2002-11-26 | 1 | -0/+66 |