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