aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-20elf: Initialize GLRO (dl_minsigstacksize) after static dlopenFlorian Weimer1-0/+3
2021-05-19nptl: Add missing __pthread_cond_wait alias in static buildsFlorian Weimer1-0/+3
2021-05-19Remove --enable-stackguard-randomization (BZ #27872)Adhemerval Zanella3-28/+0
2021-05-19s390x: Check HWCAP bits against compiler flagsFlorian Weimer1-0/+40
2021-05-19powerpc64le: Check HWCAP bits against compiler build flagsFlorian Weimer1-0/+52
2021-05-19elf: Add hook for checking HWCAP bits after auxiliary vector parsingFlorian Weimer2-0/+31
2021-05-18x86: Optimize memcmp-evex-movbe.SNoah Goldstein1-302/+408
2021-05-18x86: Optimize memcmp-avx2-movbe.SNoah Goldstein3-281/+402
2021-05-18x86: Expand bench-memcmp.c and test-memcmp.cNoah Goldstein2-12/+60
2021-05-18linux: Fix clock_getres fallbackAdhemerval Zanella1-1/+1
2021-05-18Do not declare asctime_r and ctime_r for C2XJoseph Myers1-2/+2
2021-05-18htl: Add __libpthread_freeresSamuel Thibault2-1/+25
2021-05-18hurd: Add execveatSamuel Thibault4-43/+123
2021-05-18Fix stringop-overflow warning in bug-regex19.c.Stefan Liebler1-0/+19
2021-05-18localedata: Use U+00AF MACRON in more EBCDIC charsets [BZ #27882]Florian Weimer12-12/+12
2021-05-18ldconfig: Avoid boolean coercion of opt_chrootSiddhesh Poyarekar1-17/+17
2021-05-18ldconfig: Fix memory leaksSiddhesh Poyarekar1-6/+14
2021-05-18charmap_conversion: Free conversion table on exitSiddhesh Poyarekar1-0/+7
2021-05-18elf/cache.c: Fix resource leaks identified by static analyzersSiddhesh Poyarekar1-4/+12
2021-05-18show_archive_content: Fix trivial memory leakSiddhesh Poyarekar1-0/+1
2021-05-17Add C2X timespec_getresJoseph Myers44-2/+189
2021-05-17Missing ENOMEM in realloc_check wrapper (bug 27870)Andreas Schwab2-2/+5
2021-05-17benchtests: Use JSON for bench-rawmemchr outputMatheus Castanho1-15/+39
2021-05-17powerpc: Add optimized rawmemchr for POWER10Matheus Castanho6-27/+188
2021-05-17nptl: Move pthread_sigqueue into libcFlorian Weimer65-34/+102
2021-05-17nptl: Move pthread_setschedprio into libcFlorian Weimer65-35/+99
2021-05-17nptl: Move pthread_setname_np into libcFlorian Weimer65-33/+104
2021-05-17nptl: Move pthread_setaffinity_np into libcFlorian Weimer65-51/+115
2021-05-17nptl: Move pthread_getname_np into libcFlorian Weimer64-35/+77
2021-05-17nptl: Move pthread_getcpuclockid into libcFlorian Weimer65-36/+93
2021-05-17nptl: Replace pthread_getcpuclockid with Linux implementationFlorian Weimer2-60/+6
2021-05-17nptl: Move pthread_getattr_default_np into libcFlorian Weimer66-35/+112
2021-05-17elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer4-18/+26
2021-05-17elf: Remove DL_STATIC_INITFlorian Weimer2-10/+0
2021-05-17powerpc: Remove _dl_var_initFlorian Weimer4-122/+10
2021-05-17mips: Remove _dl_var_initFlorian Weimer4-100/+0
2021-05-17m68k: Remove _dl_var_initFlorian Weimer4-122/+0
2021-05-17ia64: Remove _dl_var_initFlorian Weimer4-102/+0