aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_plan9_386.s
AgeCommit message (Expand)Author
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
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-14runtime: fix some assembly offset namesJosh Bleecher Snyder
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
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-09runtime: call rfork on scheduler stack on Plan 9Anthony Martin
2014-09-09runtime: fix build failures after CL 137410043Russ Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox