summaryrefslogtreecommitdiff
path: root/src/runtime/sys_openbsd_arm.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: print errno on clock_gettime failure on OpenBSDAustin Clements2021-12-021-3/+5
* runtime,syscall: convert syscall on openbsd/arm to libcJoel Sing2021-05-091-0/+339
* runtime: switch runtime to libc for openbsd/armJoel Sing2021-05-091-258/+250
* runtime: switch openbsd/arm locking to libcJoel Sing2021-05-091-32/+35
* runtime: switch openbsd/arm to pthreadsJoel Sing2021-05-091-85/+122
* runtime: rename walltime1 to walltimeIan Lance Taylor2021-04-291-2/+2
* runtime, syscall: correct openbsd/arm and openbsd/arm64 syscalls for OpenBSD 6.7Joel Sing2020-05-261-34/+46
* runtime: save/restore callee-save registers in arm's sigtrampBen Shi2019-10-261-1/+10
* runtime: M-targeted signals for BSDsAustin Clements2019-10-261-3/+7
* runtime: correctly negate errno value for *BSD ARMIan Lance Taylor2019-10-221-2/+2
* runtime: change read and write to return negative errno valueIan Lance Taylor2019-10-211-2/+2
* runtime: define nonblockingPipeIan Lance Taylor2019-10-201-0/+31
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-041-6/+6
* runtime: add support for openbsd/arm64Joel Sing2019-04-261-2/+2
* runtime,cmd/dist,cmd/link: add cgo support on openbsd/armJoel Sing2018-12-181-3/+4
* runtime: use MADV_FREE on Linux if availableTobias Klauser2018-09-181-2/+2
* runtime: fix/improve exitThread on openbsdJoel Sing2018-04-051-9/+1
* runtime, sync/atomic: use NOFRAME on armAustin Clements2018-02-121-7/+7
* runtime: separate error result for mmapAustin Clements2017-10-181-1/+5
* runtime: fix use of STREX in various exitThread implementationsIan Lance Taylor2017-10-161-2/+2
* runtime: make it possible to exit Go-created threadsAustin Clements2017-10-111-3/+12
* 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