Age | Commit message (Expand) | Author |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers |
2022-09-23 | Use C11 atomics instead of atomic_and/or | Wilco Dijkstra |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar |
2021-05-03 | nptl: Move mtx_trylock into libc | Florian Weimer |
2021-04-23 | nptl: Move pthread_mutex_trylock, __pthread_mutex_trylock into libc | Florian Weimer |
2021-02-23 | nptl: Move elision implementations into libc | Florian Weimer |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
2020-02-14 | linux: Remove INTERNAL_SYSCALL_DECL | Adhemerval Zanella |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2019-10-31 | Refactor PI mutexes internal definitions | Adhemerval Zanella |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert |
2019-02-19 | nptl: Fix comment typo in pthread_mutex_trylock.c | Wolfram Sang |
2019-02-07 | Add compiler barriers around modifications of the robust mutex list for pthre... | Stefan Liebler |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2018-10-17 | Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B... | Stefan Liebler |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-06-23 | Clean pthread functions namespaces for C11 threads | Adhemerval Zanella |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-12-11 | Remove obsolete comment | Andreas Schwab |
2014-12-11 | Properly handle forced elision in pthread_mutex_trylock (bug 16657) | Andreas Schwab |
2014-10-17 | NPTL: Conditionalize direct futex syscall uses. | Roland McGrath |
2014-07-10 | Get rid of lll_robust_trylock. | Roland McGrath |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-07-19 | Clean up whitespace in lock elision patches. | Dominik Vogt |
2013-07-02 | Add elision to pthread_mutex_{try,timed,un}lock | Andi Kleen |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert |
2008-11-01 | [BZ #6955] | Ulrich Drepper |
2007-08-11 | * pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define. | Ulrich Drepper |
2007-08-01 | * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post): | Ulrich Drepper |
2007-06-18 | [BZ #4647] | Ulrich Drepper |
2007-05-18 | [BZ #4512] | Ulrich Drepper |
2007-04-28 | [BZ #4392] | Ulrich Drepper |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper |
2007-07-31 | . | Jakub Jelinek |
2006-08-14 | * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve): | Ulrich Drepper |
2006-07-29 | 2006-07-28 Ulrich Drepper <drepper@redhat.com> | Ulrich Drepper |
2006-03-28 | * sysdeps/unix/sysv/linux/kernel-features.h: Add | Ulrich Drepper |
2006-02-15 | * sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel, | Ulrich Drepper |
2005-12-27 | * Versions.def: Add GLIBC_2.4 for libpthread.cvs/fedora-glibc-20051227T1426 | Ulrich Drepper |
2005-12-24 | * manual/errno.texi: Add new Linux errno codes. | Ulrich Drepper |
2005-12-23 | * pthread_mutex_destroy.c: Set mutex type to an invalid value. | Ulrich Drepper |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper |
2007-07-12 | 2.5-18.1 | Jakub Jelinek |