aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-06-23x86-64: Move strlen.S to multiarch/strlen-vec.SH.J. Lu4-242/+262
2021-06-23hurd: Fix build after 52a5fe70a2Adhemerval Zanella1-1/+2
2021-06-22linux: Only use 64-bit syscall if required for clock_nanosleepAdhemerval Zanella1-21/+25
2021-06-22linux: Only use 64-bit syscall if required for internal futexAdhemerval Zanella1-8/+16
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 Zanella1-16/+19
2021-06-22linux: Only use 64-bit syscall if required for mq_timedreceiveAdhemerval Zanella1-16/+19
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 Zanella1-23/+30
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 Zanella1-35/+37
2021-06-22linux: Only use 64-bit syscall if required for pselectAdhemerval Zanella3-27/+29
2021-06-22linux: Only use 64-bit syscall if required for ppollAdhemerval Zanella3-25/+39
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella13-53/+50
2021-06-22Add hidden prototypes for fsync, fdatasyncFlorian Weimer4-0/+4
2021-06-22nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer20-19/+758
2021-06-22rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer26-2424/+86
2021-06-21rt: Move shm_unlink into libcFlorian Weimer64-31/+66
2021-06-21rt: Move shm_open into libcFlorian Weimer64-31/+66
2021-06-21rt: Replace generic stub of shm_unlink with the posix versionFlorian Weimer1-48/+0
2021-06-21rt: Replace generic stub of shm_open with the posix versionFlorian Weimer1-62/+0
2021-06-15nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop againFlorian Weimer32-0/+64
2021-06-15s390x: Align child stack while clone. [BZ #27968]Stefan Liebler2-6/+10
2021-06-15y2038: Add test coverageAdhemerval Zanella18-0/+36
2021-06-15io: Add ftw64 with 64-bit time_t supportAdhemerval Zanella20-0/+40
2021-06-15io: Add fts64 with 64-bit time_t supportAdhemerval Zanella20-0/+100
2021-06-15posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella28-17/+148
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella86-18/+1803
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-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 Zanella10-7/+162
2021-06-14linux: Add fallback for 64-bit time_t SO_{RCV,SND}TIMEOAdhemerval Zanella7-15/+276
2021-06-14linux: s390: Add libanl.abilist in s390 and s390xAdhemerval Zanella2-0/+4
2021-06-14linux: mips: Split libanl.abilist in n32 and n64Adhemerval Zanella2-0/+4
2021-06-14linux: mips: Split librt.abilist in n32 and n64Adhemerval Zanella2-0/+37
2021-06-10Add build option to disable usage of scv on powerpcMatheus Castanho4-13/+21
2021-06-09nptl: Implement raise in terms of pthread_killAdhemerval Zanella3-56/+9
2021-06-09nptl: Move cancel type out of cancelhandlingAdhemerval Zanella1-0/+1
2021-06-09nptl: Move cancel state out of cancelhandlingAdhemerval Zanella1-0/+2
2021-06-09Remove stale references to libdl.aFlorian Weimer2-2/+0
2021-06-09iconvdata: Move gconv-modules configuration to gconv-modules.confSiddhesh Poyarekar2-2/+14