aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer63-30/+66
2021-06-03dlfcn: Move dlinfo into libcFlorian Weimer63-30/+83
2021-06-03dlfcn: Move dladdr1 into libcFlorian Weimer63-30/+66
2021-06-03dlfcn: Move dlmopen into libcFlorian Weimer63-30/+83
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer63-30/+66
2021-06-03dlfcn: Move dladdr into libcFlorian Weimer63-30/+66
2021-06-03dlfcn: Move dlclose into libcFlorian Weimer63-30/+66
2021-06-02dlfcn: Move dlerror into libcFlorian Weimer63-30/+66
2021-06-02Add libc ABI extension kludge for baseline-violating libdl symbolsFlorian Weimer4-0/+4
2021-06-02Add missing symbols to Version filesFlorian Weimer13-47/+55
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 Schwab1-5/+10
2021-06-01stdio-common: Remove _IO_vfwscanfFlorian Weimer1-1/+0
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-27nptl: Move Linux createthread to nptlAdhemerval Zanella1-153/+0
2021-05-27aarch64: Added optimized memset for A64FXNaohiro Tamura4-5/+286
2021-05-27aarch64: Added optimized memcpy and memmove for A64FXNaohiro Tamura8-13/+451
2021-05-26aarch64: Added Vector Length Set test helper scriptNaohiro Tamura1-0/+82
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 Tamura2-0/+43
2021-05-25Linux: Remove remaining references to $(shared-thread-library)Florian Weimer3-9/+0
2021-05-25nptl: Do not install libpthread.so and do not link tests with itFlorian Weimer1-2/+6
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-21nptl: Remove remaining code from libpthreadFlorian Weimer47-114/+26
2021-05-21nptl: Move pthread_create, thrd_create into libcFlorian Weimer64-71/+184
2021-05-21nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer1-0/+28
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-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 Weimer1-0/+28
2021-05-18x86: Optimize memcmp-evex-movbe.SNoah Goldstein1-302/+408
2021-05-18x86: Optimize memcmp-avx2-movbe.SNoah Goldstein3-281/+402
2021-05-18linux: Fix clock_getres fallbackAdhemerval Zanella1-1/+1
2021-05-18hurd: Add execveatSamuel Thibault3-43/+121
2021-05-17Add C2X timespec_getresJoseph Myers36-0/+85
2021-05-17powerpc: Add optimized rawmemchr for POWER10Matheus Castanho6-27/+188
2021-05-17nptl: Move pthread_sigqueue into libcFlorian Weimer61-29/+83
2021-05-17nptl: Move pthread_setschedprio into libcFlorian Weimer61-29/+80
2021-05-17nptl: Move pthread_setname_np into libcFlorian Weimer61-29/+83
2021-05-17nptl: Move pthread_setaffinity_np into libcFlorian Weimer61-45/+99
2021-05-17nptl: Move pthread_getname_np into libcFlorian Weimer61-29/+64
2021-05-17nptl: Move pthread_getcpuclockid into libcFlorian Weimer61-29/+70
2021-05-17nptl: Replace pthread_getcpuclockid with Linux implementationFlorian Weimer1-42/+0
2021-05-17nptl: Move pthread_getattr_default_np into libcFlorian Weimer61-29/+86
2021-05-17elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer1-4/+6