aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2022-02-16Update kernel version to 5.16 in tst-mman-consts.pyJoseph Myers1-1/+1
2022-02-16pthread: Use 64 bit time_t stat internally for sem_open (BZ #28880)Adhemerval Zanella1-4/+4
2022-02-16x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]Noah Goldstein2-0/+2
2022-02-14x86-64: Define __memcmpeq in ld.soH.J. Lu1-1/+3
2022-02-14htl: Fix initializing the key lockSamuel Thibault2-3/+5
2022-02-14htl: Make pthread_[gs]etspecific not check for key validitySamuel Thibault2-4/+2
2022-02-14x86-64: Remove bzero weak alias in SS2 memsetH.J. Lu1-3/+1
2022-02-14hppa: Fix typoJohn David Anglin1-1/+1
2022-02-14linux: Use socket-constants-time64.h on tst-socket-timestamp-compatAdhemerval Zanella1-12/+13
2022-02-14x86/configure.ac: Define PI_STATIC_AND_HIDDEN/SUPPORT_STATIC_PIEH.J. Lu6-26/+13
2022-02-14Fix elf/tst-audit2 on hppaJohn David Anglin1-14/+10
2022-02-14x86: Use CHECK_FEATURE_PRESENT on PCONFIGH.J. Lu1-1/+1
2022-02-14x86: Don't check PTWRITE in tst-cpu-features-cpuinfo.cH.J. Lu1-0/+3
2022-02-12x86: Set .text section in memset-vec-unaligned-ermsNoah Goldstein1-0/+1
2022-02-11Linux: Include <dl-auxv.h> in dl-sysdep.c only for SHAREDFlorian Weimer1-1/+2
2022-02-11Revert "Linux: Consolidate auxiliary vector parsing"Florian Weimer5-102/+104
2022-02-10elf: Remove LD_USE_LOAD_BIASAdhemerval Zanella2-6/+0
2022-02-10elf: Remove prelink supportAdhemerval Zanella13-275/+61
2022-02-10Linux: Consolidate auxiliary vector parsingFlorian Weimer5-105/+103
2022-02-10Linux: Assume that NEED_DL_SYSINFO_DSO is always definedFlorian Weimer2-9/+3
2022-02-10Linux: Remove DL_FIND_ARG_COMPONENTSFlorian Weimer1-15/+10
2022-02-10Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZEFlorian Weimer2-66/+1
2022-02-10elf: Merge dl-sysdep.c into the Linux versionFlorian Weimer1-12/+335
2022-02-09hppa: Fix bind-now audit (BZ #28857)Adhemerval Zanella1-3/+5
2022-02-08x86-64: Optimize bzeroH.J. Lu10-25/+256
2022-02-07linux: fix accuracy of get_nprocs and get_nprocs_conf [BZ #28865]Dmitry V. Levin1-31/+63
2022-02-07x86: Remove SSSE3 instruction for broadcast in memset.S (SSE2 Only)Noah Goldstein1-3/+4
2022-02-06x86: Improve vec generation in memset-vec-unaligned-erms.SNoah Goldstein5-87/+152
2022-02-06x86-64: Add vector tan/tanf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector erfc/erfcf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector asinh/asinhf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector tanh/tanhf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector erf/erff to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector acosh/acoshf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector atanh/atanhf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector log1p/log1pf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector log2/log2f to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector log10/log10f to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector atan2/atan2f to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector cbrt/cbrtf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector sinh/sinhf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector expm1/expm1f to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector cosh/coshf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector exp10/exp10f to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector exp2/exp2f to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector hypot/hypotf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector asin/asinf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector atan/atanf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-05x86_64/multiarch: Sort sysdep_routines and put one entry per lineH.J. Lu1-114/+176
2022-02-05x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))H.J. Lu1-1/+2