| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: support capturing C backtrace from signal handler on darwin/amd64 | Nikhil Benesch | 2018-07-04 | 1 | -1/+6 |
* | runtime: respect timeout in semasleep on Darwin | Nikhil Benesch | 2018-06-25 | 1 | -1/+1 |
* | runtime: move semaphore ops from system calls to libc calls on Darwin | Keith Randall | 2018-06-16 | 1 | -279/+45 |
* | runtime: move darwin kevent calls to libc | Keith Randall | 2018-06-13 | 1 | -6/+0 |
* | runtime: use libc's signal functions on Darwin | Keith Randall | 2018-06-12 | 1 | -20/+9 |
* | runtime: remove unused darwinVersion and getDarwinVersion | Tobias Klauser | 2018-06-07 | 1 | -25/+3 |
* | cmd/link,runtime: move syscalls to libc on iOS | Elias Naur | 2018-05-21 | 1 | -2/+0 |
* | runtime: use raise instead of pthread_self and pthread_kill | Elias Naur | 2018-05-21 | 1 | -6/+0 |
* | runtime: fix darwin 386/amd64 stack switches | Keith Randall | 2018-05-19 | 1 | -6/+5 |
* | runtime: implement darwin raise with pthread_self and pthread_kill | Elias Naur | 2018-05-01 | 1 | -1/+6 |
* | runtime: convert exit to use pthread library on Darwin | Keith Randall | 2018-05-01 | 1 | -9/+7 |
* | runtime,cmd/ld: on darwin, create theads using libc | Keith Randall | 2018-04-30 | 1 | -29/+63 |
* | runtime: remove unused memlimit function | Austin Clements | 2018-02-13 | 1 | -8/+0 |
* | runtime: fix time.Now on Sierra and older | Giovanni Bajo | 2018-01-16 | 1 | -4/+25 |
* | runtime: don't restore the alternate signal stack on ios | Elias Naur | 2017-10-12 | 1 | -1/+5 |
* | runtime: unify amd64 -buildmode=c-archive/c-shared entry point code | Ian Lance Taylor | 2017-10-11 | 1 | -2/+2 |
* | runtime: os.Executable runtime support for Darwin | Shenghou Ma | 2016-11-07 | 1 | -0/+18 |
* | runtime: accept timeout from non-timeout semaphore wait on OS X | Russ Cox | 2016-10-25 | 1 | -1/+4 |
* | runtime: don't call cgocallback from signal handler | Ian Lance Taylor | 2016-10-05 | 1 | -1/+1 |
* | runtime: minor simplifications to signal code | Ian Lance Taylor | 2016-09-28 | 1 | -14/+11 |
* | runtime: remove sigmask type, use sigset instead | Ian Lance Taylor | 2016-09-27 | 1 | -2/+2 |
* | runtime: unify Unix implementations of unminit | Ian Lance Taylor | 2016-09-26 | 1 | -3/+1 |
* | runtime: merge setting new signal mask in minit | Ian Lance Taylor | 2016-09-26 | 1 | -12/+5 |
* | runtime: unify handling of alternate signal stack | Ian Lance Taylor | 2016-09-26 | 1 | -25/+4 |
* | runtime: unify some signal handling functions | Ian Lance Taylor | 2016-09-24 | 1 | -24/+3 |
* | runtime: fetch physical page size from the OS | Austin Clements | 2016-09-06 | 1 | -1/+21 |
* | all: fix assembly vet issues | Josh Bleecher Snyder | 2016-08-25 | 1 | -2/+4 |
* | runtime: rename os1_darwin.go to os_darwin.go | Brad Fitzpatrick | 2016-04-13 | 1 | -0/+582 |
* | runtime: merge the darwin os*.go files together | Brad Fitzpatrick | 2016-04-13 | 1 | -42/+0 |
* | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 1 | -1/+1 |
* | runtime: move machport into darwin's mOS | Matthew Dempsky | 2016-02-22 | 1 | -0/+1 |
* | runtime: write sigsetstack for Darwin, fix sigaction arg | Ian Lance Taylor | 2015-12-18 | 1 | -1/+1 |
* | runtime: use a proper type, sigset, for m.sigmask | Elias Naur | 2015-11-24 | 1 | -1/+1 |
* | Revert "runtime: use a proper type, sigset, for m.sigmask" | Russ Cox | 2015-11-18 | 1 | -1/+1 |
* | runtime: use a proper type, sigset, for m.sigmask | Elias Naur | 2015-11-17 | 1 | -1/+1 |
* | runtime: move m's OS-specific semaphore fields into mOS | Matthew Dempsky | 2015-11-13 | 1 | -1/+3 |
* | runtime: split plan9 and solaris's m fields into new embedded mOS type | Matthew Dempsky | 2015-10-22 | 1 | -0/+2 |
* | runtime: if we don't handle a signal on a non-Go thread, raise it | Ian Lance Taylor | 2015-07-22 | 1 | -1/+1 |
* | runtime: fix arm64 asm vet issues | Josh Bleecher Snyder | 2015-04-22 | 1 | -1/+1 |
* | runtime: darwin/amd64 library entry point | David Crawshaw | 2015-04-08 | 1 | -1/+1 |
* | runtime: log all thread stack traces during GODEBUG=crash on Linux and OS X | Russ Cox | 2015-01-14 | 1 | -0/+1 |
* | [dev.cc] runtime: convert freebsd to Go | Russ Cox | 2014-11-11 | 1 | -4/+0 |
* | [dev.cc] runtime: convert operating system support code from C to Go | Russ Cox | 2014-11-11 | 1 | -9/+25 |
* | runtime: remove duplicated Go constants | Russ Cox | 2014-09-16 | 1 | -2/+0 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+26 |