4871 Commits (2e1bb87af24e3cb053bb3d5f4bb6e2e72f79c44a)
 

Author SHA1 Message Date
Tim Cuthbertson 2e1bb87af2 install.sh: avoid creating symlinks with restricted permissions 2 years ago
Rich Felker 0e330722c3 sqrtl: fix invalid use of a non-constant-expression as static initializer 2 years ago
gns bd3138b74a riscv: correct symbol version of __vdso_flush_icache 2 years ago
Elliott Hughes 15aa7abd34 elf.h: add NT_RISCV_CSR and NT_RISCV_VECTOR constants 2 years ago
Fangrui Song 25c4123629 elf.h: update RISC-V relocation types 2 years ago
Rich Felker 81cced6ebe add preadv2 and pwritev2 syscall wrappers, flag value macros 2 years ago
Rich Felker f247462b08 expose ppoll in default feature profile 2 years ago
Rich Felker 07af01816d move ppoll from src/linux to src/select reflecting future standardization 2 years ago
Rich Felker 11fb383275 remove INT_MAX limit on the n argument to snprintf/swprintf 2 years ago
Rich Felker f47a5d400b strftime: don't attempt to parse field width without seeing a digit 2 years ago
Rich Felker f314e13392 mntent: fields are delimited only by tabs or spaces, not general whitespace 2 years ago
q66 ee1d39bc15 mntent: unescape octal sequences 2 years ago
Rich Felker e17b9d7474 ldso: fix TLSDESC addend processing on archs with backwards descriptors 2 years ago
Rich Felker 039d3c34f2 ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic 2 years ago
Rich Felker 7b6a6516e1 byte-based printf family: emit a nul byte for %lc with argument zero 2 years ago
Quentin Rameau 8c086e7674 remove arbitrary limit from dns result parsing 3 years ago
Alexey Izbyshev 2265a4c9b0 pass AT_NO_AUTOMOUNT when emulating fstatat via statx 3 years ago
Alex Xu (Hello71) 2d84486a08 __year_to_secs: fix dangling pointer 2 years ago
Alex Xu (Hello71) c5459df188 timer_create: volatile static -> static volatile 2 years ago
Markus Wichmann 7bb11f75c5 ensure valid setxid return value in an unexpected error case 2 years ago
Markus Wichmann 7f3a292536 synccall: add separate exit_sem to fix thread release logic bug 2 years ago
Rich Felker 5baf2d92d3 ldso: use __ehdr_start if available to locate its own ELF headers 2 years ago
Rich Felker 725e17ed6d remove non-prototype declaration of basename from string.h 2 years ago
Violet Purcell 6be76895f6 elf.h: add typedefs for Elf64_Relr and Elf32_Relr 2 years ago
Rich Felker 79bdacff83 glob: fix wrong return code when aborting before any matches 3 years ago
наб 7291c6c66a statvfs: allocate spare for f_type 3 years ago
Szabolcs Nagy 39e43f0881 math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small) 3 years ago
Szabolcs Nagy 6d10102709 math: fix ld80 acoshl(x) for x < 0 3 years ago
Rich Felker 83b858f83b fix rejection of dns responses with pointers past 512 byte offset 3 years ago
Rich Felker a4ecaf89a9 dns stub resolver: increase buffer size to handle chained CNAMEs 3 years ago
Rich Felker 40834f6c1e printf core: fix gratuitous integer formatting buffer size 3 years ago
Rich Felker 3a23cd06b0 all printf variants: fix argument type handling for %c and %lc 3 years ago
Rich Felker fa4a8abd06 fix public clone function to be safe and usable by applications 3 years ago
Rich Felker 0c277ff156 fix broken thread list unlocking after fork 3 years ago
Alexey Izbyshev 4653b98711 mbrtowc: Fix wrong return value when n > UINT_MAX 3 years ago
Rich Felker b90841e258 configure: replace -Os with equivalent based on -O2 3 years ago
Rich Felker 718f363bc2 move fallocate64 declaration under _LARGEFILE64_SOURCE feature test 3 years ago
Rich Felker f5f55d6589 release 1.2.4 3 years ago
Rich Felker b928c7234f fix return value of wmemcmp for extreme wchar_t values 3 years ago
Gabriel Ravier 4724793f96 fix wide printf numbered argument buffer overflow 3 years ago
Alexey Izbyshev c1b42c4a3a wait4: fix missing rusage on x32 due to wrong success condition 3 years ago
Alexey Izbyshev 9b12982d52 semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32 3 years ago
Alexey Izbyshev 6d322159c6 getopt: fix null pointer arithmetic ub 3 years ago
Alexey Izbyshev 35e9831156 nftw: fix use of uninitialized struct stat 3 years ago
Rich Felker 7c41047285 fix inadvertently static local var in dynlink get_lfs64 3 years ago
Alexey Kodanev 77327ed064 dns: check length field in tcp response message 3 years ago
Rich Felker 1d5750b95c fix swprintf handling of nul character in output 3 years ago
Rich Felker 0e5234807d in printf, use ferror macro rather than directly inspecting flags bit 3 years ago
Rich Felker 868c964300 remove wide printf dependency on ugly hack in vfprintf 3 years ago
Rich Felker 3a051769c4 fix (normal, narrow) printf erroneously processing %n after output errors 3 years ago