| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: use a pipe to wake up signal_recv on Darwin | Ian Lance Taylor | 2019-06-30 | 1 | -0/+8 |
* | Revert "runtime: use dispatch semaphores on Darwin" | Ian Lance Taylor | 2019-06-21 | 1 | -21/+32 |
* | runtime: use dispatch semaphores on Darwin | Ian Lance Taylor | 2019-06-15 | 1 | -32/+21 |
* | runtime: use default system stack size, not 64 kB, on non-cgo macOS | Russ Cox | 2019-06-06 | 1 | -2/+2 |
* | runtime: save/restore callee saved registers in arm64's sigtramp | Ben Shi | 2019-06-03 | 1 | -68/+80 |
* | runtime: implement pthread functions for darwin/arm64 | Elias Naur | 2019-04-30 | 1 | -13/+72 |
* | syscall: avoid _getdirentries64 on darwin | Keith Randall | 2019-04-03 | 1 | -3/+3 |
* | runtime,os,syscall,internal/poll: replace getdirentries on iOS | Elias Naur | 2018-12-13 | 1 | -0/+28 |
* | internal/syscall/unix: use libc calls on Darwin | Keith Randall | 2018-11-08 | 1 | -4/+10 |
* | syscall: implement syscalls on Darwin using libSystem | Keith Randall | 2018-11-07 | 1 | -1/+183 |
* | runtime: load errno as signed 32-bit | Keith Randall | 2018-08-16 | 1 | -2/+2 |
* | runtime: support capturing C backtrace from signal handler on darwin/amd64 | Nikhil Benesch | 2018-07-04 | 1 | -0/+3 |
* | runtime: respect timeout in semasleep on Darwin | Nikhil Benesch | 2018-06-25 | 1 | -2/+2 |
* | runtime: move semaphore ops from system calls to libc calls on iOS | Elias Naur | 2018-06-16 | 1 | -71/+43 |
* | runtime: move iOS kevent calls to libc | Elias Naur | 2018-06-13 | 1 | -62/+35 |
* | runtime: use libc for signal functions on iOS | Elias Naur | 2018-06-12 | 1 | -78/+87 |
* | runtime: implement time.now using libc | Keith Randall | 2018-05-29 | 1 | -16/+4 |
* | cmd/link,runtime: move syscalls to libc on iOS | Elias Naur | 2018-05-21 | 1 | -177/+113 |
* | runtime: use NOFRAME on arm64 | Austin Clements | 2018-02-12 | 1 | -1/+1 |
* | runtime: separate error result for mmap | Austin Clements | 2017-10-18 | 1 | -1/+7 |
* | runtime: make it possible to exit Go-created threads | Austin Clements | 2017-10-11 | 1 | -1/+10 |
* | runtime: fix exit1 arguments on Darwin | Austin Clements | 2017-10-05 | 1 | -0/+6 |
* | runtime: move mincore from stubs.go to os_linux.go | Hiroshi Ioka | 2017-08-11 | 1 | -1/+0 |
* | time: record monotonic clock reading in time.Now, for more accurate comparisons | Russ Cox | 2017-02-03 | 1 | -1/+1 |
* | all: fix assembly vet issues | Josh Bleecher Snyder | 2016-08-25 | 1 | -1/+1 |
* | runtime, syscall: fix kernel gettimeofday ABI change on iOS 10 | Shenghou Ma | 2016-08-05 | 1 | -2/+12 |
* | all: use cannot instead of can not | Josh Bleecher Snyder | 2016-02-21 | 1 | -1/+1 |
* | runtime: adjust gsignal stack to current signal stack | Ian Lance Taylor | 2015-12-24 | 1 | -0/+8 |
* | runtime: use pthread_sigmask, not sigprocmask, on Darwin ARM/ARM64 | Ian Lance Taylor | 2015-11-07 | 1 | -2/+2 |
* | runtime: fix darwin/amd64 assembly frame sizes | Russ Cox | 2015-07-29 | 1 | -3/+3 |
* | runtime: log all thread stack traces during GODEBUG=crash on Unix | Ian Lance Taylor | 2015-07-27 | 1 | -0/+5 |
* | runtime: fix arm64 asm vet issues | Josh Bleecher Snyder | 2015-04-22 | 1 | -7/+7 |
* | runtime: darwin/arm64 support | Shenghou Ma | 2015-04-16 | 1 | -0/+450 |