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
/
asm_linux_arm64.s
Age
Commit message (
Expand
)
Author
2023-09-07
syscall: add support to get pidfd from ForkExec on Linux
Kir Kolyshkin
2022-09-09
syscall: add CgroupFD support for ForkExec on Linux
Kir Kolyshkin
2022-04-22
syscall: define Syscall6 in terms of RawSyscall6 on linux
Michael Pratt
2022-04-21
syscall: define Syscall in terms of RawSyscall on linux
Michael Pratt
2022-04-21
Revert "syscall: define Syscall in terms of RawSyscall on linux"
Michael Pratt
2022-04-21
Revert "syscall: define Syscall6 in terms of RawSyscall6 on linux"
Michael Pratt
2022-04-21
syscall: define Syscall6 in terms of RawSyscall6 on linux
Michael Pratt
2022-04-21
syscall: define Syscall in terms of RawSyscall on linux
Michael Pratt
2022-04-21
syscall: define RawSyscall in terms of RawSyscall6 on linux
Michael Pratt
2022-04-21
runtime/internal/syscall, syscall: replace RawSyscall6 with runtime implement...
Michael Pratt
2022-03-16
syscall: call ABIInternal entersyscall on register ABI platforms
Cherry Mui
2021-03-03
syscall: implement rawVforkSyscall for remaining linux platforms
Joel Sing
2019-09-11
syscall: implement rawVforkSyscall for linux/arm64
Howard Zhang
2018-02-13
syscall: support syscalls without error return on Linux
Tobias Klauser
2015-03-16
syscall: add support for GOARCH=arm64
Aram Hăvărneanu