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_amd64.s
Age
Commit message (
Expand
)
Author
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
2020-09-30
runtime: don't crash if vsyscall and vdso are disabled on x86_64
Andrei Vagin
2019-09-16
syscall: avoid zeroing unused syscall arguments
Maya Rashish
2018-03-05
runtime: rename vdso symbols to use camel case
Ian Lance Taylor
2018-02-13
syscall: support syscalls without error return on Linux
Tobias Klauser
2017-03-22
syscall: use CLONE_VFORK and CLONE_VM
Richard Musiol
2015-01-21
syscall: use name+(NN)FP on linux/amd64
David Crawshaw
2014-09-16
liblink: make GO_ARGS the default for functions beginning with ยท
Russ Cox
2014-09-14
syscall: add GO_ARGS to Go-called assembly
Russ Cox
2014-09-12
syscall: add #include "funcdata.h" to files modified in last CL
Russ Cox
2014-09-12
syscall: make func Syscall use pointer maps from Go prototypes
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox