Age | Commit message (Expand) | Author | Files | Lines |
2021-06-28 | Linux: Move timer_settime, __timer_settime64 from librt to libc | Florian Weimer | 80 | -201/+224 |
2021-06-28 | Linux: Move timer_gettime, __timer_gettime64 from librt to libc | Florian Weimer | 76 | -116/+144 |
2021-06-28 | Linux: Move timer_getoverrun from librt to libc | Florian Weimer | 77 | -93/+103 |
2021-06-28 | Linux: Move timer_create, timer_delete from librt to libc | Florian Weimer | 88 | -231/+257 |
2021-06-28 | Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.h | Florian Weimer | 8 | -0/+138 |
2021-06-25 | Linux: Move timer helper routines from librt to libc | Florian Weimer | 5 | -49/+61 |
2021-06-25 | Linux: Move mq_unlink from librt to libc | Florian Weimer | 63 | -31/+87 |
2021-06-25 | Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libc | Florian Weimer | 65 | -89/+182 |
2021-06-25 | Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libc | Florian Weimer | 65 | -90/+183 |
2021-06-25 | Linux: Move mq_open, __mq_open_2 from librt to libc | Florian Weimer | 63 | -62/+158 |
2021-06-25 | Linux: Move mq_notify from librt to libc | Florian Weimer | 63 | -66/+87 |
2021-06-25 | Linux: Move mq_getattr from librt to libc | Florian Weimer | 63 | -31/+71 |
2021-06-25 | Linux: Move mq_setattr from librt to libc | Florian Weimer | 64 | -32/+97 |
2021-06-25 | Linux: Move mq_close from librt to libc | Florian Weimer | 63 | -31/+70 |
2021-06-25 | Linux: Move lio_listio, lio_listio64 from librt to libc | Florian Weimer | 62 | -94/+194 |
2021-06-25 | rt: Rework lio_listio implementation | Florian Weimer | 2 | -14/+0 |
2021-06-25 | Linux: Move aio_write, aio_write64 into libc | Florian Weimer | 64 | -68/+128 |
2021-06-25 | Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc | Florian Weimer | 63 | -78/+148 |
2021-06-25 | Linux: Move aio_return, aio_return64 into libc | Florian Weimer | 62 | -60/+128 |
2021-06-25 | Linux: Move aio_read, aio_read64 into libc | Florian Weimer | 64 | -68/+128 |
2021-06-25 | Linux: Move aio_fsync, aio_fsync64 into libc | Florian Weimer | 62 | -60/+128 |
2021-06-25 | Linux: Move aio_error, aio_error64 into libc | Florian Weimer | 62 | -60/+128 |
2021-06-25 | Linux: Move aio_cancel, aio_cancel64 into libc | Florian Weimer | 68 | -93/+226 |
2021-06-25 | Linux: Move aio_init from librt into libc | Florian Weimer | 64 | -36/+71 |
2021-06-24 | posix: Consolidate fork implementation | Adhemerval Zanella | 1 | -0/+3 |
2021-06-22 | linux: Only use 64-bit syscall if required for clock_nanosleep | Adhemerval Zanella | 1 | -21/+25 |
2021-06-22 | linux: Only use 64-bit syscall if required for utimensat family | Adhemerval Zanella | 1 | -13/+18 |
2021-06-22 | linux: Only use 64-bit syscall if required for sigtimedwait | Adhemerval Zanella | 3 | -9/+36 |
2021-06-22 | linux: Only use 64-bit syscall if required for mq_timedsend | Adhemerval Zanella | 1 | -16/+19 |
2021-06-22 | linux: Only use 64-bit syscall if required for mq_timedreceive | Adhemerval Zanella | 1 | -16/+19 |
2021-06-22 | linux: Only use 64-bit syscall if required for timerfd_settime | Adhemerval Zanella | 3 | -13/+48 |
2021-06-22 | linux: Only use 64-bit syscall if required for semtimedop | Adhemerval Zanella | 1 | -23/+30 |
2021-06-22 | linux: timerfd_gettime minor cleanup | Adhemerval Zanella | 1 | -5/+4 |
2021-06-22 | linux: Remove time64-support | Adhemerval Zanella | 3 | -94/+1 |
2021-06-22 | linux: Remove supports_time64 () from clock_gettime | Adhemerval Zanella | 1 | -10/+4 |
2021-06-22 | linux: Remove supports_time64 () from clock_getres | Adhemerval Zanella | 1 | -11/+5 |
2021-06-22 | linux: Only use 64-bit syscall if required for select | Adhemerval Zanella | 1 | -35/+37 |
2021-06-22 | linux: Only use 64-bit syscall if required for pselect | Adhemerval Zanella | 3 | -27/+29 |
2021-06-22 | linux: Only use 64-bit syscall if required for ppoll | Adhemerval Zanella | 3 | -25/+39 |
2021-06-22 | Use 64 bit time_t stat internally | Adhemerval Zanella | 6 | -25/+21 |
2021-06-22 | Add hidden prototypes for fsync, fdatasync | Florian Weimer | 2 | -0/+2 |
2021-06-22 | nptl: Move pthreadP.h into sysdeps directory | Florian Weimer | 9 | -9/+9 |
2021-06-22 | rt: Move generic implementation from sysdeps/pthread to rt | Florian Weimer | 5 | -7/+7 |
2021-06-21 | rt: Move shm_unlink into libc | Florian Weimer | 62 | -30/+64 |
2021-06-21 | rt: Move shm_open into libc | Florian Weimer | 62 | -30/+64 |
2021-06-15 | nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop again | Florian Weimer | 32 | -0/+64 |
2021-06-15 | s390x: Align child stack while clone. [BZ #27968] | Stefan Liebler | 2 | -6/+10 |
2021-06-15 | y2038: Add test coverage | Adhemerval Zanella | 9 | -0/+18 |
2021-06-15 | io: Add ftw64 with 64-bit time_t support | Adhemerval Zanella | 20 | -0/+40 |
2021-06-15 | io: Add fts64 with 64-bit time_t support | Adhemerval Zanella | 20 | -0/+100 |