| Age | Commit message (Expand) | Author |
| 2016-04-06 | runtime: rename os1_linux.go to os_linux.go | Brad Fitzpatrick |
| 2016-04-06 | runtime: merge os_linux.go into os1_linux.go | Brad Fitzpatrick |
| 2016-04-01 | runtime: support symbolic backtrace of C code in a cgo crash | Ian Lance Taylor |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-02-21 | all: use cannot instead of can not | Josh Bleecher Snyder |
| 2016-01-14 | runtime: minimize time between lockextra/unlockextra | Ian Lance Taylor |
| 2016-01-09 | runtime: for c-archive/c-shared, install signal handlers synchronously | Ian Lance Taylor |
| 2016-01-06 | runtime: preserve signal stack when calling Go on C thread | Ian Lance Taylor |
| 2015-11-24 | runtime: use a proper type, sigset, for m.sigmask | Elias Naur |
| 2015-11-18 | runtime: fix bad signal stack when using cgo-created threads and async signals | Russ Cox |
| 2015-11-18 | Revert "runtime: use a proper type, sigset, for m.sigmask" | Russ Cox |
| 2015-11-17 | runtime: use a proper type, sigset, for m.sigmask | Elias Naur |
| 2015-11-12 | runtime: update newosproc asm to access m.id directly | Matthew Dempsky |
| 2015-11-12 | runtime: ignore rt_sigaction error if it is for SIGRTMAX | Michael Hudson-Doyle |
| 2015-11-12 | runtime: break out system-specific constants into package sys | Michael Matloob |
| 2015-11-12 | runtime: restructured os1_linux.go, added mips64 support | Yao Zhang |
| 2015-10-26 | runtime: use a 64kb system stack on arm | David Crawshaw |
| 2015-07-27 | runtime: pass a smaller buffer to sched_getaffinity on ARM | Michael Hudson-Doyle |
| 2015-07-22 | runtime: handle linux CPU masks up to 64k CPUs | Russ Cox |
| 2015-07-22 | runtime: if we don't handle a signal on a non-Go thread, raise it | Ian Lance Taylor |
| 2015-06-24 | runtime: set m.procid always on Linux | Russ Cox |
| 2015-06-02 | runtime: clean up signalstack API | Austin Clements |
| 2015-05-22 | runtime: don't always unblock all signals | Elias Naur |
| 2015-04-24 | runtime: implement xadduintptr and update system mstats using it | Srdjan Petrovic |
| 2015-04-22 | runtime: merge clone0 and clone | Srdjan Petrovic |
| 2015-04-14 | runtime: rename close to closefd | David Crawshaw |
| 2015-04-03 | runtime: initialize shared library at library-load time | Srdjan Petrovic |
| 2015-03-30 | runtime: make "write barriers are not allowed" comments more precise | Austin Clements |
| 2015-03-26 | runtime: disallow write barriers in handoffp and callees | Austin Clements |
| 2015-01-09 | runtime: use urandom instead of random | Keith Randall |
| 2014-12-28 | runtime: rename gothrow to throw | Keith Randall |
| 2014-12-23 | runtime: run libc SIGSETXID and SIGCANCEL handlers on signal stack | Austin Clements |
| 2014-12-10 | runtime: clean up & go-ify the hash function seeder | Keith Randall |
| 2014-11-14 | [dev.cc] runtime: change set_sec to take int64 | Russ Cox |
| 2014-11-14 | [dev.cc] runtime: fix linux build | Russ Cox |
| 2014-11-14 | [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc | Russ Cox |
| 2014-11-12 | [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack | Russ Cox |
| 2014-11-11 | [dev.cc] runtime: convert operating system support code from C to Go | Russ Cox |