aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_openbsd_arm.s
AgeCommit message (Expand)Author
2021-05-09runtime,syscall: convert syscall on openbsd/arm to libcJoel Sing
2021-05-09runtime: switch runtime to libc for openbsd/armJoel Sing
2021-05-09runtime: switch openbsd/arm locking to libcJoel Sing
2021-05-09runtime: switch openbsd/arm to pthreadsJoel Sing
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2020-05-26runtime, syscall: correct openbsd/arm and openbsd/arm64 syscalls for OpenBSD 6.7Joel Sing
2019-10-26runtime: save/restore callee-save registers in arm's sigtrampBen Shi
2019-10-26runtime: M-targeted signals for BSDsAustin Clements
2019-10-22runtime: correctly negate errno value for *BSD ARMIan Lance Taylor
2019-10-21runtime: change read and write to return negative errno valueIan Lance Taylor
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2019-04-26runtime: add support for openbsd/arm64Joel Sing
2018-12-18runtime,cmd/dist,cmd/link: add cgo support on openbsd/armJoel Sing
2018-09-18runtime: use MADV_FREE on Linux if availableTobias Klauser
2018-04-05runtime: fix/improve exitThread on openbsdJoel Sing
2018-02-12runtime, sync/atomic: use NOFRAME on armAustin Clements
2017-10-18runtime: separate error result for mmapAustin Clements
2017-10-16runtime: fix use of STREX in various exitThread implementationsIan Lance Taylor
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-12-12runtime, syscall: update openbsd for changes to syskillJoel Sing
2016-09-24runtime: unify some signal handling functionsIan Lance Taylor
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2016-08-22runtime: ignore closeonexec ret val on openbsd/armJosh Bleecher Snyder
2015-12-24runtime: adjust gsignal stack to current signal stackIan Lance Taylor
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-07-30runtime: replace divide with multiply in runtime.usleep on armRuss Cox
2015-07-27runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor
2015-06-19runtime: ensure GC sees type-safe memory on weak machinesAustin Clements
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-03-21runtime: fix return values for open/read/write/close on openbsd/armJoel Sing
2015-03-15runtime: add support for openbsd/armJoel Sing