index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syscall
/
zsyscall_linux_riscv64.go
Age
Commit message (
Expand
)
Author
2024-08-30
syscall: always use prlimit for getrlimit/setrlimit on Linux
Ian Lance Taylor
2023-11-08
syscall: use fchmodat2 in Fchmodat
Tobias Klauser
2023-09-20
syscall: remove unused writelen
Tobias Klauser
2023-03-15
syscall: restore original NOFILE rlimit in child process
Ian Lance Taylor
2023-02-23
syscall: add ptracePtr that accepts pointer arg as unsafe.Pointer
Dmitri Goutnik
2022-09-01
syscall: Faccessat: use faccessat2 on linux
Kir Kolyshkin
2022-08-09
syscall: wrap fstatat only once on linux/{arm64,riscv64}
Tobias Klauser
2022-03-12
syscall: add race annotations to Pread and Pwrite
Ian Lance Taylor
2022-03-02
syscall: remove accept on Linux
Tobias Klauser
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-09-17
syscall: implement Pipe using pipe2 syscall on all linux platforms
Tobias Klauser
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-23
syscall: support POSIX semantics for Linux syscalls
Andrew G. Morgan
2020-01-06
syscall: provide Renameat as a wrapper around renameat2 on riscv64
Joel Sing
2019-11-01
syscall: add support for linux/riscv64
Tobias Klauser