summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
18 hoursfix pathological slowness & incorrect mappings in iconv gb18030 decoderHEADmasterRich Felker-9/+230
4 daysregex: reject invalid \digit back reference in BRESzabolcs Nagy-0/+6
4 daysfix incorrect access to tzname[] by strptime %Z conversion specifierRich Felker-10/+23
13 daysfix condition for riscv{32,64} non-stup fenvRich Felker-4/+4
2026-03-20riscv: don't define fenv macros for soft floatAlex Rønne Petersen-0/+10
2026-03-20remove non-generic __WORDSIZE definitionSertonix-6/+0
2026-03-20dns: fix nameserver OOB read in IPv6-disabled fallbackLiam Wachter-1/+1
2026-03-20release 1.2.6v1.2.6Rich Felker-1/+54
2026-03-19vdso: add support for GNU hash tablesTomáš Hulata-2/+26
2026-03-19getgr*: validate group member lists from nscd backendRich Felker-1/+11
2026-03-19sys/mman.h: add MADV_COLLAPSE from linux v6.1Michal Biesek-0/+1
2026-03-19sys/mman.h: add MADV_DONTNEED_LOCKED from linux v6.0Rich Felker-0/+1
2026-03-15sys/mman.h: add MADV_POPULATE_(READ|WRITE) from linux v5.14Michal Biesek-0/+2
2026-03-12loongarch64: add lsx and lasx regset definitionXing Li-0/+14
2026-03-12loongarch64: add fpu and simd context to signal.hJianTao Shan-0/+43
2026-03-10loongarch64: add new reloc types and NT_LOONGARCH_HW_* into elf.hJingyun Hua-0/+28
2026-03-10fenv: add missing C dummy functions for loongarch64 soft floatAlex Rønne Petersen-0/+3
2026-03-10update syscalls up to linux 6.19Szabolcs Nagy-0/+346
2026-03-10getifaddr: fix typo ssl to sllRocketDev-2/+2
2026-03-10mallocng: prevent stray ';' at top-levelMichael Forney-2/+2
2025-10-12s390x: shuffle register usage in __tls_get_offset to avoid r0 as addressAlex Rønne Petersen-7/+7
2025-09-19printf: fix buffer overflow in floating point decimal formattingRich Felker-1/+3
2025-08-16riscv: fix setjmp assembly when compiling for ilp32f/lp64f.Alex Rønne Petersen-48/+72
2025-08-07powerpc[64]: fix missing ctr and xer regs in syscall asm clobberlistsRich Felker-14/+14
2025-07-30fix erroneous definition of IN6_IS_ADDR_V4COMPATRich Felker-1/+2
2025-07-16aarch64: mask off SME and unknown/future hwcap bitsRich Felker-0/+22
2025-07-12aarch64: replace asm source file for __set_thread_area with inline asmRich Felker-7/+5
2025-07-12elf.h: add AT_HWCAP3 and AT_HWCAP4Rich Felker-0/+2
2025-07-01printf: fix regression in large double formatting on ld128 archsRich Felker-6/+6
2025-07-01fix register name usage in aarch64 clone.sRich Felker-1/+1
2025-06-13make __getauxval a public ABI symbolSzabolcs Nagy-1/+1
2025-06-13statx: add Linux 6.11 fields/constantsJ. Neuschäfer-1/+9
2025-06-13ldso: fix typo in commentJ. Neuschäfer-1/+1
2025-05-27powerpc: update HWCAP bits for Power10A. Wilcox-0/+4
2025-05-27stdio: skip empty iovec when buffering is disabledCasey Connolly-0/+5
2025-05-16fix strcasestr failing to find zero-length needleRich Felker-0/+1
2025-05-05align mbsnrtowcs behavior on partial character with new requirementsRich Felker-2/+4
2025-05-05dns resolver: reorder sockaddr union to make initialization safeRich Felker-1/+1
2025-02-22termios: fix input speed handlingRich Felker-4/+19
2025-02-21clone: clear the frame pointer in the child process on relevant portsAlex Rønne Petersen-8/+17
2025-02-21clone: align the given stack pointer on or1k and riscvAlex Rønne Petersen-0/+4
2025-02-21signal: check sigpause() input parameterLihua Zhao-1/+1
2025-02-21loongarch64: add bits/hwcap.h for cpu feature bits in AT_HWCAP auxv entryXing Li-0/+14
2025-02-21bind_textdomain_codeset: fix return valueRich Felker-2/+4
2025-02-21shadow.h: remove declaration of function not implementedRich Felker-1/+0
2025-02-21riscv: mark __restore and __restore_rt hiddenAlex Rønne Petersen-0/+4
2025-02-21i386, x86_64, x32: set the symbol type for the crt1 START functionAlex Rønne Petersen-0/+3
2025-02-12iconv: harden UTF-8 output code path against input decoder bugsRich Felker-0/+4
2025-02-09hasmntopt: match only whole options not arbitrary substringsRich Felker-1/+9
2025-02-09iconv: fix erroneous input validation in EUC-KR decoderRich Felker-1/+1