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