about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* elf: Ignore loader debug env vars for setuidAdhemerval Zanella2023-12-053-8/+20
* Adapt the security policy for the security pageSiddhesh Poyarekar2023-12-051-47/+14
* 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
* stdlib: Fix array bounds protection in insertion sort phase of qsortFlorian Weimer2023-12-043-1/+62
* Revert "Update code to handle the new ABI for sending inlined port rights."Samuel Thibault2023-12-032-33/+5
* Revert "hurd: Fix build"Samuel Thibault2023-12-031-1/+1
* hurd: Fix buildSamuel Thibault2023-12-031-1/+1
* Update code to handle the new ABI for sending inlined port rights.Flavio Cruz2023-12-032-5/+33
* 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
* malloc: Improve MAP_HUGETLB with glibc.malloc.hugetlb=2Adhemerval Zanella2023-11-291-3/+10
* elf: Add a way to check if tunable is set (BZ 27069)Adhemerval Zanella2023-11-296-2/+73
* x86: Only align destination to 1x VEC_SIZE in memset 4x loopNoah Goldstein2023-11-281-1/+1
* elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin2023-11-281-0/+1
* Add TCP_MD5SIG_FLAG_IFINDEX from Linux 5.6 to netinet/tcp.h.Tobias Klauser2023-11-281-1/+2
* elf: Relocate libc.so early during startup and dlmopen (bug 31083)Florian Weimer2023-11-277-2/+118
* elf: Introduce the _dl_open_relocate_one_object functionFlorian Weimer2023-11-271-39/+47
* elf: In _dl_relocate_object, skip processing if object is relocatedFlorian Weimer2023-11-271-3/+3
* Remove __access_noerrnoJoseph Myers2023-11-239-71/+5
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2023-11-225-18/+2
* aarch64: Fix libmvec benchmarksJoe Ramsay2023-11-222-49/+81
* posix: Revert the removal of the crypt prototype from <unistd.h>Florian Weimer2023-11-222-1/+17
* elf: Add comments on how LD_AUDIT and LD_PRELOAD handle __libc_enable_secureAdhemerval Zanella2023-11-211-1/+8
* elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for staticAdhemerval Zanella2023-11-211-16/+16
* elf: Remove any_debug from dl_main_stateAdhemerval Zanella2023-11-212-6/+1
* elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2023-11-2139-109/+165
* elf: Ignore LD_PROFILE for setuid binariesAdhemerval Zanella2023-11-213-6/+17
* 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: Emit warning if tunable is ill-formattedAdhemerval Zanella2023-11-211-0/+6
* elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella2023-11-214-2/+48
* elf: Do not parse ill-formatted stringsAdhemerval Zanella2023-11-212-16/+45
* elf: Do not process invalid tunable formatAdhemerval Zanella2023-11-212-7/+21
* elf: Add all malloc tunable to unsecvarsAdhemerval Zanella2023-11-214-58/+86
* elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella2023-11-219-161/+299
* elf: Add GLIBC_TUNABLES to unsecvarsAdhemerval Zanella2023-11-212-28/+5
* elf: Remove /etc/suid-debug supportAdhemerval Zanella2023-11-214-24/+3
* stdlib: The qsort implementation needs to use heapsort in more casesFlorian Weimer2023-11-213-4/+187
* stdlib: Handle various corner cases in the fallback heapsort for qsortFlorian Weimer2023-11-213-17/+173
* stdlib: Avoid another self-comparison in qsortFlorian Weimer2023-11-211-1/+1
* hurd: fix restarting reauth_dtable on signalSamuel Thibault2023-11-211-12/+23
* hurd: Prevent the final file_exec_paths call from signalsSamuel Thibault2023-11-202-1/+27
* manual: Fix termios.c example. (Bug 31078)Carlos O'Donell2023-11-201-2/+1
* aarch64: Add vector implementations of expm1 routinesJoe Ramsay2023-11-2015-108/+570
* linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)Adhemerval Zanella2023-11-203-55/+77
* intl: Add test case for bug 16621Florian Weimer2023-11-202-1/+42