summaryrefslogtreecommitdiff
path: root/src/runtime/os_linux_arm.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: break out system-specific constants into package sysMichael Matloob2015-11-121-2/+5
* runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systemsRuss Cox2015-08-071-1/+0
* runtime: fix typos in os_linux_arm.goYongjian Xu2015-06-171-1/+1
* runtime: mark all runtime.cputicks implementations NOSPLITDave Cheney2015-04-151-0/+1
* runtime: use runtime.sysargs to parse auxv on linux/armDave Cheney2015-01-141-2/+1
* runtime: remove duplicate copyright noticeDave Cheney2015-01-111-4/+0
* runtime: source startupRandomData from auxv AT_RANDOM on linux/arm.Shenghou Ma2015-01-091-6/+5
* [dev.cc] runtime: fix bus error accessing auxv random data on arm5Dave Cheney2014-11-151-2/+5
* [dev.cc] runtime: convert operating system support code from C to GoRuss Cox2014-11-111-0/+75