aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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-14Reinstate gconv-modules as the default configuration fileSiddhesh Poyarekar3-21/+23
2021-06-10Add build option to disable usage of scv on powerpcMatheus Castanho10-13/+59
2021-06-10io: Fix sporadic test failures in io/tst-statFlorian Weimer2-5/+6
2021-06-09nptl: Avoid async cancellation to wrongly update __nptl_nthreads (BZ #19366)Adhemerval Zanella1-7/+4
2021-06-09nptl: Use pthread_kill on pthread_cancelAdhemerval Zanella3-11/+15
2021-06-09nptl: Implement raise in terms of pthread_killAdhemerval Zanella8-71/+50
2021-06-09nptl: Move cancel type out of cancelhandlingAdhemerval Zanella8-170/+35
2021-06-09nptl: Move cancel state out of cancelhandlingAdhemerval Zanella14-63/+34
2021-06-09nptl: Remove CANCELING_BITMASKAdhemerval Zanella4-106/+36
2021-06-09nptl: Install cancellation handler on pthread_cancelAdhemerval Zanella4-45/+28
2021-06-09nptl: Deallocate the thread stack on setup failure (BZ #19511)Adhemerval Zanella3-88/+80
2021-06-09Remove stale references to libdl.aFlorian Weimer3-8/+1
2021-06-09Fix elf/tst-tls9-static after libdl cleanups.Stefan Liebler1-2/+0
2021-06-09iconvdata: Split out non-essential gconv module configurationSiddhesh Poyarekar3-1858/+1890
2021-06-09iconvdata: Move gconv-modules configuration to gconv-modules.confSiddhesh Poyarekar5-22/+44