aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_linux_mipsx.go
AgeCommit message (Expand)Author
12 daysall: add export linknames for assembly symbols accessed from other packageCherry Mui
2024-08-30syscall: always use prlimit for getrlimit/setrlimit on LinuxIan Lance Taylor
2023-11-21internal/syscall/unix: add PidFDSendSignal for LinuxKir Kolyshkin
2023-11-08syscall: use fchmodat2 in FchmodatTobias Klauser
2023-09-07syscall: add support to get pidfd from ForkExec on LinuxKir Kolyshkin
2023-03-15syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2022-09-09syscall: add CgroupFD support for ForkExec on LinuxKir Kolyshkin
2022-09-01syscall: Faccessat: use faccessat2 on linuxKir Kolyshkin
2022-08-18syscall: implement EpollCreate using EpollCreate1 on all linux platformsTobias Klauser
2022-03-12syscall: add race annotations to Pread and PwriteIan Lance Taylor
2022-03-02syscall: remove accept on LinuxTobias Klauser
2022-02-15runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
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