summaryrefslogtreecommitdiff
path: root/src/syscall/syscall_linux_arm.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: for ForkExec on Linux, always use 32-bit setgroups system callRuss Cox2016-10-191-2/+3
* syscall: unify NsecToTime{spec,val}, fix for times < 1970Ian Lance Taylor2016-10-121-9/+4
* syscall: unify TimespecToNsec and TimevalToNsecIan Lance Taylor2016-10-111-2/+0
* syscall: make Getpagesize return page size from runtimeAustin Clements2016-09-061-2/+0
* 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