| Commit message (Expand) | Author | Age | Files | Lines |
* | rt/tst-mqueue*: Return UNSUPPORTED when mq_open fails with ENOSYS | Samuel Thibault | 2022-01-17 | 10 | -25/+61 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2022-01-01 | 62 | -62/+62 |
* | Fix The GNU ToolChain Authors copyright notice | Siddhesh Poyarekar | 2021-12-17 | 1 | -1/+1 |
* | Remove unreliable parts of rt/tst-cpuclock2 | DJ Delorie | 2021-10-07 | 1 | -78/+13 |
* | Remove "Contributed by" lines | Siddhesh Poyarekar | 2021-09-03 | 32 | -32/+0 |
* | librt: add test (bug 28213) | Nikita Popov | 2021-08-12 | 2 | -0/+102 |
* | rt: Set the correct message queue for tst-mqueue10 | Adhemerval Zanella | 2021-08-04 | 1 | -2/+2 |
* | Linux: Cleanups after librt move | Florian Weimer | 2021-06-28 | 5 | -39/+10 |
* | Linux: Move timer_settime, __timer_settime64 from librt to libc | Florian Weimer | 2021-06-28 | 3 | -10/+16 |
* | Linux: Move timer_gettime, __timer_gettime64 from librt to libc | Florian Weimer | 2021-06-28 | 2 | -2/+4 |
* | Linux: Move timer_getoverrun from librt to libc | Florian Weimer | 2021-06-28 | 2 | -2/+4 |
* | Linux: Move timer_create, timer_delete from librt to libc | Florian Weimer | 2021-06-28 | 2 | -11/+19 |
* | Linux: Move mq_unlink from librt to libc | Florian Weimer | 2021-06-25 | 3 | -3/+13 |
* | Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libc | Florian Weimer | 2021-06-25 | 2 | -4/+8 |
* | Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libc | Florian Weimer | 2021-06-25 | 2 | -4/+8 |
* | Linux: Move mq_open, __mq_open_2 from librt to libc | Florian Weimer | 2021-06-25 | 3 | -2/+20 |
* | Linux: Move mq_notify from librt to libc | Florian Weimer | 2021-06-25 | 2 | -2/+4 |
* | Linux: Move mq_getattr from librt to libc | Florian Weimer | 2021-06-25 | 2 | -2/+4 |
* | Linux: Move mq_setattr from librt to libc | Florian Weimer | 2021-06-25 | 2 | -2/+4 |
* | Linux: Move mq_close from librt to libc | Florian Weimer | 2021-06-25 | 2 | -1/+9 |
* | Linux: Move lio_listio, lio_listio64 from librt to libc | Florian Weimer | 2021-06-25 | 4 | -11/+54 |
* | rt: Rework lio_listio implementation | Florian Weimer | 2021-06-25 | 3 | -245/+287 |
* | Linux: Move aio_write, aio_write64 into libc | Florian Weimer | 2021-06-25 | 4 | -11/+53 |
* | Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc | Florian Weimer | 2021-06-25 | 3 | -12/+45 |
* | Linux: Move aio_return, aio_return64 into libc | Florian Weimer | 2021-06-25 | 3 | -4/+19 |
* | Linux: Move aio_read, aio_read64 into libc | Florian Weimer | 2021-06-25 | 4 | -10/+52 |
* | Linux: Move aio_fsync, aio_fsync64 into libc | Florian Weimer | 2021-06-25 | 3 | -7/+19 |
* | Linux: Move aio_error, aio_error64 into libc | Florian Weimer | 2021-06-25 | 3 | -7/+22 |
* | Linux: Move aio_cancel, aio_cancel64 into libc | Florian Weimer | 2021-06-25 | 4 | -10/+58 |
* | Linux: Move aio_init from librt into libc | Florian Weimer | 2021-06-25 | 5 | -43/+116 |
* | linux: Only use 64-bit syscall if required for mq_timedsend | Adhemerval Zanella | 2021-06-22 | 1 | -0/+10 |
* | linux: Only use 64-bit syscall if required for mq_timedreceive | Adhemerval Zanella | 2021-06-22 | 3 | -1/+66 |
* | rt: Move generic implementation from sysdeps/pthread to rt | Florian Weimer | 2021-06-22 | 18 | -120/+1931 |
* | rt: Move shm_unlink into libc | Florian Weimer | 2021-06-21 | 3 | -4/+11 |
* | rt: Move shm_open into libc | Florian Weimer | 2021-06-21 | 3 | -10/+20 |
* | rt: Replace generic stub of shm_unlink with the posix version | Florian Weimer | 2021-06-21 | 1 | -5/+16 |
* | rt: Replace generic stub of shm_open with the posix version | Florian Weimer | 2021-06-21 | 1 | -5/+29 |
* | Fix librt-routines-var issues for !PTHREAD_IN_LIBC | Florian Weimer | 2021-06-21 | 1 | -1/+1 |
* | rt: Lexicographically sort Versions file; librt-routines in Makefile | Florian Weimer | 2021-06-21 | 2 | -26/+65 |
* | y2038: Add test coverage | Adhemerval Zanella | 2021-06-15 | 9 | -3/+22 |
* | y2038: Add support for 64-bit time on legacy ABIs | Adhemerval Zanella | 2021-06-15 | 2 | -3/+34 |
* | nptl: Consolidate async cancel enable/disable implementation in libc | Florian Weimer | 2021-05-05 | 1 | -1/+0 |
* | Add pthread-in-libc, libpthread-routines-var, librt-routines-var | Florian Weimer | 2021-05-03 | 1 | -0/+2 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 56 | -56/+56 |
* | rt: Fix typos in comments in <aio.h> | Jonny Grant | 2020-10-19 | 1 | -7/+6 |
* | shm tests: Append PID to names passed to shm_open [BZ #26737] | H.J. Lu | 2020-10-15 | 2 | -11/+35 |
* | Block all signals on timer_create thread (BZ#10815) | Adhemerval Zanella | 2020-02-19 | 2 | -2/+83 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 55 | -55/+55 |
* | Set the expects flags to clock_nanosleep | Adhemerval Zanella | 2019-09-25 | 1 | -1/+0 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 55 | -55/+55 |