aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-08AArch64: Add support for roundeven[f]Wilco Dijkstra2-0/+57
2021-06-04configure: Replaced obsolete AC_TRY_COMPILENaohiro Tamura10-69/+34
2021-06-04libio: Assume _IO_lock_inexpensiveAdhemerval Zanella2-6/+0
2021-06-04nptl: Remove exit-thread.hAdhemerval Zanella3-66/+2
2021-06-03dlfcn: Rework static dlopen hooksFlorian Weimer1-0/+3
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer3-15/+5
2021-06-03dlfcn: Move dlopen into libcFlorian Weimer63-43/+125
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer63-30/+66
2021-06-03dlfcn: Move dlinfo into libcFlorian Weimer63-30/+83
2021-06-03dlfcn: Move dladdr1 into libcFlorian Weimer63-30/+66
2021-06-03dlfcn: Move dlmopen into libcFlorian Weimer63-30/+83
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer63-30/+66
2021-06-03dlfcn: Move dladdr into libcFlorian Weimer63-30/+66
2021-06-03dlfcn: Move dlclose into libcFlorian Weimer63-30/+66
2021-06-02dlfcn: Move dlerror into libcFlorian Weimer63-30/+66
2021-06-02Add libc ABI extension kludge for baseline-violating libdl symbolsFlorian Weimer4-0/+4
2021-06-02Add missing symbols to Version filesFlorian Weimer13-47/+55
2021-06-02Fix use of __pthread_attr_copy in mq_notify (bug 27896)Florian Weimer1-2/+9
2021-06-01Use __pthread_attr_copy in mq_notify (bug 27896)Andreas Schwab1-5/+10
2021-06-01stdio-common: Remove _IO_vfwscanfFlorian Weimer1-1/+0