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_386.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
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
2016-02-24
runtime, syscall: switch linux/386 to use int 0x80
Shenghou Ma
2015-11-17
runtime, syscall: use int $0x80 to invoke syscalls on android/386
Michael Hudson-Doyle
2015-01-21
syscall: use name+(NN)FP on linux/386
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