aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_linux_mipsle.go
AgeCommit message (Expand)Author
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-21syscall: check faccessat flags parameter on LinuxTobias Klauser
2018-06-14syscall, internal/syscall: follow convention for generated code commentTobias Klauser
2018-06-13syscall: check Fchmodat flags parameter on LinuxTobias Klauser
2018-06-13syscall: support Linux syscalls without error return on mipsx/mips64xTobias Klauser
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-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-08-15syscall: add missing int flag argument to utimensatYuval Pavel Zholkover
2017-02-09syscall: remove "use" function and calls from generated code.Sameer Ajmani
2016-11-08syscall: fix name of prlimit parametersBrad Fitzpatrick
2016-11-03syscall: add support for GOARCH=mips{,le}Vladimir Stefanovic