| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: minimize time between lockextra/unlockextra | Ian Lance Taylor | 2016-01-14 | 1 | -2/+2 |
* | runtime: for c-archive/c-shared, install signal handlers synchronously | Ian Lance Taylor | 2016-01-09 | 1 | -0/+8 |
* | runtime: preserve signal stack when calling Go on C thread | Ian Lance Taylor | 2016-01-06 | 1 | -2/+18 |
* | runtime: use a proper type, sigset, for m.sigmask | Elias Naur | 2015-11-24 | 1 | -8/+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/+8 |
* | runtime: use a proper type, sigset, for m.sigmask | Elias Naur | 2015-11-17 | 1 | -8/+3 |
* | runtime: update newosproc asm to access m.id directly | Matthew Dempsky | 2015-11-12 | 1 | -2/+1 |
* | runtime: break out system-specific constants into package sys | Michael Matloob | 2015-11-12 | 1 | -2/+5 |
* | runtime: if we don't handle a signal on a non-Go thread, raise it | Ian Lance Taylor | 2015-07-22 | 1 | -6/+12 |
* | 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: rename close to closefd | David Crawshaw | 2015-04-14 | 1 | -1/+1 |
* | 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,reflect,cmd/internal/gc: Fix comments referring to .c/.h files | Keith Randall | 2015-03-11 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | runtime: run libc SIGSETXID and SIGCANCEL handlers on signal stack | Austin Clements | 2014-12-23 | 1 | -0/+5 |
* | runtime: clean up & go-ify the hash function seeder | Keith Randall | 2014-12-10 | 1 | -9/+3 |
* | [dev.cc] runtime: change set_sec to take int64 | Russ Cox | 2014-11-14 | 1 | -1/+1 |
* | [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack | Russ Cox | 2014-11-12 | 1 | -2/+2 |
* | [dev.cc] runtime: convert freebsd to Go | Russ Cox | 2014-11-11 | 1 | -0/+221 |