aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_linux_riscv64.go
AgeCommit message (Expand)Author
2024-08-30syscall: always use prlimit for getrlimit/setrlimit on LinuxIan Lance Taylor
2023-11-08syscall: use fchmodat2 in FchmodatTobias Klauser
2023-09-20syscall: remove unused writelenTobias Klauser
2023-03-15syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2023-02-23syscall: add ptracePtr that accepts pointer arg as unsafe.PointerDmitri Goutnik
2022-09-01syscall: Faccessat: use faccessat2 on linuxKir Kolyshkin
2022-08-09syscall: wrap fstatat only once on linux/{arm64,riscv64}Tobias Klauser
2022-03-12syscall: add race annotations to Pread and PwriteIan Lance Taylor
2022-03-02syscall: remove accept on LinuxTobias Klauser
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-09-17syscall: implement Pipe using pipe2 syscall on all linux platformsTobias Klauser
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-23syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan
2020-01-06syscall: provide Renameat as a wrapper around renameat2 on riscv64Joel Sing
2019-11-01syscall: add support for linux/riscv64Tobias Klauser