summaryrefslogtreecommitdiff
path: root/src/syscall/syscall_linux.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: delete the "use" function and calls in non-generated files.Sameer Ajmani2017-02-131-2/+0
* syscall: fix name of prlimit parametersBrad Fitzpatrick2016-11-081-1/+1
* syscall: validate ParseDirent inputsDamien Neil2016-09-201-27/+13
* all: single space after period.Brad Fitzpatrick2016-03-021-4/+4
* syscall: added support for linux/mips64{,le}Yao Zhang2015-11-121-1/+1
* syscall: correct parameter name of Setgid on linuxMarvin Stenger2015-10-301-1/+1
* syscall: fix InotifyInit on linux/arm64Shenghou Ma2015-05-091-1/+0
* syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor2015-03-261-2/+2
* syscall: use Getpgid to emulate Getpgrp on linuxShenghou Ma2015-03-241-1/+6
* syscall: Reimplement linux syscalls in terms of their *at replacements.Dave Cheney2015-02-261-14/+60
* syscall: split implementation of Dup2 per linux GOOSDave Cheney2015-02-251-1/+0
* syscall: split implementation of Pipe/Pipe2 per GOOSDave Cheney2015-02-251-26/+0
* syscall: keep allocated C string live across call to SyscallRuss Cox2014-09-081-2/+6
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1038