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
/
sys_plan9_amd64.s
Age
Commit message (
Expand
)
Author
2025-03-31
runtime: fix plan9 monotonic time, crypto randomness
Russ Cox
2023-03-01
runtime: use explicit NOFRAME on plan9/amd64
qmuntal
2021-11-04
runtime: use correct constant when computing nsec remainder
Jason A. Donenfeld
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to reference ABI0 assem...
Cherry Mui
2021-04-29
runtime: rename walltime1 to walltime
Ian Lance Taylor
2019-09-04
runtime: wrap nanotime, walltime, and write
Austin Clements
2019-05-09
runtime: fix vet complaints for linux/386
Russ Cox
2018-10-03
all: this big patch remove whitespace from assembly files
Zhou Peng
2017-10-11
runtime: make it possible to exit Go-created threads
Austin Clements
2017-02-03
time: record monotonic clock reading in time.Now, for more accurate comparisons
Russ Cox
2016-09-30
runtime, syscall: use FP instead of SP for parameters
Matthew Dempsky
2016-08-22
runtime: use correct MOV for plan9 brk_ ret value
Josh Bleecher Snyder
2015-10-22
runtime: split plan9 and solaris's m fields into new embedded mOS type
Matthew Dempsky
2015-04-14
runtime: rename close to closefd
David Crawshaw
2015-01-05
Revert "liblink, cmd/ld, runtime: remove stackguard1"
Russ Cox
2014-12-29
liblink, cmd/ld, runtime: remove stackguard1
Shenghou Ma
2014-11-11
[dev.cc] runtime: convert assembly files for C to Go transition
Russ Cox
2014-09-12
runtime: save correct pid for new m's on plan9/amd64
Anthony Martin
2014-09-09
runtime: call rfork on scheduler stack on Plan 9
Anthony Martin
2014-09-09
runtime: fix plan9/amd64 build?
Russ Cox
2014-09-09
runtime: fix build failures after CL 137410043
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox