index
:
glibc.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nptl
/
pthread_rwlock_common.c
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-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
2020-11-27
nptl: Add EOVERFLOW checks for futex calls
Adhemerval Zanella
2020-10-04
y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64 bi...
Lukasz Majewski
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-10-27
time: Introduce function to check correctness of nanoseconds value
Lukasz Majewski
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-07-12
nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlock
Mike Crowe
2019-07-12
nptl: pthread_rwlock: Move timeout validation into _full functions
Mike Crowe
2019-07-12
nptl: Add clockid parameter to futex timed wait calls
Mike Crowe
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-12-13
Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)
Andreas Schwab
2018-12-13
Reindent nptl/pthread_rwlock_common.c
Andreas Schwab
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-07-28
rwlock: Fix explicit hand-over (bug 21298)
Carlos O'Donell
2017-01-10
New pthread rwlock that is more scalable.
Torvald Riegel