aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_mipsx.s
AgeCommit message (Expand)Author
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2020-03-24runtime: negate errno value for mips pipe/pipe2Ian Lance Taylor
2019-10-26runtime: M-targeted signals for LinuxAustin Clements
2019-10-21runtime: change read and write to return negative errno valueIan Lance Taylor
2019-10-21runtime: use correct pipe call for mips/mips64 GNU/LinuxIan Lance Taylor
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2019-05-09runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux...Russ Cox
2019-05-09runtime: fix vet complaints for linux/386Russ Cox
2018-09-18runtime: use MADV_FREE on Linux if availableTobias Klauser
2018-09-07runtime: use tgkill for raiseMichael Pratt
2018-08-01runtime: fix syscall error returns on mips/mips64/ppc64David Wimmer
2018-04-24runtime: fix errno sign for epollctl on mips, mips64 and ppc64Wèi Cōngruì
2018-04-24runtime: change GNU/Linux usleep to use nanosleepIan Lance Taylor
2018-03-05runtime: remove unused SYS_* definitions on LinuxTobias Klauser
2018-02-17runtime: remove unused getrlimit functionTobias Klauser
2018-02-12runtime: use NOFRAME on mips and mips64Austin Clements
2017-10-18runtime: separate error result for mmapAustin Clements
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-04-21runtime: inform arena placement using sbrk(0)Austin Clements
2017-02-21runtime: use standard linux/mipsx clone variable namesJosh Bleecher Snyder
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2017-01-03runtime: fix SP alignment in mips{,le} sigfwdVladimir Stefanovic
2016-11-15runtime: add support files for linux/mips{,le} portVladimir Stefanovic