summaryrefslogtreecommitdiff
path: root/src/runtime/sys_plan9_arm.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-041-2/+2
* runtime, sync/atomic: use NOFRAME on armAustin Clements2018-02-121-3/+3
* runtime: make it possible to exit Go-created threadsAustin Clements2017-10-111-4/+6
* runtime, syscall: in Plan 9 ARM asm, replace "SWI 0" with "SWI $0"Cherry Zhang2017-05-161-17/+17
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-1/+1
* runtime, syscall: appease vetJosh Bleecher Snyder2016-10-251-2/+2
* cmd/vet: improve asmdecl parameter handlingJosh Bleecher Snyder2016-08-221-1/+1
* runtime: new files for plan9_arm supportRichard Miller2016-03-071-0/+318