aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/defs_linux_mips64x.go
AgeCommit message (Expand)Author
2022-03-03runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser
2022-02-15runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt
2021-11-02runtime: add padding to Linux kernel structuresRhys Hiltner
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-04Revert "runtime: add padding to Linux kernel structures"Michael Pratt
2021-10-04runtime: add padding to Linux kernel structuresRhys Hiltner
2021-09-27runtime: add timer_create syscalls for LinuxRhys Hiltner
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-09-02runtime: add file copyright header declarationHeisenberg
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-03-15runtime: introduce and consistently use setNsec for timespecIan Lance Taylor
2018-09-18runtime: use MADV_FREE on Linux if availableTobias Klauser
2016-09-26runtime: unify handling of alternate signal stackIan Lance Taylor
2015-11-12runtime: added go files for linux/mips64{,le} supportYao Zhang