about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* s390: Set psw addr field in getcontext and friends.Stefan Liebler2023-12-196-0/+34
* x86: Unifies 'strlen-evex' and 'strlen-evex512' implementations.Matthew Sterrett2023-12-185-472/+439
* x86/cet: Don't assume that SHSTK implies IBTH.J. Lu2023-12-183-11/+11
* x86/cet: Check user_shstk in /proc/cpuinfoH.J. Lu2023-12-171-1/+1
* powerpc: Add space for HWCAP3/HWCAP4 in the TCB for future Power.Manjunath Matti2023-12-157-1/+26
* powerpc: Fix performance issues of strcmp power10Amrita H S2023-12-151-66/+95
* powerpc : Add optimized memchr for POWER10MAHESH BODAPATI2023-12-145-10/+367
* x86: Check PT_GNU_PROPERTY earlyH.J. Lu2023-12-111-40/+80
* sysdeps/x86/Makefile: Split and sort testsH.J. Lu2023-12-111-32/+78
* powerpc: Optimized strcmp for power10Amrita H S2023-12-075-1/+240
* elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binariesAdhemerval Zanella2023-12-051-0/+2
* elf: Ignore loader debug env vars for setuidAdhemerval Zanella2023-12-051-0/+2
* aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab2023-12-051-1/+1
* math: Add new exp10 implementationJoe Ramsay2023-12-043-24/+135
* aarch64: fix tested ifunc variantsSzabolcs Nagy2023-12-041-3/+3
* hurd: [!__USE_MISC] Do not #undef BSD macros in ioctlsSamuel Thibault2023-12-021-0/+2
* linux: Make fdopendir fail with O_PATH (BZ 30373)Adhemerval Zanella2023-11-303-1/+56
* Avoid padding in _init and _fini. [BZ #31042]Stefan Liebler2023-11-302-3/+1
* aarch64: Improve special-case handling in AdvSIMD double-precision libmvec ro...Joe Ramsay2023-11-291-1/+7
* x86: Only align destination to 1x VEC_SIZE in memset 4x loopNoah Goldstein2023-11-281-1/+1
* Add TCP_MD5SIG_FLAG_IFINDEX from Linux 5.6 to netinet/tcp.h.Tobias Klauser2023-11-281-1/+2
* Remove __access_noerrnoJoseph Myers2023-11-238-64/+5
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2023-11-222-7/+1
* aarch64: Fix libmvec benchmarksJoe Ramsay2023-11-222-49/+81
* elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2023-11-2133-84/+144
* s390: Use dl-symbol-redir-ifunc.h on cpu-tunablesAdhemerval Zanella2023-11-212-15/+17
* x86: Use dl-symbol-redir-ifunc.h on cpu-tunablesAdhemerval Zanella2023-11-214-55/+32
* elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella2023-11-211-0/+24
* elf: Add all malloc tunable to unsecvarsAdhemerval Zanella2023-11-211-0/+7
* elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella2023-11-211-1/+0
* elf: Add GLIBC_TUNABLES to unsecvarsAdhemerval Zanella2023-11-211-0/+1
* hurd: Prevent the final file_exec_paths call from signalsSamuel Thibault2023-11-201-1/+15
* aarch64: Add vector implementations of expm1 routinesJoe Ramsay2023-11-2013-0/+462
* linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)Adhemerval Zanella2023-11-202-53/+75
* x86: Fix unchecked AVX512-VBMI2 usage in strrchr-evex-base.SNoah Goldstein2023-11-151-24/+51
* sparc: Fix broken memset for sparc32 [BZ #31068]Andreas Larsson2023-11-151-2/+2
* hurd: Fix spawni returning allocation errors.Samuel Thibault2023-11-141-2/+8
* AArch64: Remove Falkor memcpyWilco Dijkstra2023-11-137-331/+0
* AArch64: Add memset_zva64Wilco Dijkstra2023-11-136-68/+38
* AArch64: Cleanup emag memsetWilco Dijkstra2023-11-134-197/+90
* aarch64: Add vector implementations of log1p routinesJoe Ramsay2023-11-1013-0/+500
* aarch64: Add vector implementations of atan2 routinesJoe Ramsay2023-11-1015-0/+535
* aarch64: Add vector implementations of atan routinesJoe Ramsay2023-11-1013-0/+407
* aarch64: Add vector implementations of acos routinesJoe Ramsay2023-11-1013-1/+440
* aarch64: Add vector implementations of asin routinesJoe Ramsay2023-11-1013-1/+407
* elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella2023-11-071-5/+10
* linux: Decorate __libc_fatal error bufferAdhemerval Zanella2023-11-071-0/+3
* linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella2023-11-074-0/+108
* hurd: statfsconv: Add missing f_ffree conversionSamuel Thibault2023-11-071-0/+1
* Update BAD_TYPECHECK to work on x86_64Flavio Cruz2023-11-061-6/+3