aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/zsyscall_linux_mips64le.go
AgeCommit message (Expand)Author
2021-09-17syscall: implement Pipe using pipe2 syscall on all linux platformsTobias Klauser
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-23syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan
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-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-01-31syscall: use SYS_GETDENTS64 on linux/mips64{,le}Tobias Klauser
2017-10-13syscall: correct type for timeout argument to Select on linux/{arm64,mips64x}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
2015-11-12syscall: added machine-generated code for linux/mips64{,le}Yao Zhang