1. f0876a1 runtime: log all thread stack traces during GODEBUG=crash on Unix by Ian Lance Taylor · 10 years ago
  2. 872b168 runtime: if we don't handle a signal on a non-Go thread, raise it by Ian Lance Taylor · 10 years ago
  3. cea272d runtime: rename close to closefd by David Crawshaw · 10 years ago
  4. 658a338 cmd/internal/ld, runtime: halve tlsoffset on ELF/intel by Michael Hudson-Doyle · 10 years ago
  5. f584c05 runtime: Update open/close/read/write to return -1 on error. by Keith Randall · 10 years ago
  6. 20a6ff7 runtime: eliminate uses of BP on amd64 by Austin Clements · 10 years ago
  7. e9ce76b runtime, syscall: use SYSCALL instruction on FreeBSD. by Bill Thiede · 10 years ago
  8. 15ced2d [dev.cc] runtime: convert assembly files for C to Go transition by Russ Cox · 10 years ago
  9. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/sys_freebsd_amd64.s]
  10. cb040d5 runtime: use new #include "textflag.h" by Russ Cox · 11 years ago
  11. 25f6b02 cmd/cc, runtime: convert C compilers to use Go calling convention by Russ Cox · 11 years ago
  12. 89f185f all: remove 'extern register M *m' from runtime by Russ Cox · 11 years ago
  13. 36013e4 runtime: use monotonic clock for timers on freebsd/amd64,386,arm by Mikio Hara · 11 years ago
  14. a70cbf1 runtime: fix freebsd build by Russ Cox · 12 years ago
  15. 555da73 runtime, syscall: work around FreeBSD/amd64 kernel bug by Russ Cox · 12 years ago
  16. 0273dc1 runtime: convert .s textflags from numbers to symbolic constants. by Keith Randall · 12 years ago
  17. 2f1ead7 runtime: correctly handle signals received on foreign threads Fixes #3250. by Shenghou Ma · 12 years ago
  18. c5732c8 runtime: integrated network poller for freebsd/amd64,386, openbsd/amd64,386 by Mikio Hara · 12 years ago
  19. 5146a93 runtime: accept GOTRACEBACK=crash to mean 'crash after panic' by Russ Cox · 12 years ago
  20. e3c7a9d runtime: use 64-bit negative error code on 64-bit machines by Russ Cox · 12 years ago
  21. a5d4024 runtime: faster & safer hash function by Keith Randall · 12 years ago
  22. e6a3e22 runtime: start all threads with runtime.mstart by Russ Cox · 12 years ago
  23. d0d7416 runtime: more build fixing by Russ Cox · 12 years ago
  24. c5f694a runtime: fix new scheduler on freebsd, windows by Russ Cox · 12 years ago
  25. 295a4d8 runtime: ignore failure from madvise by Russ Cox · 12 years ago
  26. 7777bac runtime: use clock_gettime to get ns resolution for time.now & runtime.nanotime by Shenghou Ma · 12 years ago
  27. 1fbe309 runtime: fix madvise for freebsd/amd64 by Mikio Hara · 12 years ago
  28. 314fd62 runtime: implement runtime.SysUnused on FreeBSD by John Graham-Cumming · 12 years ago
  29. 532dee3 runtime: discard SIGPROF delivered to non-Go threads. by Alan Donovan · 13 years ago
  30. b236911 runtime: print error on receipt of signal on non-Go thread by Russ Cox · 13 years ago
  31. 36aa7d4 runtime: inline calls to notok by Russ Cox · 13 years ago
  32. b0beeb1 runtime: fix freebsd crash by Russ Cox · 13 years ago
  33. 102274a runtime: size arena to fit in virtual address space limit by Russ Cox · 13 years ago
  34. b089106 runtime: fix FreeBSD signal handling around thread creation by Devon H. O'Dell · 13 years ago
  35. 8542dc0 runtime: use SYSCALL instead of INT 0x80 in FreeBSD's runtime.osyield on amd64 by Devon H. O'Dell · 13 years ago
  36. dff5535 runtime: implement runtime.osyield on FreeBSD 386, amd64 by Devon H. O'Dell · 13 years ago
  37. c30ba7e runtime: implement runtime.usleep for FreeBSD/386 and amd64. by Shenghou Ma · 13 years ago
  38. 12bf000 runtime: enable runtime.ncpu on FreeBSD by Devon H. O'Dell · 13 years ago
  39. 5588940 runtime: separate out auto-generated files, take 2 by Russ Cox · 13 years ago
  40. 86dcc43 runtime: hg revert -r 6ec0a5c12d75 by Russ Cox · 13 years ago
  41. bd9243d runtime: separate out auto-generated files by Russ Cox · 13 years ago
  42. 851f301 runtime: make more build-friendly by Russ Cox · 13 years ago[Renamed (98%) from src/pkg/runtime/freebsd/amd64/sys.s]
  43. efe3d35 time: new Time, Duration, ZoneInfo types by Russ Cox · 13 years ago
  44. f437331 time: faster Nanoseconds call by Russ Cox · 13 years ago
  45. 723f73c freebsd: Add stubs for runtime·osyield and runtime·usleep. by David Symonds · 14 years ago
  46. 8698bb6 runtime: turn "too many EPIPE" into real SIGPIPE by Russ Cox · 14 years ago
  47. 8dee872 runtime: os-specific types and code for setitimer by Russ Cox · 14 years ago
  48. 690291a runtime: pass to signal handler value of g at time of signal by Russ Cox · 14 years ago
  49. b3e8fdc darwin, freebsd: ignore write failure (during print, panic) by Russ Cox · 14 years ago
  50. 68b4255 runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost by Russ Cox · 14 years ago
  51. 649aab8 runtime: add mmap of null page just in case by Russ Cox · 15 years ago
  52. d4cc557 runtime: use manual stack for garbage collection by Russ Cox · 15 years ago
  53. e473f42 amd64: use segment memory for thread-local storage by Russ Cox · 15 years ago
  54. d89b357 runtime: handle malloc > 2GB correctly by Russ Cox · 15 years ago
  55. 6c19601 runtime: various arm fixes by Russ Cox · 15 years ago
  56. de90a7d runtime: fix FreeBSD build by Russ Cox · 15 years ago
  57. e4f0681 runtime: instrument malloc + garbage collector. by Russ Cox · 15 years ago
  58. 718be32 in C and asm, replace pkg·name with ·name by Russ Cox · 15 years ago
  59. 5a4a08f Fix stack on FreeBSD / add stack check across the board by Devon H. O'Dell · 15 years ago
  60. 0489a26 FreeBSD-specific porting work. by Devon H. O'Dell · 15 years ago