aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_linux_arm64.go
AgeCommit message (Expand)Author
2022-09-09syscall: add CgroupFD support for ForkExec on LinuxKir Kolyshkin
2022-09-01syscall: Faccessat: use faccessat2 on linuxKir Kolyshkin
2022-08-18syscall: implement EpollCreate using EpollCreate1 on all linux platformsTobias Klauser
2022-08-09syscall: wrap fstatat only once on linux/{arm64,riscv64}Tobias Klauser
2022-03-12syscall: add race annotations to Pread and PwriteIan Lance Taylor
2022-03-02syscall: remove accept on LinuxTobias Klauser
2022-02-15runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt
2021-09-17syscall: implement Pipe using pipe2 syscall on all linux platformsTobias Klauser
2021-09-17syscall: remove //sysnb comment generating Setreuid for linux/arm64Tobias Klauser
2020-10-29syscall: handle undefined r2 value on linux-ppc64xAndrew G. Morgan
2020-10-23syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan
2020-05-28syscall: avoid dup2 in forkAndExecInChild1 on AndroidElias Naur
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-09-11syscall: implement rawVforkSyscall for linux/arm64Howard Zhang
2019-08-28syscall: move Renameat to syscall_linux_$GOARCH.goTobias Klauser
2018-07-27syscall: support Faccessat flags argumentIan Lance Taylor
2018-06-04syscall: fix EpollWait for arm64Wei Xiao
2018-03-02syscall: fix nil pointer dereference in Select on linux/{arm64,mips64x}Tobias 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-03-22syscall: use CLONE_VFORK and CLONE_VMRichard Musiol
2016-10-19syscall: for ForkExec on Linux, always use 32-bit setgroups system callRuss Cox
2016-10-12syscall: unify NsecToTime{spec,val}, fix for times < 1970Ian Lance Taylor
2016-10-11syscall: unify TimespecToNsec and TimevalToNsecIan Lance Taylor
2016-09-06syscall: make Getpagesize return page size from runtimeAustin Clements
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-09syscall: fix InotifyInit on linux/arm64Shenghou Ma
2015-03-16syscall: add support for GOARCH=arm64Aram Hăvărneanu