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_ppc64x.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
2022-03-03
syscall, runtime/internal/syscall: always return 0 in r2 on ppc64{,le} linux ...
Paul E. Murphy
2021-11-06
all: remove more leftover // +build lines
Tobias Klauser
2021-05-04
syscall: add //go:build lines to assembly files
Tobias Klauser
2019-05-15
syscall: implement rawVforkSyscall for linux/ppc64x and linux/s390x
Joel Sing
2018-02-13
syscall: support syscalls without error return on Linux
Tobias Klauser
2015-06-06
all: use RET instead of RETURN on ppc64
Austin Clements
2014-12-05
all: power64 is now ppc64
Russ Cox