1. 193088b runtime: separate error result for mmap by Austin Clements · 7 years ago
  2. eff2b26 runtime: make it possible to exit Go-created threads by Austin Clements · 8 years ago
  3. 0e33559 time: record monotonic clock reading in time.Now, for more accurate comparisons by Russ Cox · 8 years ago
  4. 29cb721 runtime: preserve callee-saved C registers in sigtramp by Bryan C. Mills · 8 years ago
  5. f91ddaa runtime, syscall: update openbsd for changes to syskill by Joel Sing · 8 years ago
  6. 8380de4 runtime: align stack pointer in sigfwd by Bryan C. Mills · 8 years ago
  7. 9828b7c runtime, syscall: use FP instead of SP for parameters by Matthew Dempsky · 8 years ago
  8. ab552aa runtime: unify some signal handling functions by Ian Lance Taylor · 9 years ago
  9. 71ab9fa all: fix assembly vet issues by Josh Bleecher Snyder · 9 years ago
  10. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  11. f7e51c1 runtime: adjust gsignal stack to current signal stack by Ian Lance Taylor · 9 years ago
  12. a9bebd9 runtime: update comment that was missed in CL 6584 by Matthew Dempsky · 9 years ago
  13. f0876a1 runtime: log all thread stack traces during GODEBUG=crash on Unix by Ian Lance Taylor · 10 years ago
  14. cea272d runtime: rename close to closefd by David Crawshaw · 10 years ago
  15. 658a338 cmd/internal/ld, runtime: halve tlsoffset on ELF/intel by Michael Hudson-Doyle · 10 years ago
  16. f584c05 runtime: Update open/close/read/write to return -1 on error. by Keith Randall · 10 years ago
  17. 20a6ff7 runtime: eliminate uses of BP on amd64 by Austin Clements · 10 years ago
  18. 15ced2d [dev.cc] runtime: convert assembly files for C to Go transition by Russ Cox · 10 years ago
  19. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/sys_openbsd_amd64.s]
  20. cb040d5 runtime: use new #include "textflag.h" by Russ Cox · 11 years ago
  21. 4dbd0db runtime: fix openbsd/386 by Matthew Dempsky · 11 years ago
  22. 25f6b02 cmd/cc, runtime: convert C compilers to use Go calling convention by Russ Cox · 11 years ago
  23. 89f185f all: remove 'extern register M *m' from runtime by Russ Cox · 11 years ago
  24. 3734663 runtime: use monotonic clock for openbsd/386 and openbsd/amd64 timers by Joel Sing · 11 years ago
  25. 471763f runtime, syscall: update for openbsd system ABI break by Joel Sing · 11 years ago
  26. 0273dc1 runtime: convert .s textflags from numbers to symbolic constants. by Keith Randall · 12 years ago
  27. ddc01d5 runtime: fix openbsd build by Dmitriy Vyukov · 12 years ago
  28. 2f1ead7 runtime: correctly handle signals received on foreign threads Fixes #3250. by Shenghou Ma · 12 years ago
  29. c5732c8 runtime: integrated network poller for freebsd/amd64,386, openbsd/amd64,386 by Mikio Hara · 12 years ago
  30. 7f50c23 runtime: correct mmap return value checking on netbsd/openbsd by Joel Sing · 12 years ago
  31. 5146a93 runtime: accept GOTRACEBACK=crash to mean 'crash after panic' by Russ Cox · 12 years ago
  32. e3c7a9d runtime: use 64-bit negative error code on 64-bit machines by Russ Cox · 12 years ago
  33. a5d4024 runtime: faster & safer hash function by Keith Randall · 12 years ago
  34. 295a4d8 runtime: ignore failure from madvise by Russ Cox · 12 years ago
  35. 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
  36. 7777bac runtime: use clock_gettime to get ns resolution for time.now & runtime.nanotime by Shenghou Ma · 12 years ago
  37. c6afb78 runtime: implement SysUnused for openbsd by Joel Sing · 12 years ago
  38. cd37fec runtime: update openbsd runtime to use new tfork syscall by Joel Sing · 12 years ago
  39. 532dee3 runtime: discard SIGPROF delivered to non-Go threads. by Alan Donovan · 13 years ago
  40. 689d5b9 runtime: use __tfork() syscall on openbsd by Joel Sing · 13 years ago
  41. 8cea1bf runtime: update openbsd thread related syscalls to match kernel by Joel Sing · 13 years ago
  42. 098b9dc runtime: block signals during thread creation on openbsd by Joel Sing · 13 years ago
  43. b236911 runtime: print error on receipt of signal on non-Go thread by Russ Cox · 13 years ago
  44. 36aa7d4 runtime: inline calls to notok by Russ Cox · 13 years ago
  45. 5588940 runtime: separate out auto-generated files, take 2 by Russ Cox · 13 years ago
  46. 86dcc43 runtime: hg revert -r 6ec0a5c12d75 by Russ Cox · 13 years ago
  47. bd9243d runtime: separate out auto-generated files by Russ Cox · 13 years ago
  48. 851f301 runtime: make more build-friendly by Russ Cox · 13 years ago[Renamed (98%) from src/pkg/runtime/openbsd/amd64/sys.s]
  49. efe3d35 time: new Time, Duration, ZoneInfo types by Russ Cox · 13 years ago
  50. cb2040b runtime: fix openbsd nanotime? by Russ Cox · 13 years ago
  51. f437331 time: faster Nanoseconds call by Russ Cox · 13 years ago
  52. 060ffab runtime: improve locking on openbsd by Joel Sing · 13 years ago
  53. b2f1eba runtime: set runtime ncpu on openbsd by Joel Sing · 13 years ago
  54. d573ad2 runtime: implement runtime usleep for openbsd by Joel Sing · 13 years ago
  55. 8aa2591 runtime: openbsd thread tweaks by Joel Sing · 14 years ago
  56. 21ac258 runtime: openbsd amd64 runtime support by Joel Sing · 14 years ago