aboutsummaryrefslogtreecommitdiff
path: root/rt
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert62-62/+62
2023-07-05Exclude routines from fortificationFrédéric Bérat1-0/+5
2023-06-22rt/tst-mqueue4.c: Fix wrong number of argument for mq_openFrederic Berat1-2/+2
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov9-11/+11
2023-06-01tests: replace write by xwriteFrédéric Bérat4-4/+12
2023-04-12aio: Fix freeing memorySamuel Thibault1-1/+1
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto1-1/+5
2023-03-08rt: fix shm_open not set ENAMETOOLONG when name exceeds {_POSIX_PATH_MAX}abushwang1-2/+3
2023-02-01hurd: Implement SHM_ANONSergey Bugaev1-0/+5
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers62-62/+62
2022-10-05rt: Initialize mq_send input on tst-mqueue{5,6}Adhemerval Zanella Netto2-2/+2
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2-2/+2
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