aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-04x86-64: Fix strcmp-evex.SH.J. Lu1-1/+1
2022-02-04x86-64: Fix strcmp-avx2.SH.J. Lu1-1/+1
2022-02-03x86-64: Add vector acos/acosf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-03x86: Optimize strcmp-evex.SNoah Goldstein1-793/+919
2022-02-03x86: Optimize strcmp-avx2.SNoah Goldstein1-651/+939
2022-02-03linux: Fix missing __convert_scm_timestamps (BZ #28860)Adhemerval Zanella1-2/+2
2022-02-03linux: __get_nprocs_sched: do not feed CPU_COUNT_S with garbage [BZ #28850]Gleb Fotengauer-Malinovskiy1-1/+1
2022-02-03Regenerate configure.Carlos O'Donell1-1/+7
2022-02-02Linux: Use ptrdiff_t for __rseq_offsetFlorian Weimer12-13/+14
2022-02-02posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella36-92/+57
2022-02-02or1k: Define PI_STATIC_AND_HIDDENStafford Horne2-0/+9
2022-02-01SET_RELHOOK: merge i386 and x86_64, and move to sysdeps/mach/hurd/x86Samuel Thibault3-31/+3
2022-02-01elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard14-40/+773
2022-02-01elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella5-1/+52
2022-02-01elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella1-1/+1
2022-01-31elf: Add <dl-r_debug.h>H.J. Lu2-0/+100
2022-01-29tst-socket-timestamp-compat.c: Check __TIMESIZE [BZ #28837]H.J. Lu1-1/+1
2022-01-28Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsgAdhemerval Zanella5-24/+322
2022-01-28linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ#28350)Adhemerval Zanella4-6/+348