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
/
syscall_linux_riscv64.go
Age
Commit message (
Expand
)
Author
5 days
syscall: avoid nil pointer dereference in Utime
Tobias Klauser
2024-08-30
syscall: always use prlimit for getrlimit/setrlimit on Linux
Ian Lance Taylor
2023-11-21
internal/syscall/unix: add PidFDSendSignal for Linux
Kir Kolyshkin
2023-11-08
syscall: use fchmodat2 in Fchmodat
Tobias Klauser
2023-09-07
syscall: add support to get pidfd from ForkExec on Linux
Kir Kolyshkin
2023-03-15
syscall: restore original NOFILE rlimit in child process
Ian Lance Taylor
2022-09-09
syscall: add CgroupFD support for ForkExec on Linux
Kir Kolyshkin
2022-09-01
syscall: Faccessat: use faccessat2 on linux
Kir Kolyshkin
2022-08-18
syscall: implement EpollCreate using EpollCreate1 on all linux platforms
Tobias Klauser
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
2022-02-15
runtime, syscall: reimplement AllThreadsSyscall using only signals.
Michael Pratt
2021-09-17
syscall: implement Pipe using pipe2 syscall on all linux platforms
Tobias Klauser
2020-10-29
syscall: handle undefined r2 value on linux-ppc64x
Andrew G. Morgan
2020-10-23
syscall: support POSIX semantics for Linux syscalls
Andrew G. Morgan
2020-08-16
syscall: support rawVforkSyscall on linux/riscv64
Joel Sing
2020-05-28
syscall: avoid dup2 in forkAndExecInChild1 on Android
Elias Naur
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