summaryrefslogtreecommitdiff
path: root/src/runtime/sys_plan9_amd64.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-041-3/+3
* runtime: fix vet complaints for linux/386Russ Cox2019-05-091-4/+0
* all: this big patch remove whitespace from assembly filesZhou Peng2018-10-031-1/+1
* runtime: make it possible to exit Go-created threadsAustin Clements2017-10-111-3/+5
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-2/+2
* runtime, syscall: use FP instead of SP for parametersMatthew Dempsky2016-09-301-2/+2
* runtime: use correct MOV for plan9 brk_ ret valueJosh Bleecher Snyder2016-08-221-1/+1
* runtime: split plan9 and solaris's m fields into new embedded mOS typeMatthew Dempsky2015-10-221-1/+1
* runtime: rename close to closefdDavid Crawshaw2015-04-141-1/+1
* Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox2015-01-051-1/+2
* liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma2014-12-291-2/+1
* [dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox2014-11-111-1/+2
* runtime: save correct pid for new m's on plan9/amd64Anthony Martin2014-09-121-1/+1
* runtime: call rfork on scheduler stack on Plan 9Anthony Martin2014-09-091-27/+21
* runtime: fix plan9/amd64 build?Russ Cox2014-09-091-1/+1
* runtime: fix build failures after CL 137410043Russ Cox2014-09-091-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+260