aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/defs_linux_arm.go
AgeCommit message (Expand)Author
2020-09-02runtime: add file copyright header declarationHeisenberg
2020-02-24runtime: remove unused _F_SETFL const on linuxTobias Klauser
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-03-15runtime: introduce and consistently use setNsec for timespecIan Lance Taylor
2018-09-18runtime: use MADV_FREE on Linux if availableTobias Klauser
2016-09-26runtime: unify handling of alternate signal stackIan Lance Taylor
2015-02-25runtime: mark pages we return to kernel as NOHUGEPAGEKeith Randall
2015-02-04runtime: support panic/print logging in android-L.Hyang-Ah Hana Kim
2014-11-19[dev.cc] runtime: add explicit siginfo.si_addr fieldAustin Clements
2014-11-14[dev.cc] runtime: change set_sec to take int64Russ Cox
2014-11-14[dev.cc] runtime: fix linux buildRuss Cox
2014-11-11[dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to GoRuss Cox