summaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_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-11/+0
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* syscall: implement Pipe using pipe2 syscall on all linux platformsTobias Klauser2021-09-171-20/+10
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan2020-10-231-50/+0
* syscall: don't use deprecated syscalls on linux/arm64Tobias Klauser2019-10-081-71/+76
* syscall: move Renameat to syscall_linux_$GOARCH.goTobias Klauser2019-08-281-20/+20
* syscall: on ARM GNU/Linux let Pipe fall back to pipeIan Lance Taylor2019-03-051-0/+10
* syscall: replace lstat, lchown, stat to please Android OElias Naur2018-09-241-45/+0
* syscall: support Faccessat flags argumentIan Lance Taylor2018-07-271-0/+15
* syscall: check faccessat flags parameter on LinuxTobias Klauser2018-06-211-15/+15
* syscall, internal/syscall: follow convention for generated code commentTobias Klauser2018-06-141-1/+1
* syscall: check Fchmodat flags parameter on LinuxTobias Klauser2018-06-131-15/+15
* syscall: fix EpollWait for arm64Wei Xiao2018-06-041-17/+17
* syscall: support syscalls without error return on LinuxTobias Klauser2018-02-131-8/+8
* syscall: use SYS_GETDENTS64 on linux/mips64{,le}Tobias Klauser2018-01-311-1/+1
* syscall: make Exit call runtime.exitAlex Brainman2017-09-271-7/+0
* syscall: add missing int flag argument to utimensatYuval Pavel Zholkover2017-08-151-2/+2
* syscall: remove "use" function and calls from generated code.Sameer Ajmani2017-02-091-41/+2
* syscall: fix name of prlimit parametersBrad Fitzpatrick2016-11-081-2/+2
* syscall: added support for linux/mips64{,le}Yao Zhang2015-11-121-1/+1
* syscall: add explicit build tagsShenghou Ma2015-05-151-0/+2
* syscall: fix InotifyInit on linux/arm64Shenghou Ma2015-05-091-11/+11
* syscall: don't allocate when boxing common Errno values into errorsBrad Fitzpatrick2015-03-271-125/+125
* syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor2015-03-261-3/+3
* syscall: use Getpgid to emulate Getpgrp on linuxShenghou Ma2015-03-241-8/+0
* syscall: Reimplement linux syscalls in terms of their *at replacements.Dave Cheney2015-02-261-238/+70
* syscall: split implementation of Dup2 per linux GOOSDave Cheney2015-02-251-10/+10
* syscall: split implementation of Pipe/Pipe2 per GOOSDave Cheney2015-02-251-20/+10
* syscall: keep allocated C string live across call to SyscallRuss Cox2014-09-081-0/+50
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1865