aboutsummaryrefslogtreecommitdiff
path: root/rt
AgeCommit message (Expand)AuthorFilesLines
2022-06-30Refactor internal-signals.hAdhemerval Zanella1-1/+1
2022-01-17rt/tst-mqueue*: Return UNSUPPORTED when mq_open fails with ENOSYSSamuel Thibault10-25/+61
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert62-62/+62
2021-12-17Fix The GNU ToolChain Authors copyright noticeSiddhesh Poyarekar1-1/+1
2021-10-07Remove unreliable parts of rt/tst-cpuclock2DJ Delorie1-78/+13
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar32-32/+0
2021-08-12librt: add test (bug 28213)Nikita Popov2-0/+102
2021-08-04rt: Set the correct message queue for tst-mqueue10Adhemerval Zanella1-2/+2
2021-06-28Linux: Cleanups after librt moveFlorian Weimer5-39/+10
2021-06-28Linux: Move timer_settime, __timer_settime64 from librt to libcFlorian Weimer3-10/+16
2021-06-28Linux: Move timer_gettime, __timer_gettime64 from librt to libcFlorian Weimer2-2/+4
2021-06-28Linux: Move timer_getoverrun from librt to libcFlorian Weimer2-2/+4
2021-06-28Linux: Move timer_create, timer_delete from librt to libcFlorian Weimer2-11/+19
2021-06-25Linux: Move mq_unlink from librt to libcFlorian Weimer3-3/+13
2021-06-25Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libcFlorian Weimer2-4/+8
2021-06-25Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libcFlorian Weimer2-4/+8
2021-06-25Linux: Move mq_open, __mq_open_2 from librt to libcFlorian Weimer3-2/+20
2021-06-25Linux: Move mq_notify from librt to libcFlorian Weimer2-2/+4
2021-06-25Linux: Move mq_getattr from librt to libcFlorian Weimer2-2/+4
2021-06-25Linux: Move mq_setattr from librt to libcFlorian Weimer2-2/+4
2021-06-25Linux: Move mq_close from librt to libcFlorian Weimer2-1/+9
2021-06-25Linux: Move lio_listio, lio_listio64 from librt to libcFlorian Weimer4-11/+54
2021-06-25rt: Rework lio_listio implementationFlorian Weimer3-245/+287
2021-06-25Linux: Move aio_write, aio_write64 into libcFlorian Weimer4-11/+53
2021-06-25Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libcFlorian Weimer3-12/+45
2021-06-25Linux: Move aio_return, aio_return64 into libcFlorian Weimer3-4/+19
2021-06-25Linux: Move aio_read, aio_read64 into libcFlorian Weimer4-10/+52
2021-06-25Linux: Move aio_fsync, aio_fsync64 into libcFlorian Weimer3-7/+19
2021-06-25Linux: Move aio_error, aio_error64 into libcFlorian Weimer3-7/+22
2021-06-25Linux: Move aio_cancel, aio_cancel64 into libcFlorian Weimer4-10/+58
2021-06-25Linux: Move aio_init from librt into libcFlorian Weimer5-43/+116
2021-06-22linux: Only use 64-bit syscall if required for mq_timedsendAdhemerval Zanella1-0/+10
2021-06-22linux: Only use 64-bit syscall if required for mq_timedreceiveAdhemerval Zanella3-1/+66
2021-06-22rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer18-120/+1931
2021-06-21rt: Move shm_unlink into libcFlorian Weimer3-4/+11
2021-06-21rt: Move shm_open into libcFlorian Weimer3-10/+20
2021-06-21rt: Replace generic stub of shm_unlink with the posix versionFlorian Weimer1-5/+16
2021-06-21rt: Replace generic stub of shm_open with the posix versionFlorian Weimer1-5/+29
2021-06-21Fix librt-routines-var issues for !PTHREAD_IN_LIBCFlorian Weimer1-1/+1
2021-06-21rt: Lexicographically sort Versions file; librt-routines in MakefileFlorian Weimer2-26/+65
2021-06-15y2038: Add test coverageAdhemerval Zanella9-3/+22
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2-3/+34
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer1-1/+0
2021-05-03Add pthread-in-libc, libpthread-routines-var, librt-routines-varFlorian Weimer1-0/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert56-56/+56
2020-10-19rt: Fix typos in comments in <aio.h>Jonny Grant1-7/+6
2020-10-15shm tests: Append PID to names passed to shm_open [BZ #26737]H.J. Lu2-11/+35
2020-02-19Block all signals on timer_create thread (BZ#10815)Adhemerval Zanella2-2/+83
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers55-55/+55
2019-09-25Set the expects flags to clock_nanosleepAdhemerval Zanella1-1/+0