summaryrefslogtreecommitdiff
path: root/rt
AgeCommit message (Expand)Author
2026-03-16nptl/htl: Fix confusion over PTHREAD_IN_LIBC and __PTHREAD_NPTL/HTLSamuel Thibault
2026-03-15rt: Move librt symbols to libc on hurd tooSamuel Thibault
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-03-25aio_suspend64: Fix clock discrepancy [BZ #32795]Samuel Thibault
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-16Use empty initializer to silence GCC 4.9 or olderH.J. Lu
2024-12-15Revert "Add braces in initializers for GCC 4.9 or older"H.J. Lu
2024-12-14Add braces in initializers for GCC 4.9 or olderH.J. Lu
2024-10-08rt: more clock_nanosleep tests addendumDJ Delorie
2024-10-08rt: more clock_nanosleep testsDJ Delorie
2024-06-27debug: Fix clang mq_open fortify wrapper (BZ 31917)Adhemerval Zanella
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella
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