about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Update code to handle the new ABI for sending inlined port rights.Flavio Cruz2023-12-172-5/+33
* x86/cet: Check user_shstk in /proc/cpuinfoH.J. Lu2023-12-171-1/+1
* Add a test for setjmp/longjmp within user contextH.J. Lu2023-12-162-0/+179
* Add a test for longjmp from user contextH.J. Lu2023-12-162-0/+88
* 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
* localedata: Convert el_GR and el_CY locales to UTF-8Mike FABIAN2023-12-152-103/+103
* localedata: el_GR: Greece now uses the 24h format for timeMike FABIAN2023-12-151-4/+4
* powerpc : Add optimized memchr for POWER10MAHESH BODAPATI2023-12-145-10/+367
* intl: Treat C.UTF-8 locale like C locale, part 2 (BZ# 16621)Bruno Haible2023-12-121-3/+4
* resolv: Fix a few unaligned accesses to fields in HEADERLudwig Rydberg2023-12-122-6/+6
* 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
* elf: Initialize GLRO(dl_lazy) before relocating libc in dynamic startupFlorian Weimer2023-12-081-3/+3
* Move CVE information into advisories directorySiddhesh Poyarekar2023-12-077-19/+126
* powerpc: Optimized strcmp for power10Amrita H S2023-12-075-1/+240
* elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella2023-12-071-0/+1
* localedata: Convert day names in nn_NO locale to UTF-8Mike FABIAN2023-12-071-2/+2
* localedata: Remove trailing whitespace in weekday names in nn_NO localeMike FABIAN2023-12-071-7/+7
* elf: Refactor process_envvarsAdhemerval Zanella2023-12-051-48/+84
* elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binariesAdhemerval Zanella2023-12-053-4/+10
* 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