aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_linux_arm64.go
AgeCommit message (Expand)Author
2021-09-17syscall: implement Pipe using pipe2 syscall on all linux platformsTobias Klauser
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-23syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan
2020-04-30syscall: on linux-arm64, prefer prlimit to {g,s}etrlimitIan Lance Taylor
2019-10-08syscall: don't use deprecated syscalls on linux/arm64Tobias Klauser
2019-08-28syscall: move Renameat to syscall_linux_$GOARCH.goTobias Klauser
2018-07-27syscall: support Faccessat flags argumentIan Lance Taylor
2018-06-21syscall: check faccessat flags parameter on LinuxTobias Klauser
2018-06-14syscall, internal/syscall: follow convention for generated code commentTobias Klauser
2018-06-13syscall: check Fchmodat flags parameter on LinuxTobias Klauser
2018-06-04syscall: fix EpollWait for arm64Wei Xiao
2018-02-13syscall: support syscalls without error return on LinuxTobias Klauser
2018-01-31syscall: use SYS_GETDENTS64 on linux/mips64{,le}Tobias Klauser
2017-10-13syscall: correct type for timeout argument to Select on linux/{arm64,mips64x}Tobias Klauser
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-08-15syscall: add missing int flag argument to utimensatYuval Pavel Zholkover
2017-02-09syscall: remove "use" function and calls from generated code.Sameer Ajmani
2016-11-08syscall: fix name of prlimit parametersBrad Fitzpatrick
2015-11-12syscall: added support for linux/mips64{,le}Yao Zhang
2015-07-30syscall: use fchownat(2) in place of lchown(2) for linux/arm64Dave Cheney
2015-05-15syscall: add explicit build tagsShenghou Ma
2015-05-09syscall: fix InotifyInit on linux/arm64Shenghou Ma
2015-03-27syscall: apply the errno allocation fix to other operating systemsBrad Fitzpatrick
2015-03-26syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor
2015-03-24syscall: use Getpgid to emulate Getpgrp on linuxShenghou Ma
2015-03-16syscall: add support for GOARCH=arm64Aram Hăvărneanu