| Age | Commit message (Expand) | Author |
| 2014-08-24 | runtime: convert sigqueue to Go | Dmitriy Vyukov |
| 2014-08-07 | cmd/cc, runtime: eliminate use of the unnamed substructure C extension | Peter Collingbourne |
| 2014-07-29 | runtime: mark global var as NOPTR | Dmitriy Vyukov |
| 2013-08-12 | runtime: change textflags from numbers to symbols | Keith Randall |
| 2013-07-22 | runtime: introduce notetsleepg function | Dmitriy Vyukov |
| 2013-07-12 | runtime: correctly handle signals received on foreign threads | Shenghou Ma |
| 2013-03-15 | os/signal: add Stop, be careful about SIGHUP | Russ Cox |
| 2013-03-05 | undo CL 7301062 / 9742f722b558 | Russ Cox |
| 2013-03-04 | runtime: restrict stack root scan to locals and arguments | Carl Shapiro |
| 2013-02-20 | runtime: introduce entersyscallblock() | Dmitriy Vyukov |
| 2012-12-28 | runtime: fix potential crash in sigqueue | Dmitriy Vyukov |
| 2012-02-17 | runtime: Permit default behaviour of SIGTSTP, SIGTTIN, SIGTTOU. | David Symonds |
| 2012-02-14 | runtime, syscall, os/signal: fix windows build | Alex Brainman |
| 2012-02-13 | os/signal: selective signal handling | Russ Cox |
| 2011-12-16 | runtime: make more build-friendly | Russ Cox |
| 2010-11-04 | runtime: ,s/[a-zA-Z0-9_]+/runtimeĀ·&/g, almost | Russ Cox |
| 2010-06-28 | Only catch all signals if os/signal package imported. | Ian Lance Taylor |
| 2010-04-20 | runtime: rename cgo2c, *.cgo to goc2c, *.goc | Russ Cox |