summaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_linux_arm64.go
Commit message (Expand)AuthorAgeFilesLines
* 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