- c430313 runtime: use abi.FuncPCABI0 for libc syscall wrappers by Cherry Zhang · 3 years, 11 months ago
- 0d94f98 runtime: clean up system calls during cgo callback init by Russ Cox · 4 years, 1 month ago
- dbab079 runtime: free Windows event handles after last lock is dropped by Jason A. Donenfeld · 4 years, 2 months ago
- c155931 internal/cpu: add darwin/arm64 CPU feature detection support by Martin Möhrmann · 4 years, 4 months ago
- 7f688d1 runtime: mlock signal stack on macOS/ARM64 by Cherry Zhang · 4 years, 4 months ago
- 8ebc584 runtime: delineate which memstats are system stats with a type by Michael Anthony Knyszek · 4 years, 8 months ago
- 28e549d runtime: use sigaltstack on macOS/ARM64 by Cherry Zhang · 4 years, 6 months ago
- f7e6ab4 all: remove scattered remnants of darwin/arm by Austin Clements · 5 years ago
- 42aab4b runtime: M-targeted signals for libc-based OSes by Austin Clements · 5 years ago
- c485e8b runtime: use a pipe to wake up signal_recv on Darwin by Ian Lance Taylor · 6 years ago
- 1130cc7 Revert "runtime: use dispatch semaphores on Darwin" by Ian Lance Taylor · 6 years ago
- 85d56c3 runtime: use dispatch semaphores on Darwin by Ian Lance Taylor · 6 years ago
- c00ff65 runtime: use default system stack size, not 64 kB, on non-cgo macOS by Russ Cox · 6 years ago
- 0a7bc8f runtime: introduce and consistently use setNsec for timespec by Ian Lance Taylor · 6 years ago
- 42257a2 runtime: in semasleep, subtract time spent so far from timeout by Keith Randall · 7 years ago
- 5929ead runtime: support capturing C backtrace from signal handler on darwin/amd64 by Nikhil Benesch · 7 years ago
- 6fdbed0 runtime: respect timeout in semasleep on Darwin by Nikhil Benesch · 7 years ago
- 5b5473c runtime: move semaphore ops from system calls to libc calls on Darwin by Keith Randall · 7 years ago
- 72c29fc runtime: move darwin kevent calls to libc by Keith Randall · 7 years ago
- ec98933 runtime: use libc's signal functions on Darwin by Keith Randall · 7 years ago
- 5f2b4f2 runtime: remove unused darwinVersion and getDarwinVersion by Tobias Klauser · 7 years ago
- c8d0729 cmd/link,runtime: move syscalls to libc on iOS by Elias Naur · 7 years ago
- 467e15a runtime: use raise instead of pthread_self and pthread_kill by Elias Naur · 7 years ago
- e86c267 runtime: fix darwin 386/amd64 stack switches by Keith Randall · 7 years ago
- c2fdb42 runtime: implement darwin raise with pthread_self and pthread_kill by Elias Naur · 7 years ago
- 21656d0 runtime: convert exit to use pthread library on Darwin by Keith Randall · 7 years ago
- b7f1777 runtime,cmd/ld: on darwin, create theads using libc by Keith Randall · 7 years ago
- 8693b4f runtime: remove unused memlimit function by Austin Clements · 7 years ago
- 2d6f941 runtime: fix time.Now on Sierra and older by Giovanni Bajo · 7 years ago
- 764a6ac runtime: don't restore the alternate signal stack on ios by Elias Naur · 7 years ago
- 30cb30e runtime: unify amd64 -buildmode=c-archive/c-shared entry point code by Ian Lance Taylor · 7 years ago
- 2058511 runtime: os.Executable runtime support for Darwin by Shenghou Ma · 9 years ago
- 71cf409 runtime: accept timeout from non-timeout semaphore wait on OS X by Russ Cox · 8 years ago
- 6c13a1d runtime: don't call cgocallback from signal handler by Ian Lance Taylor · 8 years ago
- eb268cb runtime: minor simplifications to signal code by Ian Lance Taylor · 8 years ago
- fdc1671 runtime: remove sigmask type, use sigset instead by Ian Lance Taylor · 8 years ago
- e2e11f0 runtime: unify Unix implementations of unminit by Ian Lance Taylor · 8 years ago
- ac24388 runtime: merge setting new signal mask in minit by Ian Lance Taylor · 8 years ago
- d15295c runtime: unify handling of alternate signal stack by Ian Lance Taylor · 8 years ago
- ab552aa runtime: unify some signal handling functions by Ian Lance Taylor · 8 years ago
- 276a52d runtime: fetch physical page size from the OS by Austin Clements · 9 years ago
- 71ab9fa all: fix assembly vet issues by Josh Bleecher Snyder · 9 years ago
- 73e2ad2 runtime: rename os1_darwin.go to os_darwin.go by Brad Fitzpatrick · 9 years ago[Renamed from src/runtime/os1_darwin.go]
- d9712aa runtime: merge the darwin os*.go files together by Brad Fitzpatrick · 9 years ago
- 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
- e43c74a all: use cannot instead of can not by Josh Bleecher Snyder · 9 years ago
- 0408ca7 runtime: don't check sigaltstack on darwin/{arm,arm64} by Ian Lance Taylor · 9 years ago
- efd93a4 runtime: minimize time between lockextra/unlockextra by Ian Lance Taylor · 9 years ago
- 21b4f23 runtime: for c-archive/c-shared, install signal handlers synchronously by Ian Lance Taylor · 9 years ago
- a7cad52 runtime: preserve signal stack when calling Go on C thread by Ian Lance Taylor · 9 years ago
- f40c05e runtime: write sigsetstack for Darwin, fix sigaction arg by Ian Lance Taylor · 9 years ago
- a7383fc runtime: use a proper type, sigset, for m.sigmask by Elias Naur · 9 years ago
- f8e6418 runtime: fix bad signal stack when using cgo-created threads and async signals by Russ Cox · 9 years ago
- 5af2be8 Revert "runtime: use a proper type, sigset, for m.sigmask" by Russ Cox · 9 years ago
- 7db7727 runtime: use a proper type, sigset, for m.sigmask by Elias Naur · 9 years ago
- ec9aae7 runtime: move m's OS-specific semaphore fields into mOS by Matthew Dempsky · 9 years ago
- dbdd8c2 runtime: update newosproc asm to access m.id directly by Matthew Dempsky · 9 years ago
- 4a19081 runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systems by Russ Cox · 10 years ago
- 872b168 runtime: if we don't handle a signal on a non-Go thread, raise it by Ian Lance Taylor · 10 years ago
- c02b891 runtime: clean up signalstack API by Austin Clements · 10 years ago
- 84cfba1 runtime: don't always unblock all signals by Elias Naur · 10 years ago
- 6ad33be runtime: implement xadduintptr and update system mstats using it by Srdjan Petrovic · 10 years ago
- cea272d runtime: rename close to closefd by David Crawshaw · 10 years ago
- b0a85f5 runtime: darwin/amd64 library entry point by David Crawshaw · 10 years ago
- 9e6f7aa runtime: make "write barriers are not allowed" comments more precise by Austin Clements · 10 years ago
- 392336f runtime: disallow write barriers in handoffp and callees by Austin Clements · 10 years ago
- 1de9c40 runtime: use urandom instead of random by Keith Randall · 10 years ago
- b2a950b runtime: rename gothrow to throw by Keith Randall · 10 years ago
- 675eb72 runtime: run libc SIGSETXID and SIGCANCEL handlers on signal stack by Austin Clements · 10 years ago
- 6820be2 runtime: clean up & go-ify the hash function seeder by Keith Randall · 10 years ago
- 656be31 [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack by Russ Cox · 10 years ago
- e785e3a [dev.cc] runtime: convert operating system support code from C to Go by Russ Cox · 10 years ago