summaryrefslogtreecommitdiff
path: root/src/syscall/syscall_linux_arm.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: added support for linux/mips64{,le}Yao Zhang2015-11-121-1/+4
* syscall: fix InotifyInit on linux/arm64Shenghou Ma2015-05-091-0/+1
* syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor2015-03-261-1/+1
* syscall: exec_linux.go: support platforms without SYS_DUP2Dave Cheney2015-03-101-0/+2
* syscall: Reimplement linux syscalls in terms of their *at replacements.Dave Cheney2015-02-261-1/+0
* syscall: split implementation of Dup2 per linux GOOSDave Cheney2015-02-251-0/+1
* syscall: split implementation of Pipe/Pipe2 per GOOSDave Cheney2015-02-251-0/+24
* syscall: keep allocated C string live across call to SyscallRuss Cox2014-09-081-0/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+195