aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_linux.go
AgeCommit message (Expand)Author
2017-02-13syscall: delete the "use" function and calls in non-generated files.Sameer Ajmani
2016-11-08syscall: fix name of prlimit parametersBrad Fitzpatrick
2016-09-20syscall: validate ParseDirent inputsDamien Neil
2016-03-02all: single space after period.Brad Fitzpatrick
2015-11-12syscall: added support for linux/mips64{,le}Yao Zhang
2015-10-30syscall: correct parameter name of Setgid on linuxMarvin Stenger
2015-05-09syscall: fix InotifyInit on linux/arm64Shenghou Ma
2015-03-26syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor
2015-03-24syscall: use Getpgid to emulate Getpgrp on linuxShenghou Ma
2015-02-26syscall: Reimplement linux syscalls in terms of their *at replacements.Dave Cheney
2015-02-25syscall: split implementation of Dup2 per linux GOOSDave Cheney
2015-02-25syscall: split implementation of Pipe/Pipe2 per GOOSDave Cheney
2014-09-08syscall: keep allocated C string live across call to SyscallRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox