summaryrefslogtreecommitdiff
path: root/src/syscall/syscall_linux_arm.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: add race annotations to Pread and PwriteIan Lance Taylor2022-03-121-2/+2
* syscall: remove accept on LinuxTobias Klauser2022-03-021-1/+0
* runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt2022-02-151-6/+0
* syscall: implement Pipe using pipe2 syscall on all linux platformsTobias Klauser2021-09-171-26/+0
* syscall: drop fallback to pipe in Pipe on linux/armTobias Klauser2021-09-091-4/+0
* syscall: implement rawVforkSyscall for remaining linux platformsJoel Sing2021-03-031-3/+1
* syscall: handle undefined r2 value on linux-ppc64xAndrew G. Morgan2020-10-291-0/+6
* syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan2020-10-231-5/+0
* syscall: avoid dup2 in forkAndExecInChild1 on AndroidElias Naur2020-05-281-4/+1
* syscall: don't use deprecated syscalls on linux/arm64Tobias Klauser2019-10-081-1/+6
* syscall: move Renameat to syscall_linux_$GOARCH.goTobias Klauser2019-08-281-0/+1
* syscall: on ARM GNU/Linux let Pipe fall back to pipeIan Lance Taylor2019-03-051-0/+6
* syscall: replace lstat, lchown, stat to please Android OElias Naur2018-09-241-3/+12
* syscall: support Faccessat flags argumentIan Lance Taylor2018-07-271-0/+1
* syscall: fix EpollWait for arm64Wei Xiao2018-06-041-0/+1
* syscall: use SYS_GETDENTS64 on linux/mips64{,le}Tobias Klauser2018-01-311-1/+0
* syscall: use CLONE_VFORK and CLONE_VMRichard Musiol2017-03-221-0/+4
* syscall: delete the "use" function and calls in non-generated files.Sameer Ajmani2017-02-131-1/+0
* syscall: for ForkExec on Linux, always use 32-bit setgroups system callRuss Cox2016-10-191-2/+3
* syscall: unify NsecToTime{spec,val}, fix for times < 1970Ian Lance Taylor2016-10-121-9/+4
* syscall: unify TimespecToNsec and TimevalToNsecIan Lance Taylor2016-10-111-2/+0
* syscall: make Getpagesize return page size from runtimeAustin Clements2016-09-061-2/+0
* syscall: added support for linux/mips64{,le}Yao Zhang2015-11-121-1/+4
* syscall: fix InotifyInit on linux/arm64Shenghou Ma2015-05-091-0/+1
* syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor2015-03-261-1/+1
* syscall: exec_linux.go: support platforms without SYS_DUP2Dave Cheney2015-03-101-0/+2
* syscall: Reimplement linux syscalls in terms of their *at replacements.Dave Cheney2015-02-261-1/+0
* syscall: split implementation of Dup2 per linux GOOSDave Cheney2015-02-251-0/+1
* syscall: split implementation of Pipe/Pipe2 per GOOSDave Cheney2015-02-251-0/+24
* syscall: keep allocated C string live across call to SyscallRuss Cox2014-09-081-0/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+195