5046 Commits (master)
 

Author SHA1 Message Date
Rich Felker f21a96538f fix toctou race in popen children's closing of other popen pipes 1 week ago
Rich Felker b306b16af1 riscv32: fix missing and extraneous items in syscall table 2 months ago
Rich Felker 3cc477a2ce fix linkage namespace violations in mallocng 2 months ago
Szabolcs Nagy af839d4381 math: include missing float.h in logbl 2 months ago
Rich Felker 50979c5bc8 fix rounding of hex floats in strtod/scanf on ld64 and ld128 archs 3 months ago
Rich Felker bf96b52a44 mallocng: fix handling of allocations with extreme alignment 3 months ago
Rich Felker 64f05291ff ldso: fix missing errno code when reporting relro mprotect failure 3 months ago
Rich Felker bb4b410246 fix fmemopen write-mode streams clobbering final byte with null 3 months ago
Rich Felker 9086784bf2 fix failure to report write error (ENOSPC) on fmemopen streams 3 months ago
Luca Kellermann 5122f9f3c9 qsort: fix shift UB in shl and shr 4 months ago
Rich Felker b3291b9a9f qsort: hard-preclude oob array writes independent of any invariants 4 months ago
Rich Felker 228da39e38 qsort: fix leonardo heap corruption from bug in doubleword ctz primitive 4 months ago
Rich Felker d2f20c49df adjust iswalnum to admit tail call to iswalpha 4 months ago
Rich Felker 67219f0130 fix pathological slowness & incorrect mappings in iconv gb18030 decoder 4 months ago
Szabolcs Nagy 40acb04b2c regex: reject invalid \digit back reference in BRE 5 months ago
Rich Felker 0572555dab fix incorrect access to tzname[] by strptime %Z conversion specifier 5 months ago
Rich Felker 3df932bc33 fix condition for riscv{32,64} non-stup fenv 5 months ago
Alex Rønne Petersen 1969500402 riscv: don't define fenv macros for soft float 7 months ago
Sertonix 31b3ce5309 remove non-generic __WORDSIZE definition 6 months ago
Liam Wachter 6f6bd4a189 dns: fix nameserver OOB read in IPv6-disabled fallback 5 months ago
Rich Felker 9fa28ece75 release 1.2.6 5 months ago
Tomáš Hulata 1347154cdc vdso: add support for GNU hash tables 12 months ago
Rich Felker 149d872970 getgr*: validate group member lists from nscd backend 5 months ago
Michal Biesek 19f9aeaaba sys/mman.h: add MADV_COLLAPSE from linux v6.1 3 years ago
Rich Felker 56df2e1fc1 sys/mman.h: add MADV_DONTNEED_LOCKED from linux v6.0 5 months ago
Michal Biesek bb5693fa5e sys/mman.h: add MADV_POPULATE_(READ|WRITE) from linux v5.14 3 years ago
Xing Li 9355c44311 loongarch64: add lsx and lasx regset definition 2 years ago
JianTao Shan b5146b83ab loongarch64: add fpu and simd context to signal.h 2 years ago
Jingyun Hua 38b00812ef loongarch64: add new reloc types and NT_LOONGARCH_HW_* into elf.h 2 years ago
Alex Rønne Petersen b37d241dfe fenv: add missing C dummy functions for loongarch64 soft float 10 months ago
Szabolcs Nagy 5c901bb360 update syscalls up to linux 6.19 5 months ago
RocketDev 4268281ab4 getifaddr: fix typo ssl to sll 5 months ago
Michael Forney 5c26c890ed mallocng: prevent stray ';' at top-level 2 years ago
Alex Rønne Petersen 1b76ff0767 s390x: shuffle register usage in __tls_get_offset to avoid r0 as address 10 months ago
Rich Felker 0ccaf0572e printf: fix buffer overflow in floating point decimal formatting 11 months ago
Alex Rønne Petersen 0b86d60bad riscv: fix setjmp assembly when compiling for ilp32f/lp64f. 2 years ago
Rich Felker f6944eb3c4 powerpc[64]: fix missing ctr and xer regs in syscall asm clobberlists 1 year ago
Rich Felker a6244de1c9 fix erroneous definition of IN6_IS_ADDR_V4COMPAT 1 year ago
Rich Felker 8fd5d03187 aarch64: mask off SME and unknown/future hwcap bits 1 year ago
Rich Felker 709fee55fd aarch64: replace asm source file for __set_thread_area with inline asm 1 year ago
Rich Felker bd981f3342 elf.h: add AT_HWCAP3 and AT_HWCAP4 1 year ago
Rich Felker f96e47a261 printf: fix regression in large double formatting on ld128 archs 1 year ago
Rich Felker caae5a8b27 fix register name usage in aarch64 clone.s 1 year ago
Szabolcs Nagy ab4635fba6 make __getauxval a public ABI symbol 3 years ago
J. Neuschäfer fcdff46a32 statx: add Linux 6.11 fields/constants 2 years ago
J. Neuschäfer 18289e5dea ldso: fix typo in comment 2 years ago
A. Wilcox 86373b4999 powerpc: update HWCAP bits for Power10 2 years ago
Casey Connolly fde29c04ad stdio: skip empty iovec when buffering is disabled 1 year ago
Rich Felker ae3a8c93a6 fix strcasestr failing to find zero-length needle 1 year ago
Rich Felker 23febbd3c5 align mbsnrtowcs behavior on partial character with new requirements 1 year ago