aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_linux_mipsx.go
AgeCommit message (Expand)Author
2021-09-17syscall: implement Pipe using pipe2 syscall on all linux platformsTobias Klauser
2021-03-03syscall: implement rawVforkSyscall for remaining linux platformsJoel Sing
2021-02-20all: go fmt std cmd (but revert vendor)Russ 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
2018-07-27syscall: support Faccessat flags argumentIan Lance Taylor
2018-07-26syscall: implement pipe() on linux/mipsDavid Wimmer
2018-06-04syscall: fix EpollWait for arm64Wei Xiao
2018-04-26syscall: 32-bit MIPS splice system call returns int, not int64Ian Lance Taylor
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-11-03syscall: add support for GOARCH=mips{,le}Vladimir Stefanovic