aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_linux_arm.go
AgeCommit message (Expand)Author
2021-12-09[release-branch.go1.16] syscall: avoid writing to p when Pipe(p) failsRuss Cox
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
2019-10-08syscall: don't use deprecated syscalls on linux/arm64Tobias Klauser
2019-08-28syscall: move Renameat to syscall_linux_$GOARCH.goTobias Klauser
2019-03-05syscall: on ARM GNU/Linux let Pipe fall back to pipeIan Lance Taylor
2018-09-24syscall: replace lstat, lchown, stat to please Android OElias Naur
2018-07-27syscall: support Faccessat flags argumentIan Lance Taylor
2018-06-04syscall: fix EpollWait for arm64Wei Xiao
2018-01-31syscall: use SYS_GETDENTS64 on linux/mips64{,le}Tobias Klauser
2017-03-22syscall: use CLONE_VFORK and CLONE_VMRichard Musiol
2017-02-13syscall: delete the "use" function and calls in non-generated files.Sameer Ajmani
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-05-09syscall: fix InotifyInit on linux/arm64Shenghou Ma
2015-03-26syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor
2015-03-10syscall: exec_linux.go: support platforms without SYS_DUP2Dave Cheney
2015-02-26syscall: Reimplement linux syscalls in terms of their *at replacements.Dave Cheney
2015-02-25syscall: split implementation of Dup2 per linux GOOSDave Cheney
2015-02-25syscall: split implementation of Pipe/Pipe2 per GOOSDave Cheney
2014-09-08syscall: keep allocated C string live across call to SyscallRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox