aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_mips64x.s
AgeCommit message (Expand)Author
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-09-27runtime: add timer_create syscalls for LinuxRhys Hiltner
2021-09-24runtime: set vdsoSP to caller's SP consistentlyCherry Mui
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2021-01-07runtime: check mips64 VDSO clock_gettime return codeMeng Zhuo
2020-08-10runtime: make nanotime1 reentrantCherry Zhang
2020-03-24runtime: negate errno value for mips pipe/pipe2Ian Lance Taylor
2019-11-04runtime: use vDSO clock_gettime on linux/mips64xWang Xuerui
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/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-14runtime: add symbol for AT_FDCWD on Linux amd64 and mips64xTobias Klauser
2018-02-13runtime: use Android O friendly syscalls on 64-bit machinesJason A. Donenfeld
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-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-10-27runtime: use clock_gettime(CLOCK_REALTIME) for nanosecond-precision time.now ...Russ Cox
2016-09-24runtime: unify some signal handling functionsIan Lance Taylor
2016-08-30cmd/compile, runtime, etc: get rid of constant FP registersCherry Zhang
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2016-05-04runtime: add linux/mips64x cgo supportCherry Zhang
2016-05-01cmd/internal/obj/mips et al.: introduce SB register on mips64xCherry Zhang
2016-04-01runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor
2016-02-12runtime: fix errno sign for some mmap and mincore casesIan Lance Taylor
2015-11-12runtime: added assembly part of linux/mips64{,le} supportYao Zhang