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_cond_common.c
Age
Commit message (
Expand
)
Author
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
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-12-06
misc, nptl: Remove stray references to __condvar_load_64_relaxed
Florian Weimer
2021-11-17
nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c
Florian Weimer
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-08-27
pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538]
Martin Kuchta
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-03-01
Narrowing the visibility of libc-internal.h even further.
Zack Weinberg
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-12-31
New condvar implementation that provides stronger ordering guarantees.
Torvald Riegel