Age | Commit message (Expand) | Author |
2021-06-25 | Linux: Move mq_close from librt to libc | Florian Weimer |
2021-06-25 | Linux: Move lio_listio, lio_listio64 from librt to libc | Florian Weimer |
2021-06-25 | rt: Rework lio_listio implementation | Florian Weimer |
2021-06-25 | Linux: Move aio_write, aio_write64 into libc | Florian Weimer |
2021-06-25 | Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc | Florian Weimer |
2021-06-25 | Linux: Move aio_return, aio_return64 into libc | Florian Weimer |
2021-06-25 | Linux: Move aio_read, aio_read64 into libc | Florian Weimer |
2021-06-25 | Linux: Move aio_fsync, aio_fsync64 into libc | Florian Weimer |
2021-06-25 | Linux: Move aio_error, aio_error64 into libc | Florian Weimer |
2021-06-25 | Linux: Move aio_cancel, aio_cancel64 into libc | Florian Weimer |
2021-06-25 | Linux: Move aio_init from librt into libc | Florian Weimer |
2021-06-24 | posix: Consolidate fork implementation | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for clock_nanosleep | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for utimensat family | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for sigtimedwait | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for mq_timedsend | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for mq_timedreceive | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for timerfd_settime | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for semtimedop | Adhemerval Zanella |
2021-06-22 | linux: timerfd_gettime minor cleanup | Adhemerval Zanella |
2021-06-22 | linux: Remove time64-support | Adhemerval Zanella |
2021-06-22 | linux: Remove supports_time64 () from clock_gettime | Adhemerval Zanella |
2021-06-22 | linux: Remove supports_time64 () from clock_getres | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for select | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for pselect | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for ppoll | Adhemerval Zanella |
2021-06-22 | Use 64 bit time_t stat internally | Adhemerval Zanella |
2021-06-22 | Add hidden prototypes for fsync, fdatasync | Florian Weimer |
2021-06-22 | nptl: Move pthreadP.h into sysdeps directory | Florian Weimer |
2021-06-22 | rt: Move generic implementation from sysdeps/pthread to rt | Florian Weimer |
2021-06-21 | rt: Move shm_unlink into libc | Florian Weimer |
2021-06-21 | rt: Move shm_open into libc | Florian Weimer |
2021-06-15 | nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop again | Florian Weimer |
2021-06-15 | s390x: Align child stack while clone. [BZ #27968] | Stefan Liebler |
2021-06-15 | y2038: Add test coverage | Adhemerval Zanella |
2021-06-15 | io: Add ftw64 with 64-bit time_t support | Adhemerval Zanella |
2021-06-15 | io: Add fts64 with 64-bit time_t support | Adhemerval Zanella |
2021-06-15 | posix: Add glob64 with 64-bit time_t support | Adhemerval Zanella |
2021-06-15 | y2038: Add support for 64-bit time on legacy ABIs | Adhemerval Zanella |
2021-06-15 | y2038: Add __USE_TIME_BITS64 support for socket-constants.h | Adhemerval Zanella |
2021-06-15 | y2038: Use a common definition for shmid_ds | Adhemerval Zanella |
2021-06-15 | y2038: Use a common definition for semid_ds | Adhemerval Zanella |
2021-06-15 | y2038: Use a common definition for msqid_ds | Lukasz Majewski |
2021-06-15 | y2038: Use a common definition for stat | Lukasz Majewski |
2021-06-15 | y2038: linux: Add __USE_TIME_BITS64 support for struct timex | Adhemerval Zanella |
2021-06-15 | linux: Add recvvmsg fallback for 64-bit time_t SO_TIMESTAMP{NS} | Adhemerval Zanella |
2021-06-15 | linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS} | Adhemerval Zanella |
2021-06-14 | linux: Add fallback for 64-bit time_t SO_{RCV,SND}TIMEO | Adhemerval Zanella |
2021-06-14 | linux: s390: Add libanl.abilist in s390 and s390x | Adhemerval Zanella |
2021-06-14 | linux: mips: Split libanl.abilist in n32 and n64 | Adhemerval Zanella |