aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux
AgeCommit message (Expand)Author
2021-06-25Linux: Move mq_close from librt to libcFlorian Weimer
2021-06-25Linux: Move lio_listio, lio_listio64 from librt to libcFlorian Weimer
2021-06-25rt: Rework lio_listio implementationFlorian Weimer
2021-06-25Linux: Move aio_write, aio_write64 into libcFlorian Weimer
2021-06-25Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libcFlorian Weimer
2021-06-25Linux: Move aio_return, aio_return64 into libcFlorian Weimer
2021-06-25Linux: Move aio_read, aio_read64 into libcFlorian Weimer
2021-06-25Linux: Move aio_fsync, aio_fsync64 into libcFlorian Weimer
2021-06-25Linux: Move aio_error, aio_error64 into libcFlorian Weimer
2021-06-25Linux: Move aio_cancel, aio_cancel64 into libcFlorian Weimer
2021-06-25Linux: Move aio_init from librt into libcFlorian Weimer
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for clock_nanosleepAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for utimensat familyAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for sigtimedwaitAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for mq_timedsendAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for mq_timedreceiveAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for timerfd_settimeAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for semtimedopAdhemerval Zanella
2021-06-22linux: timerfd_gettime minor cleanupAdhemerval Zanella
2021-06-22linux: Remove time64-supportAdhemerval Zanella
2021-06-22linux: Remove supports_time64 () from clock_gettimeAdhemerval Zanella
2021-06-22linux: Remove supports_time64 () from clock_getresAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for selectAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for pselectAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for ppollAdhemerval Zanella
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
2021-06-22Add hidden prototypes for fsync, fdatasyncFlorian Weimer
2021-06-22nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer
2021-06-22rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer
2021-06-21rt: Move shm_unlink into libcFlorian Weimer
2021-06-21rt: Move shm_open into libcFlorian Weimer
2021-06-15nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop againFlorian Weimer
2021-06-15s390x: Align child stack while clone. [BZ #27968]Stefan Liebler
2021-06-15y2038: Add test coverageAdhemerval Zanella
2021-06-15io: Add ftw64 with 64-bit time_t supportAdhemerval Zanella
2021-06-15io: Add fts64 with 64-bit time_t supportAdhemerval Zanella
2021-06-15posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
2021-06-15y2038: Add __USE_TIME_BITS64 support for socket-constants.hAdhemerval Zanella
2021-06-15y2038: Use a common definition for shmid_dsAdhemerval Zanella
2021-06-15y2038: Use a common definition for semid_dsAdhemerval Zanella
2021-06-15y2038: Use a common definition for msqid_dsLukasz Majewski
2021-06-15y2038: Use a common definition for statLukasz Majewski
2021-06-15y2038: linux: Add __USE_TIME_BITS64 support for struct timexAdhemerval Zanella
2021-06-15linux: Add recvvmsg fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella
2021-06-15linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella
2021-06-14linux: Add fallback for 64-bit time_t SO_{RCV,SND}TIMEOAdhemerval Zanella
2021-06-14linux: s390: Add libanl.abilist in s390 and s390xAdhemerval Zanella
2021-06-14linux: mips: Split libanl.abilist in n32 and n64Adhemerval Zanella