aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_linux_mips64x.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09runtime: prevent stack growth after fork in runtime.sigfillsetHaoran Luo
2020-02-28internal/cpu: add MIPS64x feature detectionMeng Zhuo
2019-12-05runtime: mlock top of signal stack on Linux 5.2–5.4.1Austin Clements
2019-11-12runtime: consistently seed fastrand state across archsCarlo Alberto Ferraris
2018-02-17runtime: remove unused getrlimit functionTobias Klauser
2016-11-15runtime: add support files for linux/mips{,le} portVladimir Stefanovic
2016-09-27runtime: remove sigmask type, use sigset insteadIan Lance Taylor
2016-09-24runtime: unify some signal handling functionsIan Lance Taylor
2016-08-30runtime: rename fastrand1 to fastrandJosh Bleecher Snyder
2016-05-06runtime: get randomness from AT_RANDOM AUXV on linux/mips64xShenghou Ma
2016-04-06os: consolidate os{1,2}_*.go filesBrad Fitzpatrick
2015-11-12runtime: added go files for linux/mips64{,le} supportYao Zhang