nptl: Add POSIX-proposed pthread_mutex_clocklock
[external/glibc.git] / nptl / pthread_mutex_timedlock.c
2019-07-12 Mike Crowenptl: Add POSIX-proposed pthread_mutex_clocklock
2019-07-12 Mike Crowenptl: Rename lll_timedlock to lll_clocklock and add...
2019-07-12 Mike Crowenptl: Add clockid parameter to futex timed wait calls
2019-03-05 Adhemerval Zanellanptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME support
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-01 Kemi WangMutex: Add pthread mutex tunables
2018-10-17 Stefan LieblerFix race in pthread_mutex_lock while promoting to PTHRE...
2018-06-12 Carlos O'DonellFix fallback path in __pthread_mutex_timedlock ().
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-08-22 Adhemerval ZanellaConsolidate non cancellable nanosleep call
2017-07-29 Carlos O'Donellmutex: Fix robust mutex lock acquire (Bug 21778)
2017-06-23 Adhemerval ZanellaClean pthread functions namespaces for C11 threads
2017-01-13 Torvald RiegelAdd compiler barriers around modifications of the robus...
2017-01-13 Torvald Riegelrobust mutexes: Fix broken x86 assembly by removing it
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-19 Torvald RiegelRobust mutexes: Fix lost wake-up.
2016-01-25 Andreas SchwabDon't do lock elision on an error checking mutex (bug...
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-10-20 Joseph MyersConvert 113 more function definitions to prototype...
2015-06-30 Torvald RiegelClean up BUSY_WAIT_NOP and atomic_delay.
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-10-20 Roland McGrathNPTL: Add some missing #include's
2014-10-17 Roland McGrathNPTL: Conditionalize direct futex syscall uses.
2014-07-01 Roland McGrathAdd missing #include for MIN/MAX users.
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-07-02 Andi KleenAdd elision to pthread_mutex_{try,timed,un}lock
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory.
2012-05-25 Roland McGrathAdd systemtap static probe points in generic and x86_64...
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2009-07-27 Ulrich DrepperRevert "Memory ordering in pthread_mutex_{,timed}lock."
2009-07-26 Ulrich DrepperMemory ordering in pthread_mutex_{,timed}lock.
2008-11-01 Ulrich Drepper[BZ #6955]
2007-08-11 Ulrich Drepper* pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define.
2007-08-01 Ulrich Drepper* sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem...
2007-06-18 Ulrich Drepper[BZ #4647]
2007-06-08 Ulrich Drepper[BZ #4586]
2007-05-18 Ulrich Drepper[BZ #4512]
2007-01-11 Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31 Jakub Jelinek.
2006-08-14 Ulrich Drepper* sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtim...
2006-07-31 Roland McGrath* sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
2006-07-29 Ulrich Drepper2006-07-28 Ulrich Drepper <drepper@redhat.com>
2006-03-28 Ulrich Drepper* sysdeps/unix/sysv/linux/kernel-features.h: Add
2006-02-15 Ulrich Drepper* sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_ca...
2005-12-27 Ulrich Drepper* Versions.def: Add GLIBC_2.4 for libpthread.
2005-12-23 Ulrich Drepper* pthread_mutex_destroy.c: Set mutex type to an invalid...
2004-12-22 Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12 Jakub Jelinek2.5-18.1
2004-03-24 Ulrich DrepperUpdate.
2003-06-22 Ulrich DrepperUpdate.
2003-05-01 Ulrich DrepperUpdate.
2002-11-26 Ulrich DrepperInitial revision