1. 6f52790 crypto/x509: use Security.framework without cgo for roots on macOS by Filippo Valsorda · 5 years ago
  2. 42aab4b runtime: M-targeted signals for libc-based OSes by Austin Clements · 5 years ago
  3. b653c87 runtime: change read and write to return negative errno value by Ian Lance Taylor · 6 years ago
  4. c485e8b runtime: use a pipe to wake up signal_recv on Darwin by Ian Lance Taylor · 6 years ago
  5. 1130cc7 Revert "runtime: use dispatch semaphores on Darwin" by Ian Lance Taylor · 6 years ago
  6. 85d56c3 runtime: use dispatch semaphores on Darwin by Ian Lance Taylor · 6 years ago
  7. 7d65e3a runtime: document, fix libc error checks on macOS by Russ Cox · 6 years ago
  8. c00ff65 runtime: use default system stack size, not 64 kB, on non-cgo macOS by Russ Cox · 6 years ago
  9. 9da6530 syscall: avoid _getdirentries64 on darwin by Keith Randall · 6 years ago
  10. 9eb383e runtime,os,syscall,internal/poll: replace getdirentries on iOS by Elias Naur · 6 years ago
  11. a3b0144 syscall: implement syscalls on Darwin using libSystem by Keith Randall · 6 years ago
  12. a68b713 runtime: load errno as signed 32-bit by Keith Randall · 7 years ago
  13. 5929ead runtime: support capturing C backtrace from signal handler on darwin/amd64 by Nikhil Benesch · 7 years ago
  14. 6fdbed0 runtime: respect timeout in semasleep on Darwin by Nikhil Benesch · 7 years ago
  15. 5b5473c runtime: move semaphore ops from system calls to libc calls on Darwin by Keith Randall · 7 years ago
  16. 72c29fc runtime: move darwin kevent calls to libc by Keith Randall · 7 years ago
  17. ec98933 runtime: use libc's signal functions on Darwin by Keith Randall · 7 years ago
  18. 6c6e22e runtime: implement time.now using libc by Keith Randall · 7 years ago
  19. 467e15a runtime: use raise instead of pthread_self and pthread_kill by Elias Naur · 7 years ago
  20. cc09212 runtime: use libc for nanotime on Darwin by Keith Randall · 7 years ago
  21. e86c267 runtime: fix darwin 386/amd64 stack switches by Keith Randall · 7 years ago
  22. 16d1a8e runtime: move open/close/read/write from syscall to libc on Darwin by Keith Randall · 7 years ago
  23. ce5c387 runtime: move more syscalls to libc on Darwin by Keith Randall · 7 years ago
  24. c2fdb42 runtime: implement darwin raise with pthread_self and pthread_kill by Elias Naur · 7 years ago
  25. 21656d0 runtime: convert exit to use pthread library on Darwin by Keith Randall · 7 years ago
  26. b7f1777 runtime,cmd/ld: on darwin, create theads using libc by Keith Randall · 7 years ago
  27. b3a854c runtime: use fixed TLS offsets on darwin/amd64 and darwin/386 by Keith Randall · 7 years ago
  28. 8bb8eaf Revert "runtime: use fixed TLS offsets on darwin/amd64 and darwin/386" by Keith Randall · 7 years ago
  29. 76e92d1 runtime: use fixed TLS offsets on darwin/amd64 and darwin/386 by Keith Randall · 7 years ago
  30. 2d6f941 runtime: fix time.Now on Sierra and older by Giovanni Bajo · 7 years ago
  31. 193088b runtime: separate error result for mmap by Austin Clements · 7 years ago
  32. eff2b26 runtime: make it possible to exit Go-created threads by Austin Clements · 8 years ago
  33. 91121ff runtime: fix exit1 arguments on Darwin by Austin Clements · 8 years ago
  34. d8ff3d5 runtime: fix wall time computation in macOS High Sierra by Giovanni Bajo · 7 years ago
  35. 11f494f runtime: rename offsets macros to prepare for multiple versions by Giovanni Bajo · 7 years ago
  36. e4371fb time: optimize Now on darwin, windows by Russ Cox · 8 years ago
  37. 0e33559 time: record monotonic clock reading in time.Now, for more accurate comparisons by Russ Cox · 8 years ago
  38. 69e1634 runtime: darwin/amd64, don't depend on outarg slots being unmodified by Keith Randall · 8 years ago
  39. e546b29 runtime: use mach_absolute_time for runtime.nanotime by Lars Wiegman · 8 years ago
  40. 8380de4 runtime: align stack pointer in sigfwd by Bryan C. Mills · 8 years ago
  41. 5594074 runtime: use clock_gettime(CLOCK_REALTIME) for nanosecond-precision time.now on arm64, mips64x by Russ Cox · 8 years ago
  42. c273503 runtime: unify sigtrampgo by Ian Lance Taylor · 8 years ago
  43. 71ab9fa all: fix assembly vet issues by Josh Bleecher Snyder · 9 years ago
  44. 2da5633 runtime: fix nanotime for macOS Sierra, again. by Brad Fitzpatrick · 9 years ago
  45. ff227b8 runtime: add explicit `INT $3` at end of Darwin amd64 sigtramp by Ian Lance Taylor · 9 years ago
  46. fad2bbd runtime: fix nanotime for macOS Sierra by Ian Lance Taylor · 9 years ago
  47. fbdfa99 runtime: for c-archive/c-shared, don't install unnecessary signal handlers by Ian Lance Taylor · 9 years ago
  48. a5b693b runtime: signal forwarding for darwin/amd64 by David Crawshaw · 10 years ago
  49. 87054c4 runtime: fix more vet reported issues by Shenghou Ma · 10 years ago
  50. cea272d runtime: rename close to closefd by David Crawshaw · 10 years ago
  51. c844bf4 runtime: fix darwin/386, darwin/arm builds by David Crawshaw · 10 years ago
  52. b0a85f5 runtime: darwin/amd64 library entry point by David Crawshaw · 10 years ago
  53. a173357 runtime: fix return type for bsdthread_register in comments by Michael Matloob · 10 years ago
  54. f584c05 runtime: Update open/close/read/write to return -1 on error. by Keith Randall · 10 years ago
  55. c21f1d5 [dev.cc] runtime,syscall: quiet some more vet errors by Rob Pike · 10 years ago
  56. 5bfed7c runtime: log all thread stack traces during GODEBUG=crash on Linux and OS X by Russ Cox · 10 years ago
  57. 3e80463 [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc by Russ Cox · 10 years ago
  58. 15ced2d [dev.cc] runtime: convert assembly files for C to Go transition by Russ Cox · 10 years ago
  59. b55791e [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scoped by Russ Cox · 10 years ago
  60. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/sys_darwin_amd64.s]
  61. 13d0b82 runtime: implement time.now in assembly on plan9, solaris, windows by Russ Cox · 11 years ago
  62. cb040d5 runtime: use new #include "textflag.h" by Russ Cox · 11 years ago
  63. 25f6b02 cmd/cc, runtime: convert C compilers to use Go calling convention by Russ Cox · 11 years ago
  64. 89f185f all: remove 'extern register M *m' from runtime by Russ Cox · 11 years ago
  65. 0273dc1 runtime: convert .s textflags from numbers to symbolic constants. by Keith Randall · 12 years ago
  66. 2f1ead7 runtime: correctly handle signals received on foreign threads Fixes #3250. by Shenghou Ma · 12 years ago
  67. 5146a93 runtime: accept GOTRACEBACK=crash to mean 'crash after panic' by Russ Cox · 12 years ago
  68. e3c7a9d runtime: use 64-bit negative error code on 64-bit machines by Russ Cox · 12 years ago
  69. 0bee99a runtime: integrated network poller for darwin by Dmitriy Vyukov · 12 years ago
  70. a5d4024 runtime: faster & safer hash function by Keith Randall · 12 years ago
  71. 295a4d8 runtime: ignore failure from madvise by Russ Cox · 12 years ago
  72. 70e967b runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to avoid confusion with the global "m" and "g". by Jingcheng Zhang · 12 years ago
  73. 532dee3 runtime: discard SIGPROF delivered to non-Go threads. by Alan Donovan · 13 years ago
  74. 3a66bc4 runtime: use OS X vsyscall for gettimeofday (amd64) by Russ Cox · 13 years ago
  75. 44fd1d1 runtime: give proper messages when user defined DYLD_INSERT_LIBRARIES on Darwin by Shenghou Ma · 13 years ago
  76. b236911 runtime: print error on receipt of signal on non-Go thread by Russ Cox · 13 years ago
  77. 36aa7d4 runtime: inline calls to notok by Russ Cox · 13 years ago
  78. 6e2ae0a runtime/pprof: support OS X CPU profiling by Russ Cox · 13 years ago
  79. 224f05b runtime: darwin signal masking by Russ Cox · 13 years ago
  80. fec7aa9 doc: update out-of-date comments about runtime/cgo by Shenghou Ma · 13 years ago
  81. c354f93 runtime: madvise and SysUnused for Darwin by Dave Cheney · 13 years ago
  82. 1250f94 runtime: runtime.usleep() bugfix on darwin/amd64 and linux/arm by Shenghou Ma · 13 years ago
  83. 5588940 runtime: separate out auto-generated files, take 2 by Russ Cox · 13 years ago
  84. 86dcc43 runtime: hg revert -r 6ec0a5c12d75 by Russ Cox · 13 years ago
  85. bd9243d runtime: separate out auto-generated files by Russ Cox · 13 years ago
  86. 851f301 runtime: make more build-friendly by Russ Cox · 13 years ago[Renamed (98%) from src/pkg/runtime/darwin/amd64/sys.s]
  87. efe3d35 time: new Time, Duration, ZoneInfo types by Russ Cox · 13 years ago
  88. f437331 time: faster Nanoseconds call by Russ Cox · 13 years ago
  89. d324f21 runtime: parallelize garbage collector mark + sweep by Russ Cox · 13 years ago
  90. 8698bb6 runtime: turn "too many EPIPE" into real SIGPIPE by Russ Cox · 14 years ago
  91. 59a8926 runtime: fix darwin/amd64 thread VM footprint by Alexey Borzenkov · 14 years ago
  92. 8dee872 runtime: os-specific types and code for setitimer by Russ Cox · 14 years ago
  93. 690291a runtime: pass to signal handler value of g at time of signal by Russ Cox · 14 years ago
  94. 4608feb runtime: simpler heap map, memory allocation by Russ Cox · 14 years ago
  95. b3e8fdc darwin, freebsd: ignore write failure (during print, panic) by Russ Cox · 14 years ago
  96. 68b4255 runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost by Russ Cox · 14 years ago
  97. 649aab8 runtime: add mmap of null page just in case by Russ Cox · 14 years ago
  98. d4cc557 runtime: use manual stack for garbage collection by Russ Cox · 15 years ago
  99. e473f42 amd64: use segment memory for thread-local storage by Russ Cox · 15 years ago
  100. 718da33 darwin: bsdthread_create can fail; print good error by Russ Cox · 15 years ago