aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_netbsd_arm.s
AgeCommit message (Expand)Author
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2021-04-01runtime: fix uses of ABIInternal PCs in assemblyAustin Clements
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-05-09runtime: fix vet complaints for all freebsd, netbsd, openbsdRuss Cox
2019-04-22runtime: use named macros on NetBSDMaya Rashish
2018-09-18runtime: use MADV_FREE on Linux if availableTobias Klauser
2018-02-12runtime, sync/atomic: use NOFRAME on armAustin Clements
2018-02-12runtime: fix silly frame sizes on arm and arm64Austin Clements
2017-12-04runtime: make NetBSD lwp_park use monotonic timeChristos Zoulas
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-09-24runtime: unify some signal handling functionsIan Lance Taylor
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-03runtime: Update open/close/read/write to return -1 on error.Keith Randall
2015-02-23[dev.cc] runtime, syscall: add names to FP offsets in freebsd, netbsd arm ass...Russ Cox
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox