aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-16Add SCM_SECURITY, SCM_PIDFD to bits/socket.hJoseph Myers1-0/+4
2023-10-16Add AT_HANDLE_FID from Linux 6.5 to bits/fcntl-linux.hJoseph Myers1-0/+11
2023-10-16Avoid maybe-uninitialized warning in __kernel_rem_pio2Andreas Schwab1-9/+5
2023-10-16Fix WAIT_FOR_DEBUGGER for container tests.Stefan Liebler1-8/+6
2023-10-12stdlib: fix grouping verification with multi-byte thousands separator (bug 30...Andreas Schwab2-24/+13
2023-10-09build-many-glibcs: Check for required system toolsDJ Delorie1-0/+96
2023-10-06x86: Prepare `strrchr-evex` and `strrchr-evex512` for AVX10Noah Goldstein3-569/+293
2023-10-05aarch64: Optimise vecmath logsJoe Ramsay7-215/+226
2023-10-05aarch64: Cosmetic change in SVE exp routinesJoe Ramsay2-47/+44
2023-10-05aarch64: Optimize SVE cos & cosfJoe Ramsay2-53/+47
2023-10-05aarch64: Improve vecmath sin routinesJoe Ramsay3-73/+87
2023-10-04nss: Get rid of alloca usage in makedb's write_output.Joe Simmons-Talbott1-1/+12
2023-10-04debug: Add regression tests for BZ 30932Adhemerval Zanella2-0/+84
2023-10-04Fix FORTIFY_SOURCE false positiveVolker Weißmann1-1/+3
2023-10-04nss: Rearrange and sort Makefile variablesArjun Shankar1-14/+41
2023-10-04inet: Rearrange and sort Makefile variablesArjun Shankar1-30/+112
2023-10-04Fix off-by-one OOB write in iconv/tst-iconv-mtSzabolcs Nagy1-10/+5
2023-10-02tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar3-15/+44
2023-10-02Propagate GLIBC_TUNABLES in setxid binariesSiddhesh Poyarekar1-1/+0
2023-10-02Linux: add ST_NOSYMFOLLOWKir Kolyshkin1-1/+3
2023-10-02resolve: Remove __res_context_query alloca usageAdhemerval Zanella1-31/+23
2023-10-02mips: dl-machine-reject-phdr: Get rid of alloca.Joe Simmons-Talbott1-16/+10
2023-09-29x86: Add support for AVX10 preset and vec size in cpu-featuresNoah Goldstein5-3/+83
2023-09-29resolv: Fix a comment typo in __resolv_conf_loadArjun Shankar1-1/+1
2023-09-29Remove unused -DRESOLVER getaddrinfo build flagArjun Shankar1-1/+1
2023-09-28C2x scanf %wN, %wfN supportJoseph Myers8-0/+598
2023-09-28test-container: Use nftw instead of rm -rfAdhemerval Zanella1-23/+11
2023-09-28hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontextSamuel Thibault4-16/+8
2023-09-27elf: Fix compile error with -DNDEBUG [BZ #18755]Qingqing Li1-1/+1
2023-09-27MIPS: Add relocation typesYing Huang1-1/+59
2023-09-27MIPS: Add new section type SHT_MIPS_ABIFLAGSYing Huang1-0/+1
2023-09-27MIPS: Add ELF file header flagsYing Huang1-1/+47
2023-09-27fegetenv_and_set_rn now uses the builtins provided by GCC.Manjunath Matti1-0/+9
2023-09-27io: Do not implement fstat with fstatatAdhemerval Zanella3-12/+68
2023-09-26libio: Add nonnull attribute for most FILE * arguments in stdio.hXi Ruoyao3-78/+99
2023-09-26AArch64: Remove -0.0 check from vector sinWilco Dijkstra2-12/+2
2023-09-26Document CVE-2023-4806 and CVE-2023-5156 in NEWSSiddhesh Poyarekar1-0/+9
2023-09-26elf: Add dummy declaration of _dl_audit_objclose for !SHAREDFlorian Weimer1-1/+8
2023-09-25Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler3-3/+24
2023-09-21elf: dl-lookup: Remove unused alloca.h includeJoe Simmons-Talbott1-1/+0
2023-09-21Remove unused localedata/th_TH.inMike FABIAN1-178/+0
2023-09-21Adapt collation in th_TH locale to use the iso14651_t1_common file and sync t...Mike FABIAN3-741/+252
2023-09-21Revert "LoongArch: Add glibc.cpu.hwcap support."caiyinyu11-329/+8
2023-09-20Update kernel version to 6.5 in header constant testsJoseph Myers2-2/+2
2023-09-19LoongArch: Add glibc.cpu.hwcap support.caiyinyu11-8/+329
2023-09-18math: Add a no-mathvec flag for sin (-0.0)Wilco Dijkstra4-28/+33
2023-09-16Update to Unicode 15.1.0 [BZ #30854]Mike FABIAN14-2814/+3155
2023-09-16localedata/unicode-gen/utf8_gen.py: adapt regexp to get relevant lines from E...Mike FABIAN1-1/+1
2023-09-16Fix regexp syntax warnings in localedata/unicode-gen/ctype_compatibility.pyMike FABIAN1-13/+13
2023-09-15getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar7-10/+152