aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-09gconv_conf: Read configuration files in gconv-modules.dSiddhesh Poyarekar1-6/+43
2021-06-09iconvconfig: Read configuration from gconv-modules.d subdirectorySiddhesh Poyarekar1-6/+44
2021-06-09iconvconfig: Make file handling more general purposeSiddhesh Poyarekar1-25/+40
2021-06-08AArch64: Add support for roundeven[f]Wilco Dijkstra2-0/+57
2021-06-04configure: Replaced obsolete AC_TRY_COMPILENaohiro Tamura13-81/+88
2021-06-04libio: Assume _IO_lock_inexpensiveAdhemerval Zanella3-15/+2
2021-06-04nptl: Remove exit-thread.hAdhemerval Zanella5-69/+4
2021-06-03Improve test coverage of strnlen functionSunil K Pandey1-1/+10
2021-06-03dlfcn: Rework static dlopen hooksFlorian Weimer15-139/+54
2021-06-03dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2Florian Weimer2-2/+18
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer17-270/+60
2021-06-03dlfcn: Move dlopen into libcFlorian Weimer70-96/+193
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer69-65/+115
2021-06-03dlfcn: Move dlinfo into libcFlorian Weimer69-54/+120
2021-06-03dlfcn: Move dladdr1 into libcFlorian Weimer68-50/+81
2021-06-03dlfcn: Move dlmopen into libcFlorian Weimer69-73/+154
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer70-60/+108
2021-06-03dlfcn: Move dladdr into libcFlorian Weimer68-50/+78
2021-06-03dlfcn: Move dlclose into libcFlorian Weimer68-57/+83
2021-06-02Improve test coverage of strlen functionSunil K Pandey1-1/+14
2021-06-02fix typoXeonacid2-2/+2
2021-06-02dlfcn: Move dlerror into libcFlorian Weimer68-66/+104
2021-06-02Add libc ABI extension kludge for baseline-violating libdl symbolsFlorian Weimer5-1/+29
2021-06-02scripts/versions.awk: Add local: * to all version nodesFlorian Weimer1-5/+1
2021-06-02Add missing symbols to Version filesFlorian Weimer18-47/+73
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 Schwab2-5/+14
2021-06-01Update floating-point feature test macro handling for C2XJoseph Myers6-14/+71
2021-06-01stdio-common: Remove _IO_vfwscanfFlorian Weimer4-42/+1
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-28support: Do not build xpthread_attr_setaffinity_np for hurdAdhemerval Zanella2-0/+4
2021-05-27nptl: Add pthread_attr_setaffinity_np failure testAdhemerval Zanella2-0/+60
2021-05-27support: Add xpthread_attr_setaffinity_np wrapperAdhemerval Zanella3-0/+32
2021-05-27nptl: Move createthread to pthread_createAdhemerval Zanella2-166/+115
2021-05-27nptl: Move Linux createthread to nptlAdhemerval Zanella2-161/+116
2021-05-27nptl: Install SIGSETXID handler with SA_ONSTACK [BZ #27914]Florian Weimer1-2/+5
2021-05-27aarch64: Added optimized memset for A64FXNaohiro Tamura4-5/+286
2021-05-27aarch64: Added optimized memcpy and memmove for A64FXNaohiro Tamura9-14/+453
2021-05-26benchtests: Fixed bench-memcpy-random: buf1: mprotect failedNaohiro Tamura1-2/+2
2021-05-26aarch64: Added Vector Length Set test helper scriptNaohiro Tamura3-0/+89
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 Tamura3-0/+48
2021-05-25tst-mallinfo2.c: Use correct multiple for total variableYang Xu1-2/+2
2021-05-25Linux: Remove remaining references to $(shared-thread-library)Florian Weimer4-23/+7
2021-05-25nptl: Do not install libpthread.so and do not link tests with itFlorian Weimer2-26/+11
2021-05-25testrun.sh: Improve --help messageLucas A. M. Magalhaes1-2/+7
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