about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* dlfcn: Move dlclose into libcFlorian Weimer2021-06-0368-57/+83
* Improve test coverage of strlen functionSunil K Pandey2021-06-021-1/+14
* fix typoXeonacid2021-06-022-2/+2
* dlfcn: Move dlerror into libcFlorian Weimer2021-06-0268-66/+104
* Add libc ABI extension kludge for baseline-violating libdl symbolsFlorian Weimer2021-06-025-1/+29
* scripts/versions.awk: Add local: * to all version nodesFlorian Weimer2021-06-021-5/+1
* Add missing symbols to Version filesFlorian Weimer2021-06-0218-47/+73
* Fix use of __pthread_attr_copy in mq_notify (bug 27896)Florian Weimer2021-06-021-2/+9
* Use __pthread_attr_copy in mq_notify (bug 27896)Andreas Schwab2021-06-012-5/+14
* Update floating-point feature test macro handling for C2XJoseph Myers2021-06-016-14/+71
* stdio-common: Remove _IO_vfwscanfFlorian Weimer2021-06-014-42/+1
* aarch64: align stack in clone [BZ #27939]Szabolcs Nagy2021-06-011-0/+2
* powerpc: Optimized memcmp for power10Lucas A. M. Magalhaes2021-05-315-1/+218
* x86-64: Align child stack to 16 bytes [BZ #27902]H.J. Lu2021-05-313-4/+103
* support: Do not build xpthread_attr_setaffinity_np for hurdAdhemerval Zanella2021-05-282-0/+4
* nptl: Add pthread_attr_setaffinity_np failure testAdhemerval Zanella2021-05-272-0/+60
* support: Add xpthread_attr_setaffinity_np wrapperAdhemerval Zanella2021-05-273-0/+32
* nptl: Move createthread to pthread_createAdhemerval Zanella2021-05-272-166/+115
* nptl: Move Linux createthread to nptlAdhemerval Zanella2021-05-272-161/+116
* nptl: Install SIGSETXID handler with SA_ONSTACK [BZ #27914]Florian Weimer2021-05-271-2/+5
* aarch64: Added optimized memset for A64FXNaohiro Tamura2021-05-274-5/+286
* aarch64: Added optimized memcpy and memmove for A64FXNaohiro Tamura2021-05-279-14/+453
* benchtests: Fixed bench-memcpy-random: buf1: mprotect failedNaohiro Tamura2021-05-261-2/+2
* aarch64: Added Vector Length Set test helper scriptNaohiro Tamura2021-05-263-0/+89
* aarch64: define BTI_C and BTI_J macros as NOP unless HAVE_AARCH64_BTINaohiro Tamura2021-05-261-2/+7
* config: Added HAVE_AARCH64_SVE_ASM for aarch64Naohiro Tamura2021-05-263-0/+48
* tst-mallinfo2.c: Use correct multiple for total variableYang Xu2021-05-251-2/+2
* Linux: Remove remaining references to $(shared-thread-library)Florian Weimer2021-05-254-23/+7
* nptl: Do not install libpthread.so and do not link tests with itFlorian Weimer2021-05-252-26/+11
* testrun.sh: Improve --help messageLucas A. M. Magalhaes2021-05-251-2/+7
* powerpc: Fix handling of scv return error codes [BZ #27892]Nicholas Piggin2021-05-241-2/+3
* Properly check stack alignment [BZ #27901]H.J. Lu2021-05-246-165/+61
* x86: Improve memmove-vec-unaligned-erms.SNoah Goldstein2021-05-231-3/+3
* Bench: Add support for choose direction of memcpy in benchtestsNoah Goldstein2021-05-233-65/+94
* Add cast_to_pointer to cast an integer to void * pointerH.J. Lu2021-05-221-0/+3
* nptl: Remove remaining code from libpthreadFlorian Weimer2021-05-2154-309/+37
* nptl: Move pthread_create, thrd_create into libcFlorian Weimer2021-05-2173-104/+233
* elf: Use custom NODELETE DSO for tst-dlopenfail, tst-dlopenfail-2Florian Weimer2021-05-215-36/+61
* nptl: Move semi-public __pthread_get_minstack symbol into libcFlorian Weimer2021-05-215-20/+23
* nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer2021-05-216-61/+58
* nptl: Perform signal initialization upon pthread_createFlorian Weimer2021-05-215-88/+131
* nptl: Remove unused __libc_pthread_init functionFlorian Weimer2021-05-212-36/+0
* x86: Improve memset-vec-unaligned-erms.SNoah Goldstein2021-05-201-22/+28
* Hurd: Define ARCH_MIN_GUARD_SIZE in internal <pthread.h>Florian Weimer2021-05-201-0/+3
* elf: Initialize GLRO (dl_minsigstacksize) after static dlopenFlorian Weimer2021-05-201-0/+3
* nptl: Add missing __pthread_cond_wait alias in static buildsFlorian Weimer2021-05-191-0/+3
* Remove --enable-stackguard-randomization (BZ #27872)Adhemerval Zanella2021-05-193-28/+0
* s390x: Check HWCAP bits against compiler flagsFlorian Weimer2021-05-191-0/+40
* powerpc64le: Check HWCAP bits against compiler build flagsFlorian Weimer2021-05-191-0/+52
* elf: Add hook for checking HWCAP bits after auxiliary vector parsingFlorian Weimer2021-05-192-0/+31