aboutsummaryrefslogtreecommitdiff
path: root/nptl/lowlevellock.c
AgeCommit message (Expand)Author
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-07-09Force building with -fno-commonFlorian Weimer
2021-07-09nptl: Use out-of-line wake function in __libc_lock_unlock slow pathFlorian Weimer
2021-02-23nptl: Move elision implementations into libcFlorian Weimer
2021-02-22nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-11-25nptl: Replace lll_futex_{timed_}wait by futex-internal.hAdhemerval Zanella
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-05-14Small optimization for lowlevellockAdhemerval Zanella
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-05-26Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-15Add comments for the generic lowlevellock implementation.Torvald Riegel
2014-11-24Remove IS_IN_libpthreadSiddhesh Poyarekar
2014-07-07Get rid of nptl/sysdeps/ entirely!Roland McGrath