summaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_linux_arm.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: remove "use" function and calls from generated code.Sameer Ajmani2017-02-091-41/+2
* syscall: fix name of prlimit parametersBrad Fitzpatrick2016-11-081-2/+2
* syscall: added support for linux/mips64{,le}Yao Zhang2015-11-121-1/+1
* syscall: add explicit build tagsShenghou Ma2015-05-151-0/+2
* syscall: fix InotifyInit on linux/arm64Shenghou Ma2015-05-091-11/+11
* syscall: don't allocate when boxing common Errno values into errorsBrad Fitzpatrick2015-03-271-125/+125
* syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor2015-03-261-3/+3
* syscall: use Getpgid to emulate Getpgrp on linuxShenghou Ma2015-03-241-8/+0
* syscall: Reimplement linux syscalls in terms of their *at replacements.Dave Cheney2015-02-261-238/+70
* syscall: split implementation of Dup2 per linux GOOSDave Cheney2015-02-251-10/+10
* syscall: split implementation of Pipe/Pipe2 per GOOSDave Cheney2015-02-251-20/+10
* syscall: keep allocated C string live across call to SyscallRuss Cox2014-09-081-0/+50
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1865