aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_plan9_arm.s
AgeCommit message (Expand)Author
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2018-02-12runtime, sync/atomic: use NOFRAME on armAustin Clements
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-05-16runtime, syscall: in Plan 9 ARM asm, replace "SWI 0" with "SWI $0"Cherry Zhang
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-10-25runtime, syscall: appease vetJosh Bleecher Snyder
2016-08-22cmd/vet: improve asmdecl parameter handlingJosh Bleecher Snyder
2016-03-07runtime: new files for plan9_arm supportRichard Miller