about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: Optimize memcmp-evex-movbe.SNoah Goldstein2021-05-181-302/+408
* x86: Optimize memcmp-avx2-movbe.SNoah Goldstein2021-05-183-281/+402
* x86: Expand bench-memcmp.c and test-memcmp.cNoah Goldstein2021-05-182-12/+60
* linux: Fix clock_getres fallbackAdhemerval Zanella2021-05-181-1/+1
* Do not declare asctime_r and ctime_r for C2XJoseph Myers2021-05-181-2/+2
* htl: Add __libpthread_freeresSamuel Thibault2021-05-182-1/+25
* hurd: Add execveatSamuel Thibault2021-05-184-43/+123
* Fix stringop-overflow warning in bug-regex19.c.Stefan Liebler2021-05-181-0/+19
* localedata: Use U+00AF MACRON in more EBCDIC charsets [BZ #27882]Florian Weimer2021-05-1812-12/+12
* ldconfig: Avoid boolean coercion of opt_chrootSiddhesh Poyarekar2021-05-181-17/+17
* ldconfig: Fix memory leaksSiddhesh Poyarekar2021-05-181-6/+14
* charmap_conversion: Free conversion table on exitSiddhesh Poyarekar2021-05-181-0/+7
* elf/cache.c: Fix resource leaks identified by static analyzersSiddhesh Poyarekar2021-05-181-4/+12
* show_archive_content: Fix trivial memory leakSiddhesh Poyarekar2021-05-181-0/+1
* Add C2X timespec_getresJoseph Myers2021-05-1744-2/+189
* Missing ENOMEM in realloc_check wrapper (bug 27870)Andreas Schwab2021-05-172-2/+5
* benchtests: Use JSON for bench-rawmemchr outputMatheus Castanho2021-05-171-15/+39
* powerpc: Add optimized rawmemchr for POWER10Matheus Castanho2021-05-176-27/+188
* nptl: Move pthread_sigqueue into libcFlorian Weimer2021-05-1765-34/+102
* nptl: Move pthread_setschedprio into libcFlorian Weimer2021-05-1765-35/+99
* nptl: Move pthread_setname_np into libcFlorian Weimer2021-05-1765-33/+104
* nptl: Move pthread_setaffinity_np into libcFlorian Weimer2021-05-1765-51/+115
* nptl: Move pthread_getname_np into libcFlorian Weimer2021-05-1764-35/+77
* nptl: Move pthread_getcpuclockid into libcFlorian Weimer2021-05-1765-36/+93
* nptl: Replace pthread_getcpuclockid with Linux implementationFlorian Weimer2021-05-172-60/+6