aboutsummaryrefslogtreecommitdiff
path: root/rt
AgeCommit message (Expand)Author
2021-08-16librt: add test (bug 28213)Nikita Popov
2021-06-28Linux: Cleanups after librt moveFlorian Weimer
2021-06-28Linux: Move timer_settime, __timer_settime64 from librt to libcFlorian Weimer
2021-06-28Linux: Move timer_gettime, __timer_gettime64 from librt to libcFlorian Weimer
2021-06-28Linux: Move timer_getoverrun from librt to libcFlorian Weimer
2021-06-28Linux: Move timer_create, timer_delete from librt to libcFlorian Weimer
2021-06-25Linux: Move mq_unlink from librt to libcFlorian Weimer
2021-06-25Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libcFlorian Weimer
2021-06-25Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libcFlorian Weimer
2021-06-25Linux: Move mq_open, __mq_open_2 from librt to libcFlorian Weimer
2021-06-25Linux: Move mq_notify from librt to libcFlorian Weimer
2021-06-25Linux: Move mq_getattr from librt to libcFlorian Weimer
2021-06-25Linux: Move mq_setattr from librt to libcFlorian Weimer
2021-06-25Linux: Move mq_close from librt to libcFlorian Weimer
2021-06-25Linux: Move lio_listio, lio_listio64 from librt to libcFlorian Weimer
2021-06-25rt: Rework lio_listio implementationFlorian Weimer
2021-06-25Linux: Move aio_write, aio_write64 into libcFlorian Weimer
2021-06-25Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libcFlorian Weimer
2021-06-25Linux: Move aio_return, aio_return64 into libcFlorian Weimer
2021-06-25Linux: Move aio_read, aio_read64 into libcFlorian Weimer
2021-06-25Linux: Move aio_fsync, aio_fsync64 into libcFlorian Weimer
2021-06-25Linux: Move aio_error, aio_error64 into libcFlorian Weimer
2021-06-25Linux: Move aio_cancel, aio_cancel64 into libcFlorian Weimer
2021-06-25Linux: Move aio_init from librt into libcFlorian Weimer
2021-06-22linux: Only use 64-bit syscall if required for mq_timedsendAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for mq_timedreceiveAdhemerval Zanella
2021-06-22rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer
2021-06-21rt: Move shm_unlink into libcFlorian Weimer
2021-06-21rt: Move shm_open into libcFlorian Weimer
2021-06-21rt: Replace generic stub of shm_unlink with the posix versionFlorian Weimer
2021-06-21rt: Replace generic stub of shm_open with the posix versionFlorian Weimer
2021-06-21Fix librt-routines-var issues for !PTHREAD_IN_LIBCFlorian Weimer
2021-06-21rt: Lexicographically sort Versions file; librt-routines in MakefileFlorian Weimer
2021-06-15y2038: Add test coverageAdhemerval Zanella
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer
2021-05-03Add pthread-in-libc, libpthread-routines-var, librt-routines-varFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-10-19rt: Fix typos in comments in <aio.h>Jonny Grant
2020-10-15shm tests: Append PID to names passed to shm_open [BZ #26737]H.J. Lu
2020-02-19Block all signals on timer_create thread (BZ#10815)Adhemerval Zanella
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-25Set the expects flags to clock_nanosleepAdhemerval Zanella
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg
2019-03-22Remove __get_clockfreqAdhemerval Zanella
2019-02-08rt: Turn forwards from librt to libc into compat symbols [BZ #24194]Florian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab
2018-04-02hurd: Add hurd thread librarySamuel Thibault