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_mipsx.s
Age
Commit message (
Expand
)
Author
2023-09-07
syscall: add support to get pidfd from ForkExec on Linux
Kir Kolyshkin
2022-11-24
syscall, runtime/internal/syscall: zero r2 before mips linux syscalls
Rongrong
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
2021-11-06
all: remove more leftover // +build lines
Tobias Klauser
2021-05-04
syscall: add //go:build lines to assembly files
Tobias Klauser
2021-03-03
syscall: implement rawVforkSyscall for remaining linux platforms
Joel Sing
2018-02-13
syscall: support syscalls without error return on Linux
Tobias Klauser
2017-02-21
syscall: fix linux/mipsx ret value FP offsets for Syscall9
Josh Bleecher Snyder
2016-11-03
syscall: add support for GOARCH=mips{,le}
Vladimir Stefanovic