summaryrefslogtreecommitdiff
path: root/src/runtime/defs_linux_arm.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: introduce and consistently use setNsec for timespecIan Lance Taylor2019-03-151-6/+3
* runtime: use MADV_FREE on Linux if availableTobias Klauser2018-09-181-0/+1
* runtime: unify handling of alternate signal stackIan Lance Taylor2016-09-261-2/+2
* runtime: mark pages we return to kernel as NOHUGEPAGEKeith Randall2015-02-251-8/+13
* runtime: support panic/print logging in android-L.Hyang-Ah Hana Kim2015-02-041-1/+10
* [dev.cc] runtime: add explicit siginfo.si_addr fieldAustin Clements2014-11-191-4/+5
* [dev.cc] runtime: change set_sec to take int64Russ Cox2014-11-141-2/+2
* [dev.cc] runtime: fix linux buildRuss Cox2014-11-141-0/+4
* [dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to GoRuss Cox2014-11-111-0/+163