summaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_linux_arm64.go
Commit message (Expand)AuthorAgeFilesLines
* 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: use fchownat(2) in place of lchown(2) for linux/arm64Dave Cheney2015-07-301-16/+0
* syscall: add explicit build tagsShenghou Ma2015-05-151-0/+2
* syscall: fix InotifyInit on linux/arm64Shenghou Ma2015-05-091-11/+0
* syscall: apply the errno allocation fix to other operating systemsBrad Fitzpatrick2015-03-271-127/+127
* 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-8/+0
* syscall: add support for GOARCH=arm64Aram Hăvărneanu2015-03-161-0/+1758