about summary refs log tree commit diff
path: root/rt
Commit message (Expand)AuthorAgeFilesLines
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-04-022-3/+3
* debug: Improve mqueue.h fortify warnings with clangAdhemerval Zanella2024-02-272-2/+30
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0162-62/+62
* Exclude routines from fortificationFrédéric Bérat2023-07-051-0/+5
* rt/tst-mqueue4.c: Fix wrong number of argument for mq_openFrederic Berat2023-06-221-2/+2
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-029-11/+11
* tests: replace write by xwriteFrédéric Bérat2023-06-014-4/+12
* aio: Fix freeing memorySamuel Thibault2023-04-121-1/+1
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-271-1/+5
* rt: fix shm_open not set ENAMETOOLONG when name exceeds {_POSIX_PATH_MAX}abushwang2023-03-081-2/+3
* hurd: Implement SHM_ANONSergey Bugaev2023-02-011-0/+5
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0662-62/+62
* rt: Initialize mq_send input on tst-mqueue{5,6}Adhemerval Zanella Netto2022-10-052-2/+2
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-222-2/+2
* Refactor internal-signals.hAdhemerval Zanella2022-06-301-1/+1
* rt/tst-mqueue*: Return UNSUPPORTED when mq_open fails with ENOSYSSamuel Thibault2022-01-1710-25/+61
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0162-62/+62
* Fix The GNU ToolChain Authors copyright noticeSiddhesh Poyarekar2021-12-171-1/+1
* Remove unreliable parts of rt/tst-cpuclock2DJ Delorie2021-10-071-78/+13
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0332-32/+0
* librt: add test (bug 28213)Nikita Popov2021-08-122-0/+102
* rt: Set the correct message queue for tst-mqueue10Adhemerval Zanella2021-08-041-2/+2
* Linux: Cleanups after librt moveFlorian Weimer2021-06-285-39/+10
* Linux: Move timer_settime, __timer_settime64 from librt to libcFlorian Weimer2021-06-283-10/+16
* Linux: Move timer_gettime, __timer_gettime64 from librt to libcFlorian Weimer2021-06-282-2/+4
* Linux: Move timer_getoverrun from librt to libcFlorian Weimer2021-06-282-2/+4
* Linux: Move timer_create, timer_delete from librt to libcFlorian Weimer2021-06-282-11/+19
* Linux: Move mq_unlink from librt to libcFlorian Weimer2021-06-253-3/+13
* Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libcFlorian Weimer2021-06-252-4/+8
* Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libcFlorian Weimer2021-06-252-4/+8
* Linux: Move mq_open, __mq_open_2 from librt to libcFlorian Weimer2021-06-253-2/+20
* Linux: Move mq_notify from librt to libcFlorian Weimer2021-06-252-2/+4
* Linux: Move mq_getattr from librt to libcFlorian Weimer2021-06-252-2/+4
* Linux: Move mq_setattr from librt to libcFlorian Weimer2021-06-252-2/+4
* Linux: Move mq_close from librt to libcFlorian Weimer2021-06-252-1/+9
* Linux: Move lio_listio, lio_listio64 from librt to libcFlorian Weimer2021-06-254-11/+54
* rt: Rework lio_listio implementationFlorian Weimer2021-06-253-245/+287
* Linux: Move aio_write, aio_write64 into libcFlorian Weimer2021-06-254-11/+53
* Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libcFlorian Weimer2021-06-253-12/+45
* Linux: Move aio_return, aio_return64 into libcFlorian Weimer2021-06-253-4/+19
* Linux: Move aio_read, aio_read64 into libcFlorian Weimer2021-06-254-10/+52
* Linux: Move aio_fsync, aio_fsync64 into libcFlorian Weimer2021-06-253-7/+19
* Linux: Move aio_error, aio_error64 into libcFlorian Weimer2021-06-253-7/+22
* Linux: Move aio_cancel, aio_cancel64 into libcFlorian Weimer2021-06-254-10/+58
* Linux: Move aio_init from librt into libcFlorian Weimer2021-06-255-43/+116
* linux: Only use 64-bit syscall if required for mq_timedsendAdhemerval Zanella2021-06-221-0/+10
* linux: Only use 64-bit syscall if required for mq_timedreceiveAdhemerval Zanella2021-06-223-1/+66
* rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer2021-06-2218-120/+1931
* rt: Move shm_unlink into libcFlorian Weimer2021-06-213-4/+11
* rt: Move shm_open into libcFlorian Weimer2021-06-213-10/+20