aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)Author
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
2021-06-14linux: mips: Split librt.abilist in n32 and n64Adhemerval Zanella
2021-06-10Add build option to disable usage of scv on powerpcMatheus Castanho
2021-06-09nptl: Implement raise in terms of pthread_killAdhemerval Zanella
2021-06-04configure: Replaced obsolete AC_TRY_COMPILENaohiro Tamura
2021-06-04nptl: Remove exit-thread.hAdhemerval Zanella
2021-06-03dlfcn: Move dlopen into libcFlorian Weimer
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer