aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2023-12-19x86/cet: Check CPU_FEATURE_ACTIVE when CET is disabledH.J. Lu3-0/+9
2023-12-19x86/cet: Check legacy shadow stack applicationsH.J. Lu6-0/+130
2023-12-19s390: Set psw addr field in getcontext and friends.Stefan Liebler6-0/+34
2023-12-18x86: Unifies 'strlen-evex' and 'strlen-evex512' implementations.Matthew Sterrett5-472/+439
2023-12-18x86/cet: Don't assume that SHSTK implies IBTH.J. Lu3-11/+11
2023-12-17x86/cet: Check user_shstk in /proc/cpuinfoH.J. Lu1-1/+1
2023-12-15powerpc: Add space for HWCAP3/HWCAP4 in the TCB for future Power.Manjunath Matti7-1/+26
2023-12-15powerpc: Fix performance issues of strcmp power10Amrita H S1-66/+95
2023-12-14powerpc : Add optimized memchr for POWER10MAHESH BODAPATI5-10/+367
2023-12-11x86: Check PT_GNU_PROPERTY earlyH.J. Lu1-40/+80
2023-12-11sysdeps/x86/Makefile: Split and sort testsH.J. Lu1-32/+78
2023-12-07powerpc: Optimized strcmp for power10Amrita H S5-1/+240
2023-12-05elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binariesAdhemerval Zanella1-0/+2
2023-12-05elf: Ignore loader debug env vars for setuidAdhemerval Zanella1-0/+2
2023-12-05aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab1-1/+1
2023-12-04math: Add new exp10 implementationJoe Ramsay3-24/+135
2023-12-04aarch64: fix tested ifunc variantsSzabolcs Nagy1-3/+3
2023-12-02hurd: [!__USE_MISC] Do not #undef BSD macros in ioctlsSamuel Thibault1-0/+2
2023-11-30linux: Make fdopendir fail with O_PATH (BZ 30373)Adhemerval Zanella3-1/+56
2023-11-30Avoid padding in _init and _fini. [BZ #31042]Stefan Liebler2-3/+1
2023-11-29aarch64: Improve special-case handling in AdvSIMD double-precision libmvec ro...Joe Ramsay1-1/+7
2023-11-28x86: Only align destination to 1x VEC_SIZE in memset 4x loopNoah Goldstein1-1/+1
2023-11-28Add TCP_MD5SIG_FLAG_IFINDEX from Linux 5.6 to netinet/tcp.h.Tobias Klauser1-1/+2
2023-11-23Remove __access_noerrnoJoseph Myers8-64/+5
2023-11-22malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2-7/+1
2023-11-22aarch64: Fix libmvec benchmarksJoe Ramsay2-49/+81
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella33-84/+144
2023-11-21s390: Use dl-symbol-redir-ifunc.h on cpu-tunablesAdhemerval Zanella2-15/+17
2023-11-21x86: Use dl-symbol-redir-ifunc.h on cpu-tunablesAdhemerval Zanella4-55/+32
2023-11-21elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella1-0/+24
2023-11-21elf: Add all malloc tunable to unsecvarsAdhemerval Zanella1-0/+7
2023-11-21elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella1-1/+0
2023-11-21elf: Add GLIBC_TUNABLES to unsecvarsAdhemerval Zanella1-0/+1
2023-11-20hurd: Prevent the final file_exec_paths call from signalsSamuel Thibault1-1/+15
2023-11-20aarch64: Add vector implementations of expm1 routinesJoe Ramsay13-0/+462
2023-11-20linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)Adhemerval Zanella2-53/+75
2023-11-15x86: Fix unchecked AVX512-VBMI2 usage in strrchr-evex-base.SNoah Goldstein1-24/+51
2023-11-15sparc: Fix broken memset for sparc32 [BZ #31068]Andreas Larsson1-2/+2
2023-11-14hurd: Fix spawni returning allocation errors.Samuel Thibault1-2/+8
2023-11-13AArch64: Remove Falkor memcpyWilco Dijkstra7-331/+0
2023-11-13AArch64: Add memset_zva64Wilco Dijkstra6-68/+38
2023-11-13AArch64: Cleanup emag memsetWilco Dijkstra4-197/+90
2023-11-10aarch64: Add vector implementations of log1p routinesJoe Ramsay13-0/+500
2023-11-10aarch64: Add vector implementations of atan2 routinesJoe Ramsay15-0/+535
2023-11-10aarch64: Add vector implementations of atan routinesJoe Ramsay13-0/+407
2023-11-10aarch64: Add vector implementations of acos routinesJoe Ramsay13-1/+440
2023-11-10aarch64: Add vector implementations of asin routinesJoe Ramsay13-1/+407
2023-11-07elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella1-5/+10
2023-11-07linux: Decorate __libc_fatal error bufferAdhemerval Zanella1-0/+3
2023-11-07linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella4-0/+108