about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* dlfcn: Move dlerror into libcFlorian Weimer2021-06-0263-30/+66
* Add libc ABI extension kludge for baseline-violating libdl symbolsFlorian Weimer2021-06-024-0/+4
* Add missing symbols to Version filesFlorian Weimer2021-06-0213-47/+55
* 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-011-5/+10
* stdio-common: Remove _IO_vfwscanfFlorian Weimer2021-06-011-1/+0
* 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
* nptl: Move Linux createthread to nptlAdhemerval Zanella2021-05-271-153/+0
* aarch64: Added optimized memset for A64FXNaohiro Tamura2021-05-274-5/+286
* aarch64: Added optimized memcpy and memmove for A64FXNaohiro Tamura2021-05-278-13/+451
* aarch64: Added Vector Length Set test helper scriptNaohiro Tamura2021-05-261-0/+82
* 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-262-0/+43
* Linux: Remove remaining references to $(shared-thread-library)Florian Weimer2021-05-253-9/+0
* nptl: Do not install libpthread.so and do not link tests with itFlorian Weimer2021-05-251-2/+6
* 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
* nptl: Remove remaining code from libpthreadFlorian Weimer2021-05-2147-114/+26
* nptl: Move pthread_create, thrd_create into libcFlorian Weimer2021-05-2164-71/+184
* nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer2021-05-211-0/+28
* 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
* 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-191-0/+28
* x86: Optimize memcmp-evex-movbe.SNoah Goldstein2021-05-181-302/+408
* x86: Optimize memcmp-avx2-movbe.SNoah Goldstein2021-05-183-281/+402
* linux: Fix clock_getres fallbackAdhemerval Zanella2021-05-181-1/+1
* hurd: Add execveatSamuel Thibault2021-05-183-43/+121
* Add C2X timespec_getresJoseph Myers2021-05-1736-0/+85
* powerpc: Add optimized rawmemchr for POWER10Matheus Castanho2021-05-176-27/+188
* nptl: Move pthread_sigqueue into libcFlorian Weimer2021-05-1761-29/+83
* nptl: Move pthread_setschedprio into libcFlorian Weimer2021-05-1761-29/+80
* nptl: Move pthread_setname_np into libcFlorian Weimer2021-05-1761-29/+83
* nptl: Move pthread_setaffinity_np into libcFlorian Weimer2021-05-1761-45/+99
* nptl: Move pthread_getname_np into libcFlorian Weimer2021-05-1761-29/+64
* nptl: Move pthread_getcpuclockid into libcFlorian Weimer2021-05-1761-29/+70
* nptl: Replace pthread_getcpuclockid with Linux implementationFlorian Weimer2021-05-171-42/+0
* nptl: Move pthread_getattr_default_np into libcFlorian Weimer2021-05-1761-29/+86
* elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer2021-05-171-4/+6
* elf: Remove DL_STATIC_INITFlorian Weimer2021-05-171-6/+0
* powerpc: Remove _dl_var_initFlorian Weimer2021-05-174-122/+10
* mips: Remove _dl_var_initFlorian Weimer2021-05-174-100/+0
* m68k: Remove _dl_var_initFlorian Weimer2021-05-174-122/+0
* ia64: Remove _dl_var_initFlorian Weimer2021-05-174-102/+0
* arc: Remove _dl_var_initFlorian Weimer2021-05-174-129/+0
* aarch64: Remove _dl_var_initFlorian Weimer2021-05-174-130/+0