aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-22linux: Only use 64-bit syscall if required for utimensat familyAdhemerval Zanella1-13/+18
2021-06-22linux: Only use 64-bit syscall if required for sigtimedwaitAdhemerval Zanella3-9/+36
2021-06-22linux: Only use 64-bit syscall if required for mq_timedsendAdhemerval Zanella2-16/+29
2021-06-22linux: Only use 64-bit syscall if required for mq_timedreceiveAdhemerval Zanella4-17/+85
2021-06-22linux: Only use 64-bit syscall if required for timerfd_settimeAdhemerval Zanella3-13/+48
2021-06-22linux: Only use 64-bit syscall if required for semtimedopAdhemerval Zanella3-28/+56
2021-06-22linux: timerfd_gettime minor cleanupAdhemerval Zanella1-5/+4
2021-06-22linux: Remove time64-supportAdhemerval Zanella3-94/+1
2021-06-22linux: Remove supports_time64 () from clock_gettimeAdhemerval Zanella1-10/+4
2021-06-22linux: Remove supports_time64 () from clock_getresAdhemerval Zanella1-11/+5
2021-06-22linux: Only use 64-bit syscall if required for selectAdhemerval Zanella4-50/+68
2021-06-22linux: Only use 64-bit syscall if required for pselectAdhemerval Zanella5-91/+94
2021-06-22linux: Only use 64-bit syscall if required for ppollAdhemerval Zanella3-25/+39
2021-06-22support: Add support_create_timerAdhemerval Zanella3-0/+81
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella35-109/+106
2021-06-22malloc: Drop __malloc_initialized from VersionsSiddhesh Poyarekar1-1/+1
2021-06-22tst-mcheck: Rename to tst-malloc-checkSiddhesh Poyarekar2-3/+3
2021-06-22Add hidden prototypes for fsync, fdatasyncFlorian Weimer7-1/+8
2021-06-22nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer21-21/+21
2021-06-22rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer44-2544/+2017
2021-06-21rt: Move shm_unlink into libcFlorian Weimer67-35/+77
2021-06-21rt: Move shm_open into libcFlorian Weimer67-41/+86
2021-06-21rt: Replace generic stub of shm_unlink with the posix versionFlorian Weimer2-53/+16
2021-06-21rt: Replace generic stub of shm_open with the posix versionFlorian Weimer2-67/+29
2021-06-21Fix librt-routines-var issues for !PTHREAD_IN_LIBCFlorian Weimer2-2/+2
2021-06-21rt: Lexicographically sort Versions file; librt-routines in MakefileFlorian Weimer2-26/+65
2021-06-17elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]Florian Weimer4-3/+66
2021-06-17Makeconfig: Fix time64-compat.mk targetSiddhesh Poyarekar1-4/+4
2021-06-15nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop againFlorian Weimer34-0/+70
2021-06-15s390x: Align child stack while clone. [BZ #27968]Stefan Liebler2-6/+10
2021-06-15y2038: Add test coverageAdhemerval Zanella80-30/+385
2021-06-15libsupport: Add 64-bit time_t support for stat functionsAdhemerval Zanella5-0/+112
2021-06-15libsupport: Add 64-bit time_t support for time functionsAdhemerval Zanella11-19/+205
2021-06-15io: Add ftw64 with 64-bit time_t supportAdhemerval Zanella25-6/+141
2021-06-15io: Add fts64 with 64-bit time_t supportAdhemerval Zanella24-6/+227
2021-06-15posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella35-40/+307
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella118-60/+2386
2021-06-15time: Add 64-bit time support for getdateAdhemerval Zanella4-25/+25
2021-06-15y2038: Add __USE_TIME_BITS64 support for socket-constants.hAdhemerval Zanella5-16/+175
2021-06-15y2038: Use a common definition for shmid_dsAdhemerval Zanella8-26/+68
2021-06-15y2038: Use a common definition for semid_dsAdhemerval Zanella9-14/+61
2021-06-15y2038: Use a common definition for msqid_dsLukasz Majewski8-28/+81
2021-06-15y2038: Use a common definition for statLukasz Majewski10-243/+320
2021-06-15y2038: linux: Add __USE_TIME_BITS64 support for struct timexAdhemerval Zanella1-0/+31
2021-06-15y2038: Add __USE_TIME_BITS64 support for struct utimbufAdhemerval Zanella1-0/+5
2021-06-15y2038: Add __USE_TIME_BITS64 support for struct timespecAdhemerval Zanella1-1/+6
2021-06-15y2038: Add __USE_TIME_BITS64 support for struct timevalAdhemerval Zanella1-0/+5
2021-06-15y2038: Add __USE_TIME_BITS64 support for time_tAdhemerval Zanella1-0/+4
2021-06-15linux: Add recvvmsg fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella1-2/+15
2021-06-15linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella11-7/+167