summaryrefslogtreecommitdiff
path: root/src/syscall/syscall_linux_mipsx.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
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-2/+0
* syscall: implement Pipe using pipe2 syscall on all linux platformsTobias Klauser2021-09-171-23/+0
* syscall: implement rawVforkSyscall for remaining linux platformsJoel Sing2021-03-031-3/+1
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+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-6/+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-0/+6
* syscall: move Renameat to syscall_linux_$GOARCH.goTobias Klauser2019-08-281-0/+1
* syscall: support Faccessat flags argumentIan Lance Taylor2018-07-271-0/+1
* syscall: implement pipe() on linux/mipsDavid Wimmer2018-07-261-4/+3
* syscall: fix EpollWait for arm64Wei Xiao2018-06-041-0/+1
* syscall: 32-bit MIPS splice system call returns int, not int64Ian Lance Taylor2018-04-261-1/+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-2/+0
* syscall: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-031-0/+222