Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: break out system-specific constants into package sys | Michael Matloob | 2015-11-12 | 1 | -2/+5 |
* | runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systems | Russ Cox | 2015-08-07 | 1 | -1/+0 |
* | runtime: fix typos in os_linux_arm.go | Yongjian Xu | 2015-06-17 | 1 | -1/+1 |
* | runtime: mark all runtime.cputicks implementations NOSPLIT | Dave Cheney | 2015-04-15 | 1 | -0/+1 |
* | runtime: use runtime.sysargs to parse auxv on linux/arm | Dave Cheney | 2015-01-14 | 1 | -2/+1 |
* | runtime: remove duplicate copyright notice | Dave Cheney | 2015-01-11 | 1 | -4/+0 |
* | runtime: source startupRandomData from auxv AT_RANDOM on linux/arm. | Shenghou Ma | 2015-01-09 | 1 | -6/+5 |
* | [dev.cc] runtime: fix bus error accessing auxv random data on arm5 | Dave Cheney | 2014-11-15 | 1 | -2/+5 |
* | [dev.cc] runtime: convert operating system support code from C to Go | Russ Cox | 2014-11-11 | 1 | -0/+75 |