4928 Commits (0dfa1d8caadb7b308740d7695b592c207bfad543)
 

Author SHA1 Message Date
Rich Felker 0dfa1d8caa unify bits/stat.h for all archs sharing a common definition 2 years ago
Rich Felker ef600888d2 align aarch64, riscv64, loongarch64 stat structure padding type 2 years ago
Rich Felker 6f666231bf ldso: fix non-functional fix to early dynamic PAGE_SIZE access 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
Michael Forney a23cf8f9c5 riscv mcontext_t/sigcontext: use __aligned__ instead of aligned 2 years ago
Rich Felker cbf1c7b605 add missing STATX_ATTR_* macros omitted when statx was added 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 bdc9a9ff6f uio.h: add RWF_NOAPPEND flag for pwritev2 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 0784374d56 release 1.2.5 2 years ago
Rich Felker f5dba42f36 iconv: add cp932 as an alias for shift_jis 2 years ago
Rich Felker e5aa498451 update INSTALL file archs list with riscv32, loongarch64 additions 2 years ago
wanghongliang 8d9d266573 loongarch64: add new syscall numbers 2 years ago
Rich Felker 8d852cdacd loongarch64: remove getrlimit/setrlimit syscall numbers 2 years ago
wanghongliang 13cd64af31 loongarch64: remove ptrace.h macros 2 years ago
Stefan O'Rear 377c363fb5 configure: enable riscv32 port 6 years ago
Khem Raj d25f0cccb9 riscv: define REG_S1 and REG_S2 4 years ago
Khem Raj 8432d16a46 riscv32: add new syscall numbers 5 years ago
Rich Felker 3ea3fcf78a riscv32: add sysvipc msg/sem/shm bits 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
Stefan O'Rear 01d9fe4d9f riscv32: add arch headers 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
Hongliang Wang ec325b3828 add loongarch64 user.h structs; adjust elf_fpreg_t and ELF_NFPREG 2 years ago
wanghongliang f2c9350543 add loongarch64 signal.h register index macros 2 years ago
Rich Felker a7239cbc1b switch __STDC_UTF_{16,32}__ macro definitions from #undef to #ifndef 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 3d5c9fe39f bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2 years ago
Gaël PORTAY fb9d976cc2 remove flag argument from fchmodat syscall 2 years ago
Gaël PORTAY dd690c4909 bits/syscall.h: add cachestat from linux v6.4 2 years ago
Gaël PORTAY 33e8c469a9 bits/syscall.h: add set_mempolicy_home_node from linux v5.17 2 years ago
Gaël PORTAY b2c4c3d590 bits/syscall.h: add futex_waitv from linux v5.16 2 years ago
Rich Felker e975127947 bits/syscall.h: add process_mrelease from linux v5.15 2 years ago
Gaël PORTAY a526314c80 bits/syscall.h: add memfd_secret from linux v5.14 2 years ago
Rich Felker 19563e1850 add framework to support archs without a native wait4 syscall 2 years ago