aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_arm64.s
AgeCommit message (Expand)Author
2015-06-24runtime: set m.procid always on LinuxRuss Cox
2015-04-24runtime: signal forwardingSrdjan Petrovic
2015-04-22runtime: fix build after CL 9164 on LinuxShenghou Ma
2015-04-22runtime: merge clone0 and cloneSrdjan Petrovic
2015-04-22runtime: check error codes for arm64 system callsKeith Randall
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-04-08runtime: linux/arm64 cgo supportShenghou Ma
2015-04-03runtime: fix arm, arm64, ppc64 builds (I hope)Ian Lance Taylor
2015-04-03runtime: initialize shared library at library-load timeSrdjan Petrovic
2015-03-16runtime: add support for linux/arm64Aram Hăvărneanu