summaryrefslogtreecommitdiff
path: root/src/runtime/sys_openbsd_arm.s
Commit message (Expand)AuthorAgeFilesLines
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-2/+2
* runtime, syscall: update openbsd for changes to syskillJoel Sing2016-12-121-3/+4
* runtime: unify some signal handling functionsIan Lance Taylor2016-09-241-2/+2
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-37/+37
* runtime: ignore closeonexec ret val on openbsd/armJosh Bleecher Snyder2016-08-221-3/+1
* runtime: adjust gsignal stack to current signal stackIan Lance Taylor2015-12-241-25/+16
* runtime: break atomics out into package runtime/internal/atomicMichael Matloob2015-11-101-7/+0
* runtime: replace divide with multiply in runtime.usleep on armRuss Cox2015-07-301-5/+2
* runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor2015-07-271-0/+9
* runtime: ensure GC sees type-safe memory on weak machinesAustin Clements2015-06-191-0/+3
* runtime: rename close to closefdDavid Crawshaw2015-04-141-1/+1
* runtime: fix return values for open/read/write/close on openbsd/armJoel Sing2015-03-211-0/+4
* runtime: add support for openbsd/armJoel Sing2015-03-151-0/+377