| Commit message (Expand) | Author | Age | Files | Lines |
| * | os, runtime: remove unused implementations of os.sigpipe | Ian Lance Taylor | 2023-05-12 | 1 | -5/+0 |
| * | runtime: reuse freed memory blocks on wasm | Achille Roussel | 2023-03-21 | 1 | -1/+1 |
| * | runtime: always keep global reference to mp until mexit completes | Michael Pratt | 2022-10-18 | 1 | -1/+1 |
| * | runtime: add safe arena support to the runtime | Michael Anthony Knyszek | 2022-10-12 | 1 | -1/+8 |
| * | runtime: trivial replacements of g in remaining files | Michael Pratt | 2022-08-02 | 1 | -9/+9 |
| * | runtime: trivial replacements of _g_ in os files | Michael Pratt | 2022-08-02 | 1 | -3/+3 |
| * | runtime: clean up canpanic | Michael Pratt | 2022-08-02 | 1 | -1/+1 |
| * | runtime: pass correct string to exits on Plan 9 | Ori Bernstein | 2022-07-04 | 1 | -1/+1 |
| * | runtime: tweak js and plan9 to avoid/disable write barrier & gc problems | David Chase | 2022-05-13 | 1 | -1/+3 |
| * | all: separate doc comment from //go: directives | Russ Cox | 2022-04-05 | 1 | -0/+2 |
| * | [dev.typeparams] runtime: use internal/abi.FuncPCABI0 for sigtramp PC on Plan 9 | Cherry Mui | 2021-05-20 | 1 | -1/+2 |
| * | runtime: init plan9 hashkey by time | Meng Zhuo | 2021-03-30 | 1 | -1/+17 |
| * | runtime: clean up system calls during cgo callback init | Russ Cox | 2021-02-19 | 1 | -0/+10 |
| * | runtime: free Windows event handles after last lock is dropped | Jason A. Donenfeld | 2021-01-18 | 1 | -0/+5 |
| * | runtime: linux iscgo support for not blocking nptl signals | Andrew G. Morgan | 2020-12-23 | 1 | -1/+1 |
| * | runtime: block signals in needm before allocating M | Ian Lance Taylor | 2020-10-28 | 1 | -1/+1 |
| * | runtime/debug: provide Addr method for errors from SetPanicOnFault | Keith Randall | 2020-09-18 | 1 | -1/+4 |
| * | runtime: replace index and contains with bytealg calls | Austin Clements | 2020-08-17 | 1 | -2/+16 |
| * | runtime, syscall: use local cache for Setenv/Getenv in Plan 9 | Richard Miller | 2020-06-19 | 1 | -3/+0 |
| * | runtime: don't enable notes (=signals) too early in Plan 9 | Richard Miller | 2020-05-18 | 1 | -1/+3 |
| * | runtime: use signals to preempt Gs for suspendG | Austin Clements | 2019-11-02 | 1 | -0/+8 |
| * | runtime: wrap nanotime, walltime, and write | Austin Clements | 2019-09-04 | 1 | -4/+4 |
| * | cmd/compile,runtime: provide index information on bounds check failure | Keith Randall | 2019-03-18 | 1 | -12/+0 |
| * | runtime: replace calls to hasprefix with hasPrefix | Martin Möhrmann | 2018-08-22 | 1 | -5/+5 |
| * | runtime: perform crashes outside systemstack | Elias Naur | 2018-04-30 | 1 | -0/+1 |
| * | runtime,cmd/ld: on darwin, create theads using libc | Keith Randall | 2018-04-30 | 1 | -1/+1 |
| * | runtime: remove unused memlimit function | Austin Clements | 2018-02-13 | 1 | -4/+0 |
| * | runtime: make it possible to exit Go-created threads | Austin Clements | 2017-10-11 | 1 | -0/+6 |
| * | syscall: make Exit call runtime.exit | Alex Brainman | 2017-09-27 | 1 | -1/+1 |
| * | runtime, syscall: reset signal handlers to default in child | Ian Lance Taylor | 2017-06-14 | 1 | -0/+5 |
| * | net: implement asynchonous cancelable I/O on Plan 9 | David du Colombier | 2016-11-12 | 1 | -0/+1 |
| * | runtime, syscall: appease vet | Josh Bleecher Snyder | 2016-10-25 | 1 | -1/+1 |
| * | runtime: minor simplifications to signal code | Ian Lance Taylor | 2016-09-28 | 1 | -1/+1 |
| * | runtime: fetch physical page size from the OS | Austin Clements | 2016-09-06 | 1 | -0/+50 |
| * | os: rename remaining four os1_*.go files to os_*.go | Brad Fitzpatrick | 2016-05-06 | 1 | -0/+438 |
| * | runtime: delete empty files | Brad Fitzpatrick | 2016-05-06 | 1 | -5/+0 |
| * | runtime: merge the last four os-vs-os1 files together | Brad Fitzpatrick | 2016-05-06 | 1 | -145/+0 |
| * | runtime: signal handling support for plan9_arm | Richard Miller | 2016-03-07 | 1 | -1/+9 |
| * | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 1 | -1/+1 |
| * | runtime: move m's OS-specific semaphore fields into mOS | Matthew Dempsky | 2015-11-13 | 1 | -2/+3 |
| * | runtime: split plan9 and solaris's m fields into new embedded mOS type | Matthew Dempsky | 2015-10-22 | 1 | -0/+5 |
| * | runtime: rename close to closefd | David Crawshaw | 2015-04-14 | 1 | -1/+1 |
| * | runtime: cleanup after conversion to Go | Dmitry Vyukov | 2015-02-13 | 1 | -0/+5 |
| * | runtime: rename gothrow to throw | Keith Randall | 2014-12-28 | 1 | -4/+4 |
| * | runtime: remove thunk.s | Russ Cox | 2014-12-23 | 1 | -0/+1 |
| * | runtime: fix brk_ signature for plan9 | mischief | 2014-12-20 | 1 | -1/+1 |
| * | [dev.cc] runtime: convert Plan 9 port to Go | David du Colombier | 2014-11-21 | 1 | -0/+27 |
| * | runtime: remove duplicated Go constants | Russ Cox | 2014-09-16 | 1 | -4/+0 |
| * | runtime: call rfork on scheduler stack on Plan 9 | Anthony Martin | 2014-09-09 | 1 | -1/+2 |
| * | liblink, runtime: diagnose and fix C code running on Go stack | Russ Cox | 2014-09-08 | 1 | -0/+72 |