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
/
syscall_linux.go
Age
Commit message (
Expand
)
Author
2017-02-13
syscall: delete the "use" function and calls in non-generated files.
Sameer Ajmani
2016-11-08
syscall: fix name of prlimit parameters
Brad Fitzpatrick
2016-09-20
syscall: validate ParseDirent inputs
Damien Neil
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-11-12
syscall: added support for linux/mips64{,le}
Yao Zhang
2015-10-30
syscall: correct parameter name of Setgid on linux
Marvin Stenger
2015-05-09
syscall: fix InotifyInit on linux/arm64
Shenghou Ma
2015-03-26
syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscall
Ian Lance Taylor
2015-03-24
syscall: use Getpgid to emulate Getpgrp on linux
Shenghou Ma
2015-02-26
syscall: Reimplement linux syscalls in terms of their *at replacements.
Dave Cheney
2015-02-25
syscall: split implementation of Dup2 per linux GOOS
Dave Cheney
2015-02-25
syscall: split implementation of Pipe/Pipe2 per GOOS
Dave Cheney
2014-09-08
syscall: keep allocated C string live across call to Syscall
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]