aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-12intl: Treat C.UTF-8 locale like C locale, part 2 (BZ# 16621)Bruno Haible1-3/+4
2023-12-12resolv: Fix a few unaligned accesses to fields in HEADERLudwig Rydberg2-6/+6
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-08elf: Initialize GLRO(dl_lazy) before relocating libc in dynamic startupFlorian Weimer1-3/+3
2023-12-07Move CVE information into advisories directorySiddhesh Poyarekar7-19/+126
2023-12-07powerpc: Optimized strcmp for power10Amrita H S5-1/+240
2023-12-07elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella1-0/+1
2023-12-07localedata: Convert day names in nn_NO locale to UTF-8Mike FABIAN1-2/+2
2023-12-07localedata: Remove trailing whitespace in weekday names in nn_NO localeMike FABIAN1-7/+7
2023-12-05elf: Refactor process_envvarsAdhemerval Zanella1-48/+84
2023-12-05elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binariesAdhemerval Zanella3-4/+10
2023-12-05elf: Ignore loader debug env vars for setuidAdhemerval Zanella3-8/+20
2023-12-05Adapt the security policy for the security pageSiddhesh Poyarekar1-47/+14
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-04stdlib: Fix array bounds protection in insertion sort phase of qsortFlorian Weimer3-1/+62
2023-12-03Revert "Update code to handle the new ABI for sending inlined port rights."Samuel Thibault2-33/+5
2023-12-03Revert "hurd: Fix build"Samuel Thibault1-1/+1
2023-12-03hurd: Fix buildSamuel Thibault1-1/+1
2023-12-03Update code to handle the new ABI for sending inlined port rights.Flavio Cruz2-5/+33
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-29malloc: Improve MAP_HUGETLB with glibc.malloc.hugetlb=2Adhemerval Zanella1-3/+10
2023-11-29elf: Add a way to check if tunable is set (BZ 27069)Adhemerval Zanella6-2/+73
2023-11-28x86: Only align destination to 1x VEC_SIZE in memset 4x loopNoah Goldstein1-1/+1
2023-11-28elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin1-0/+1
2023-11-28Add TCP_MD5SIG_FLAG_IFINDEX from Linux 5.6 to netinet/tcp.h.Tobias Klauser1-1/+2
2023-11-27elf: Relocate libc.so early during startup and dlmopen (bug 31083)Florian Weimer7-2/+118
2023-11-27elf: Introduce the _dl_open_relocate_one_object functionFlorian Weimer1-39/+47
2023-11-27elf: In _dl_relocate_object, skip processing if object is relocatedFlorian Weimer1-3/+3
2023-11-23Remove __access_noerrnoJoseph Myers9-71/+5
2023-11-22malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella5-18/+2
2023-11-22aarch64: Fix libmvec benchmarksJoe Ramsay2-49/+81
2023-11-22posix: Revert the removal of the crypt prototype from <unistd.h>Florian Weimer2-1/+17
2023-11-21elf: Add comments on how LD_AUDIT and LD_PRELOAD handle __libc_enable_secureAdhemerval Zanella1-1/+8
2023-11-21elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for staticAdhemerval Zanella1-16/+16
2023-11-21elf: Remove any_debug from dl_main_stateAdhemerval Zanella2-6/+1
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella39-109/+165
2023-11-21elf: Ignore LD_PROFILE for setuid binariesAdhemerval Zanella3-6/+17
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: Emit warning if tunable is ill-formattedAdhemerval Zanella1-0/+6
2023-11-21elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella4-2/+48
2023-11-21elf: Do not parse ill-formatted stringsAdhemerval Zanella2-16/+45
2023-11-21elf: Do not process invalid tunable formatAdhemerval Zanella2-7/+21
2023-11-21elf: Add all malloc tunable to unsecvarsAdhemerval Zanella4-58/+86