aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-25elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>Florian Weimer
2020-06-25nptl: Don't madvise user provided stackSzabolcs Nagy
2020-06-24S390: Regenerate ULPs.Stefan Liebler
2020-06-24htl: Add wrapper header for <semaphore.h> with hidden __sem_postFlorian Weimer
2020-06-24elf: Include <stdbool.h> in <dl-tunables.h> because bool is usedFlorian Weimer
2020-06-24htl: Fix case when sem_*wait is canceled while holding a tokenSamuel Thibault
2020-06-24htl: Make sem_*wait cancellations pointsSamuel Thibault
2020-06-24htl: Simplify non-cancel path of __pthread_cond_timedwait_internalSamuel Thibault
2020-06-24htl: Enable tst-cancel25 testSamuel Thibault
2020-06-23powerpc: Add new hwcap valuesTulio Magno Quites Machado Filho
2020-06-23aarch64: MTE compatible strncmpAlex Butler
2020-06-23aarch64: MTE compatible strcmpAlex Butler
2020-06-23aarch64: MTE compatible strrchrAlex Butler
2020-06-23aarch64: MTE compatible memrchrAlex Butler
2020-06-23aarch64: MTE compatible memchrAlex Butler
2020-06-23aarch64: MTE compatible strcpyAlex Butler
2020-06-23Add MREMAP_DONTUNMAP from Linux 5.7Joseph Myers
2020-06-22x86: Update CPU feature detection [BZ #26149]H.J. Lu
2020-06-22aarch64: Remove fpu MakefileAdhemerval Zanella
2020-06-22m68k: Use sqrt{f} builtin for coldfireAdhemerval Zanella
2020-06-22arm: Use sqrt{f} builtinAdhemerval Zanella
2020-06-22riscv: Use sqrt{f} builtinAdhemerval Zanella
2020-06-22s390: Use sqrt{f} builtinAdhemerval Zanella
2020-06-22sparc: Use sqrt{f} builtinAdhemerval Zanella
2020-06-22mips: Use sqrt{f} builtinAdhemerval Zanella
2020-06-22alpha: Use builtin sqrt{f}Adhemerval Zanella
2020-06-22i386: Use builtin sqrtlAdhemerval Zanella
2020-06-22x86_64: Use builtin sqrt{f,l}Adhemerval Zanella
2020-06-22powerpc: Use sqrt{f} builtinAdhemerval Zanella
2020-06-22s390x: Use fma{f} builtinAdhemerval Zanella
2020-06-22aarch64: Use math-use-builtins for ceil{f}Adhemerval Zanella
2020-06-22math: Decompose math-use-builtins.hAdhemerval Zanella
2020-06-20hurd: Add mremapSamuel Thibault
2020-06-19ia64: Use generic exp10fAdhemerval Zanella
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella
2020-06-19i386: Use generic exp10fAdhemerval Zanella
2020-06-19math: Optimized generic exp10f with wrappersPaul Zimmermann
2020-06-19benchtests: Add exp10f benchmarkAdhemerval Zanella
2020-06-18x86: Update F16C detection [BZ #26133]H.J. Lu
2020-06-17Fix avx2 strncmp offset compare condition check [BZ #25933]Sunil K Pandey
2020-06-17nptl: Remove now-spurious tst-cancelx9 referencesSamuel Thibault
2020-06-17x86_64: Use %xmmN with vpxor to clear a vector registerH.J. Lu
2020-06-17x86: Correct bit_cpu_CLFLUSHOPT [BZ #26128]H.J. Lu
2020-06-16powerpc64le: refactor e_sqrtf128.cPaul E. Murphy
2020-06-15Update syscall-names.list for Linux 5.7.Joseph Myers
2020-06-15ieee754/dbl-64: Reduce the scope of temporary storage variablesVineet Gupta
2020-06-15manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer
2020-06-15ld.so: Check for new cache format first and enhance corruption checkFlorian Weimer
2020-06-14hurd: Fix __writev_nocancel_nostatusSamuel Thibault
2020-06-14hurd: Make send* cancellation pointsSamuel Thibault