aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-23x86: Improve memmove-vec-unaligned-erms.SNoah Goldstein1-3/+3
2021-05-23Bench: Add support for choose direction of memcpy in benchtestsNoah Goldstein3-65/+94
2021-05-22Add cast_to_pointer to cast an integer to void * pointerH.J. Lu1-0/+3
2021-05-21nptl: Remove remaining code from libpthreadFlorian Weimer54-309/+37
2021-05-21nptl: Move pthread_create, thrd_create into libcFlorian Weimer73-104/+233
2021-05-21elf: Use custom NODELETE DSO for tst-dlopenfail, tst-dlopenfail-2Florian Weimer5-36/+61
2021-05-21nptl: Move semi-public __pthread_get_minstack symbol into libcFlorian Weimer5-20/+23
2021-05-21nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer6-61/+58
2021-05-21nptl: Perform signal initialization upon pthread_createFlorian Weimer5-88/+131
2021-05-21nptl: Remove unused __libc_pthread_init functionFlorian Weimer2-36/+0
2021-05-20x86: Improve memset-vec-unaligned-erms.SNoah Goldstein1-22/+28
2021-05-20Hurd: Define ARCH_MIN_GUARD_SIZE in internal <pthread.h>Florian Weimer1-0/+3