aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-17elf: Remove DL_STATIC_INITFlorian Weimer1-6/+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
2021-05-17arc: Remove _dl_var_initFlorian Weimer4-129/+0
2021-05-17aarch64: Remove _dl_var_initFlorian Weimer4-130/+0
2021-05-17elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer2-0/+31
2021-05-17nptl: Move __nptl_initial_report_events into ld.so/startup codeFlorian Weimer1-0/+8
2021-05-13Make sysdeps/generic/libc.abilist emptyJoseph Myers1-1/+0
2021-05-12linux/check_native: Always close socket on returnSiddhesh Poyarekar1-12/+11
2021-05-11nptl: Move pthread_getconcurrency, pthread_setconcurrency into libcFlorian Weimer61-58/+128
2021-05-11nptl: Move pthread_cancel into libcFlorian Weimer61-29/+64
2021-05-11nptl: Move __pthread_register_cancel_defer, __pthread_unregister_cancel_resto...Florian Weimer61-58/+128
2021-05-11nptl: Move __pthread_register_cancel, __pthread_unregister_cancel to libcFlorian Weimer61-58/+128
2021-05-11nptl: Move pthread_attr_setstacksize into libcFlorian Weimer65-45/+106
2021-05-11nptl: Move pthread_attr_setstackaddr into libcFlorian Weimer61-29/+64
2021-05-11nptl: Move pthread_attr_setstack into libcFlorian Weimer61-37/+75
2021-05-11nptl: Move pthread_attr_setguardsize into libcFlorian Weimer61-29/+64
2021-05-11nptl: Move pthread_attr_getstacksize into libcFlorian Weimer61-29/+64
2021-05-11nptl: Move pthread_attr_getstackaddr into libcFlorian Weimer61-29/+64
2021-05-11nptl: Move pthread_attr_getstack into libcFlorian Weimer61-29/+64
2021-05-11nptl: Move pthread_attr_getguardsize into libcFlorian Weimer61-29/+64
2021-05-11nptl: Move pthread_attr_getaffinity_np into libcFlorian Weimer61-45/+83
2021-05-11elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy1-1/+2
2021-05-11nptl: Move thread join functions into libcFlorian Weimer63-147/+359
2021-05-11nptl: Move pthread_detach, thrd_detach into libcFlorian Weimer63-60/+140