| Commit message (Expand) | Author | Age | Files | Lines |
* | Update syscall lists for Linux 5.13 | Joseph Myers | 2021-07-01 | 26 | -2/+80 |
* | Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7... | Stefan Liebler | 2021-07-01 | 1 | -0/+1 |
* | Linux: Avoid calling malloc indirectly from __get_nprocs | Florian Weimer | 2021-06-30 | 1 | -26/+57 |
* | login: Move libutil into libc | Florian Weimer | 2021-06-30 | 66 | -188/+454 |
* | login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockpt | Florian Weimer | 2021-06-30 | 7 | -1/+9 |
* | posix: Add _Fork [BZ #4737] | Adhemerval Zanella | 2021-06-28 | 32 | -0/+32 |
* | arm: align stack in clone [BZ 28020] | Szabolcs Nagy | 2021-06-28 | 1 | -0/+2 |
* | Linux: Cleanups after librt move | Florian Weimer | 2021-06-28 | 6 | -41/+9 |
* | Linux: Move timer_settime, __timer_settime64 from librt to libc | Florian Weimer | 2021-06-28 | 80 | -201/+224 |
* | Linux: Move timer_gettime, __timer_gettime64 from librt to libc | Florian Weimer | 2021-06-28 | 76 | -116/+144 |
* | Linux: Move timer_getoverrun from librt to libc | Florian Weimer | 2021-06-28 | 77 | -93/+103 |
* | Linux: Move timer_create, timer_delete from librt to libc | Florian Weimer | 2021-06-28 | 88 | -231/+257 |
* | Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.h | Florian Weimer | 2021-06-28 | 8 | -0/+138 |
* | Linux: Move timer helper routines from librt to libc | Florian Weimer | 2021-06-25 | 5 | -49/+61 |
* | Linux: Move mq_unlink from librt to libc | Florian Weimer | 2021-06-25 | 63 | -31/+87 |
* | Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libc | Florian Weimer | 2021-06-25 | 65 | -89/+182 |
* | Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libc | Florian Weimer | 2021-06-25 | 65 | -90/+183 |
* | Linux: Move mq_open, __mq_open_2 from librt to libc | Florian Weimer | 2021-06-25 | 63 | -62/+158 |
* | Linux: Move mq_notify from librt to libc | Florian Weimer | 2021-06-25 | 63 | -66/+87 |
* | Linux: Move mq_getattr from librt to libc | Florian Weimer | 2021-06-25 | 63 | -31/+71 |
* | Linux: Move mq_setattr from librt to libc | Florian Weimer | 2021-06-25 | 64 | -32/+97 |
* | Linux: Move mq_close from librt to libc | Florian Weimer | 2021-06-25 | 63 | -31/+70 |
* | Linux: Move lio_listio, lio_listio64 from librt to libc | Florian Weimer | 2021-06-25 | 62 | -94/+194 |
* | rt: Rework lio_listio implementation | Florian Weimer | 2021-06-25 | 2 | -14/+0 |
* | Linux: Move aio_write, aio_write64 into libc | Florian Weimer | 2021-06-25 | 64 | -68/+128 |
* | Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc | Florian Weimer | 2021-06-25 | 63 | -78/+148 |
* | Linux: Move aio_return, aio_return64 into libc | Florian Weimer | 2021-06-25 | 62 | -60/+128 |
* | Linux: Move aio_read, aio_read64 into libc | Florian Weimer | 2021-06-25 | 64 | -68/+128 |
* | Linux: Move aio_fsync, aio_fsync64 into libc | Florian Weimer | 2021-06-25 | 62 | -60/+128 |
* | Linux: Move aio_error, aio_error64 into libc | Florian Weimer | 2021-06-25 | 62 | -60/+128 |
* | Linux: Move aio_cancel, aio_cancel64 into libc | Florian Weimer | 2021-06-25 | 68 | -93/+226 |
* | Linux: Move aio_init from librt into libc | Florian Weimer | 2021-06-25 | 64 | -36/+71 |
* | posix: Consolidate fork implementation | Adhemerval Zanella | 2021-06-24 | 1 | -0/+3 |
* | linux: Only use 64-bit syscall if required for clock_nanosleep | Adhemerval Zanella | 2021-06-22 | 1 | -21/+25 |
* | linux: Only use 64-bit syscall if required for utimensat family | Adhemerval Zanella | 2021-06-22 | 1 | -13/+18 |
* | linux: Only use 64-bit syscall if required for sigtimedwait | Adhemerval Zanella | 2021-06-22 | 3 | -9/+36 |
* | linux: Only use 64-bit syscall if required for mq_timedsend | Adhemerval Zanella | 2021-06-22 | 1 | -16/+19 |
* | linux: Only use 64-bit syscall if required for mq_timedreceive | Adhemerval Zanella | 2021-06-22 | 1 | -16/+19 |
* | linux: Only use 64-bit syscall if required for timerfd_settime | Adhemerval Zanella | 2021-06-22 | 3 | -13/+48 |
* | linux: Only use 64-bit syscall if required for semtimedop | Adhemerval Zanella | 2021-06-22 | 1 | -23/+30 |
* | linux: timerfd_gettime minor cleanup | Adhemerval Zanella | 2021-06-22 | 1 | -5/+4 |
* | linux: Remove time64-support | Adhemerval Zanella | 2021-06-22 | 3 | -94/+1 |
* | linux: Remove supports_time64 () from clock_gettime | Adhemerval Zanella | 2021-06-22 | 1 | -10/+4 |
* | linux: Remove supports_time64 () from clock_getres | Adhemerval Zanella | 2021-06-22 | 1 | -11/+5 |
* | linux: Only use 64-bit syscall if required for select | Adhemerval Zanella | 2021-06-22 | 1 | -35/+37 |
* | linux: Only use 64-bit syscall if required for pselect | Adhemerval Zanella | 2021-06-22 | 3 | -27/+29 |
* | linux: Only use 64-bit syscall if required for ppoll | Adhemerval Zanella | 2021-06-22 | 3 | -25/+39 |
* | Use 64 bit time_t stat internally | Adhemerval Zanella | 2021-06-22 | 6 | -25/+21 |
* | Add hidden prototypes for fsync, fdatasync | Florian Weimer | 2021-06-22 | 2 | -0/+2 |
* | nptl: Move pthreadP.h into sysdeps directory | Florian Weimer | 2021-06-22 | 9 | -9/+9 |