aboutsummaryrefslogtreecommitdiff
path: root/nptl/libpthread-compat.c
AgeCommit message (Expand)Author
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-05-21nptl: Remove remaining code from libpthreadFlorian Weimer
2021-05-21nptl: Move pthread_create, thrd_create into libcFlorian Weimer
2021-05-17nptl: Move pthread_sigqueue into libcFlorian Weimer
2021-05-17nptl: Move pthread_setschedprio into libcFlorian Weimer
2021-05-17nptl: Move pthread_setname_np into libcFlorian Weimer
2021-05-17nptl: Move pthread_setaffinity_np into libcFlorian Weimer
2021-05-17nptl: Move pthread_getcpuclockid into libcFlorian Weimer
2021-05-17nptl: Move pthread_getattr_default_np into libcFlorian Weimer
2021-05-11nptl: Move thread join functions into libcFlorian Weimer
2021-05-05nptl: Move sem_unlink into libcFlorian Weimer
2021-05-05nptl: Move sem_clockwait into libcFlorian Weimer
2021-04-23nptl: Move pthread_mutexattr_setrobust into libcFlorian Weimer
2021-04-21nptl: Move core condition variable functions into libcFlorian Weimer
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-09nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-07-02nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer