index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
os_linux_mips64x.go
Age
Commit message (
Expand
)
Author
2025-09-04
runtime: remove obsolete osArchInit function
aimuz
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2022-09-21
runtime: treat SI_TKILL like SI_USER on Linux
Ian Lance Taylor
2022-09-19
Revert "runtime: treat SI_TKILL like SI_USER on Linux"
Cuong Manh Le
2022-09-17
runtime: treat SI_TKILL like SI_USER on Linux
Ian Lance Taylor
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-12-09
runtime: prevent stack growth after fork in runtime.sigfillset
Haoran Luo
2020-02-28
internal/cpu: add MIPS64x feature detection
Meng Zhuo
2019-12-05
runtime: mlock top of signal stack on Linux 5.2–5.4.1
Austin Clements
2019-11-12
runtime: consistently seed fastrand state across archs
Carlo Alberto Ferraris
2018-02-17
runtime: remove unused getrlimit function
Tobias Klauser
2016-11-15
runtime: add support files for linux/mips{,le} port
Vladimir Stefanovic
2016-09-27
runtime: remove sigmask type, use sigset instead
Ian Lance Taylor
2016-09-24
runtime: unify some signal handling functions
Ian Lance Taylor
2016-08-30
runtime: rename fastrand1 to fastrand
Josh Bleecher Snyder
2016-05-06
runtime: get randomness from AT_RANDOM AUXV on linux/mips64x
Shenghou Ma
2016-04-06
os: consolidate os{1,2}_*.go files
Brad Fitzpatrick
2015-11-12
runtime: added go files for linux/mips64{,le} support
Yao Zhang