| Commit message (Expand) | Author | Age | Files | Lines |
| * | runtime: unify some signal handling functions | Ian Lance Taylor | 2016-09-24 | 1 | -1/+1 |
| * | all: fix assembly vet issues | Josh Bleecher Snyder | 2016-08-25 | 1 | -2/+2 |
| * | runtime: Use clock_gettime to get current time on ppc64x | Carlos Eduardo Seo | 2016-08-23 | 1 | -6/+4 |
| * | runtime: support symbolic backtrace of C code in a cgo crash | Ian Lance Taylor | 2016-04-01 | 1 | -0/+15 |
| * | runtime: fix errno sign for some mmap and mincore cases | Ian Lance Taylor | 2016-02-12 | 1 | -0/+1 |
| * | cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 whe... | Michael Hudson-Doyle | 2015-11-12 | 1 | -0/+2 |
| * | runtime, runtime/cgo: conform to PIC register use rules in ppc64 asm | Michael Hudson-Doyle | 2015-10-18 | 1 | -4/+4 |
| * | reflect, runtime, runtime/cgo: use ppc64 asm constant for fixed frame size | Michael Hudson-Doyle | 2015-10-18 | 1 | -3/+4 |
| * | cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on... | Michael Hudson-Doyle | 2015-10-18 | 1 | -27/+27 |
| * | runtime: set m.procid always on Linux | Russ Cox | 2015-06-24 | 1 | -0/+5 |
| * | all: use RET instead of RETURN on ppc64 | Austin Clements | 2015-06-06 | 1 | -31/+31 |
| * | runtime: signal forwarding | Srdjan Petrovic | 2015-04-24 | 1 | -24/+12 |
| * | runtime: fix build after CL 9164 on Linux | Shenghou Ma | 2015-04-22 | 1 | -2/+2 |
| * | runtime: merge clone0 and clone | Srdjan Petrovic | 2015-04-22 | 1 | -10/+9 |
| * | runtime: rename close to closefd | David Crawshaw | 2015-04-14 | 1 | -1/+1 |
| * | runtime: fix arm, arm64, ppc64 builds (I hope) | Ian Lance Taylor | 2015-04-03 | 1 | -1/+2 |
| * | runtime: initialize shared library at library-load time | Srdjan Petrovic | 2015-04-03 | 1 | -0/+6 |
| * | runtime: Update open/close/read/write to return -1 on error. | Keith Randall | 2015-03-03 | 1 | -0/+8 |
| * | runtime: log all thread stack traces during GODEBUG=crash on Linux and OS X | Russ Cox | 2015-01-14 | 1 | -0/+9 |
| * | cmd/cgo, runtime/cgo: support ppc64 | Austin Clements | 2015-01-07 | 1 | -0/+7 |
| * | all: power64 is now ppc64 | Russ Cox | 2014-12-05 | 1 | -0/+384 |