aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_plan9_amd64.s
AgeCommit message (Expand)Author
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2019-05-09runtime: fix vet complaints for linux/386Russ Cox
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-09-30runtime, syscall: use FP instead of SP for parametersMatthew Dempsky
2016-08-22runtime: use correct MOV for plan9 brk_ ret valueJosh Bleecher Snyder
2015-10-22runtime: split plan9 and solaris's m fields into new embedded mOS typeMatthew Dempsky
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-01-05Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox
2014-12-29liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox
2014-09-12runtime: save correct pid for new m's on plan9/amd64Anthony Martin
2014-09-09runtime: call rfork on scheduler stack on Plan 9Anthony Martin
2014-09-09runtime: fix plan9/amd64 build?Russ Cox
2014-09-09runtime: fix build failures after CL 137410043Russ Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox