| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2022-01-01 | 1 | -1/+1 |
* | librt: add test (bug 28213) | Nikita Popov | 2021-08-12 | 1 | -0/+1 |
* | Linux: Cleanups after librt move | Florian Weimer | 2021-06-28 | 1 | -3/+10 |
* | Linux: Move timer_settime, __timer_settime64 from librt to libc | Florian Weimer | 2021-06-28 | 1 | -1/+1 |
* | Linux: Move timer_gettime, __timer_gettime64 from librt to libc | Florian Weimer | 2021-06-28 | 1 | -1/+1 |
* | Linux: Move timer_getoverrun from librt to libc | Florian Weimer | 2021-06-28 | 1 | -1/+1 |
* | Linux: Move timer_create, timer_delete from librt to libc | Florian Weimer | 2021-06-28 | 1 | -2/+2 |
* | Linux: Move mq_unlink from librt to libc | Florian Weimer | 2021-06-25 | 1 | -1/+1 |
* | Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libc | Florian Weimer | 2021-06-25 | 1 | -2/+2 |
* | Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libc | Florian Weimer | 2021-06-25 | 1 | -2/+2 |
* | Linux: Move mq_open, __mq_open_2 from librt to libc | Florian Weimer | 2021-06-25 | 1 | -1/+1 |
* | Linux: Move mq_notify from librt to libc | Florian Weimer | 2021-06-25 | 1 | -1/+1 |
* | Linux: Move mq_getattr from librt to libc | Florian Weimer | 2021-06-25 | 1 | -1/+1 |
* | Linux: Move mq_setattr from librt to libc | Florian Weimer | 2021-06-25 | 1 | -1/+1 |
* | Linux: Move mq_close from librt to libc | Florian Weimer | 2021-06-25 | 1 | -1/+1 |
* | Linux: Move lio_listio, lio_listio64 from librt to libc | Florian Weimer | 2021-06-25 | 1 | -2/+2 |
* | Linux: Move aio_write, aio_write64 into libc | Florian Weimer | 2021-06-25 | 1 | -2/+2 |
* | Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc | Florian Weimer | 2021-06-25 | 1 | -1/+1 |
* | Linux: Move aio_return, aio_return64 into libc | Florian Weimer | 2021-06-25 | 1 | -1/+1 |
* | Linux: Move aio_read, aio_read64 into libc | Florian Weimer | 2021-06-25 | 1 | -2/+2 |
* | Linux: Move aio_fsync, aio_fsync64 into libc | Florian Weimer | 2021-06-25 | 1 | -1/+1 |
* | Linux: Move aio_error, aio_error64 into libc | Florian Weimer | 2021-06-25 | 1 | -1/+1 |
* | Linux: Move aio_cancel, aio_cancel64 into libc | Florian Weimer | 2021-06-25 | 1 | -1/+4 |
* | Linux: Move aio_init from librt into libc | Florian Weimer | 2021-06-25 | 1 | -3/+3 |
* | linux: Only use 64-bit syscall if required for mq_timedreceive | Adhemerval Zanella | 2021-06-22 | 1 | -1/+3 |
* | rt: Move shm_unlink into libc | Florian Weimer | 2021-06-21 | 1 | -1/+1 |
* | rt: Move shm_open into libc | Florian Weimer | 2021-06-21 | 1 | -1/+3 |
* | 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 | 1 | -14/+32 |
* | y2038: Add test coverage | Adhemerval Zanella | 2021-06-15 | 1 | -0/+9 |
* | 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 | 1 | -1/+1 |
* | Block all signals on timer_create thread (BZ#10815) | Adhemerval Zanella | 2020-02-19 | 1 | -2/+5 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | Finish move of clock_* functions to libc. [BZ #24959] | Zack Weinberg | 2019-09-04 | 1 | -11/+4 |
* | Remove __get_clockfreq | Adhemerval Zanella | 2019-03-22 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 1 | -1/+1 |
* | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 2017-12-11 | 1 | -5/+5 |
* | posix: Consolidate Linux mq_timedsend syscall | Adhemerval Zanella | 2017-05-18 | 1 | -0/+1 |
* | posix: Consolidate Linux mq_timedreceive syscall | Adhemerval Zanella | 2017-05-18 | 1 | -0/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | rt: Set shm_open as a non cancellation point (BZ #18243) | Adhemerval Zanella | 2016-09-15 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Consistently include Makeconfig after defining subdir. | Joseph Myers | 2014-02-26 | 1 | -0/+2 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |