aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-22support: Add support_create_timerAdhemerval Zanella
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
2021-06-22malloc: Drop __malloc_initialized from VersionsSiddhesh Poyarekar
2021-06-22tst-mcheck: Rename to tst-malloc-checkSiddhesh Poyarekar
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-21rt: Replace generic stub of shm_unlink with the posix versionFlorian Weimer
2021-06-21rt: Replace generic stub of shm_open with the posix versionFlorian Weimer
2021-06-21Fix librt-routines-var issues for !PTHREAD_IN_LIBCFlorian Weimer
2021-06-21rt: Lexicographically sort Versions file; librt-routines in MakefileFlorian Weimer
2021-06-17elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]Florian Weimer
2021-06-17Makeconfig: Fix time64-compat.mk targetSiddhesh Poyarekar
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-15libsupport: Add 64-bit time_t support for stat functionsAdhemerval Zanella
2021-06-15libsupport: Add 64-bit time_t support for time functionsAdhemerval 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-15time: Add 64-bit time support for getdateAdhemerval 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-15y2038: Add __USE_TIME_BITS64 support for struct utimbufAdhemerval Zanella
2021-06-15y2038: Add __USE_TIME_BITS64 support for struct timespecAdhemerval Zanella
2021-06-15y2038: Add __USE_TIME_BITS64 support for struct timevalAdhemerval Zanella
2021-06-15y2038: Add __USE_TIME_BITS64 support for time_tAdhemerval 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-14Reinstate gconv-modules as the default configuration fileSiddhesh Poyarekar