aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-01aarch64: align stack in clone [BZ #27939]Szabolcs Nagy1-0/+2
2021-05-31powerpc: Optimized memcmp for power10Lucas A. M. Magalhaes5-1/+218
2021-05-31x86-64: Align child stack to 16 bytes [BZ #27902]H.J. Lu3-4/+103
2021-05-27nptl: Move Linux createthread to nptlAdhemerval Zanella1-153/+0
2021-05-27aarch64: Added optimized memset for A64FXNaohiro Tamura4-5/+286
2021-05-27aarch64: Added optimized memcpy and memmove for A64FXNaohiro Tamura8-13/+451
2021-05-26aarch64: Added Vector Length Set test helper scriptNaohiro Tamura1-0/+82
2021-05-26aarch64: define BTI_C and BTI_J macros as NOP unless HAVE_AARCH64_BTINaohiro Tamura1-2/+7
2021-05-26config: Added HAVE_AARCH64_SVE_ASM for aarch64Naohiro Tamura2-0/+43
2021-05-25Linux: Remove remaining references to $(shared-thread-library)Florian Weimer3-9/+0
2021-05-25nptl: Do not install libpthread.so and do not link tests with itFlorian Weimer1-2/+6
2021-05-24powerpc: Fix handling of scv return error codes [BZ #27892]Nicholas Piggin1-2/+3
2021-05-24Properly check stack alignment [BZ #27901]H.J. Lu6-165/+61