3257 Commits (84015cee177e835db5e65bd34b60635f2a5a5056)

Author SHA1 Message Date
Rich Felker 1b0d48517f implement posix_getdents adopted for next issue of POSIX 2 years ago
Rich Felker fced99e93d strptime: implement conversion specifiers adopted for next POSIX issue 2 years ago
Rich Felker 3f9d4224d8 printf decimal integer formatting: shave off one division 2 years ago
Rich Felker 3f49203c55 initgroups: do not artificially limit number of supplementary groups 2 years ago
Rich Felker 24ebbbdedc printf: fix edge case where hex float precision was not honored 2 years ago
Szabolcs Nagy e3b0ace505 complex: fix comment in cacosh 2 years ago
Szabolcs Nagy 9683bd6241 math: fix fma(x,y,0) when x*y rounds to -0 2 years ago
Rich Felker 5370070fde fix pwrite/pwritev handling of O_APPEND files 2 years ago
Rich Felker 7ada6dde6f iconv: fix missing bounds checking for shift_jis decoding 2 years ago
Rich Felker fd7d018521 add missing inline keyword on default a_barrier definition 2 years ago
Rich Felker b5121e2ed8 iconv: add aliases for GBK 2 years ago
Rich Felker ca6f46aff1 iconv: add euro symbol to GBK as single byte 0x80 2 years ago
Rich Felker f5dba42f36 iconv: add cp932 as an alias for shift_jis 2 years ago
Stefan O'Rear b28c44de8c riscv32: add thread support 6 years ago
Stefan O'Rear c34a8eedff riscv32: add setjmp/longjmp and sigreturn 6 years ago
Stefan O'Rear 11eee89e14 riscv32: add dlsym 6 years ago
Stefan O'Rear b4f7b2ca35 riscv32: add fenv and math 6 years ago
Alexey Izbyshev 5c653ccaa1 getnameinfo: fix calling __dns_parse with potentially too large rlen 3 years ago
Alexey Izbyshev d3a61059c0 posix_spawn: fix child spinning on write to a broken pipe 2 years ago
wanghongliang 80e3b09823 loongarch64 __clone: align stack pointer mod 16 2 years ago
Stefan O'Rear 2c887f24da riscv: fall back to syscall __riscv_flush_icache 6 years ago
Rich Felker 69670e3bb3 sh dlsym: fix passing of return address for RTLD_NEXT use 2 years ago
Duncan Bellamy b817541f1c add statx interface using syscall, fallback to fstatat 4 years ago
Gaël PORTAY d0ed307e6f use new SYS_fchmodat2 syscall to implement fchmodat with flags 2 years ago
Gaël PORTAY fb9d976cc2 remove flag argument from fchmodat syscall 2 years ago
Rich Felker 19563e1850 add framework to support archs without a native wait4 syscall 2 years ago
Rich Felker 7020e85fd7 sh: fix sigsetjmp corrupting call-saved register r8 2 years ago
Hongliang Wang 522bd54eda add loongarch64 port 3 years ago
Rich Felker 4a16ddf53e strftime: fix breakage in last change (uninitialized pointer access) 2 years ago
Rich Felker 39838619bb syslog: use C locale for timestamp generation 2 years ago
Rich Felker 407aea628a riscv: add TLSDESC support 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
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 3 years ago
Rich Felker f314e13392 mntent: fields are delimited only by tabs or spaces, not general whitespace 3 years ago
q66 ee1d39bc15 mntent: unescape octal sequences 3 years ago
Rich Felker 039d3c34f2 ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic 3 years ago
Rich Felker 7b6a6516e1 byte-based printf family: emit a nul byte for %lc with argument zero 3 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 3 years ago
Alex Xu (Hello71) c5459df188 timer_create: volatile static -> static volatile 3 years ago
Markus Wichmann 7bb11f75c5 ensure valid setxid return value in an unexpected error case 3 years ago
Markus Wichmann 7f3a292536 synccall: add separate exit_sem to fix thread release logic bug 3 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