aboutsummaryrefslogtreecommitdiff
path: root/rt
AgeCommit message (Expand)Author
2024-02-27debug: Improve mqueue.h fortify warnings with clangAdhemerval Zanella
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-07-05Exclude routines from fortificationFrédéric Bérat
2023-06-22rt/tst-mqueue4.c: Fix wrong number of argument for mq_openFrederic Berat
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-06-01tests: replace write by xwriteFrédéric Bérat
2023-04-12aio: Fix freeing memorySamuel Thibault
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-03-08rt: fix shm_open not set ENAMETOOLONG when name exceeds {_POSIX_PATH_MAX}abushwang
2023-02-01hurd: Implement SHM_ANONSergey Bugaev
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-10-05rt: Initialize mq_send input on tst-mqueue{5,6}Adhemerval Zanella Netto
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto
2022-06-30Refactor internal-signals.hAdhemerval Zanella
2022-01-17rt/tst-mqueue*: Return UNSUPPORTED when mq_open fails with ENOSYSSamuel Thibault
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-17Fix The GNU ToolChain Authors copyright noticeSiddhesh Poyarekar
2021-10-07Remove unreliable parts of rt/tst-cpuclock2DJ Delorie
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-12librt: add test (bug 28213)Nikita Popov
2021-08-04rt: Set the correct message queue for tst-mqueue10Adhemerval Zanella
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