1. f7befa4 syscall: Add Foreground and Pgid to SysProcAttr by Michael MacInnis · 10 years ago
  2. 4f35ad6 runtime: fix return values for open/read/write/close on openbsd/arm by Joel Sing · 10 years ago
  3. 98485f5 runtime: fix linux/amd64p32 build by Dave Cheney · 10 years ago
  4. 4224d81 cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T) by Russ Cox · 10 years ago
  5. 653426f runtime: exit getfull barrier if there are partial workbufs by Austin Clements · 10 years ago
  6. 06de3f5 runtime: document subtlety around entering mark termination by Austin Clements · 10 years ago
  7. 4d2b3a0 runtime: fix arm build by Russ Cox · 10 years ago
  8. 631d6a3 runtime: implement atomicand8 atomically by Russ Cox · 10 years ago
  9. 564eab8 runtime: add GODEBUG=sbrk=1 to bypass memory allocator (and GC) by Russ Cox · 10 years ago
  10. 25e793d cmd/internal/gc, runtime: speed up some cases of _, ok := i.(T) by Josh Bleecher Snyder · 10 years ago
  11. cadd4f8 runtime: combine gcWorkProducer into gcWork by Austin Clements · 10 years ago
  12. 77fcf36 runtime: don't use cached wbuf in markroot by Austin Clements · 10 years ago
  13. fa2f9c2 runtime: run concurrent mark phase on regular stack by Austin Clements · 10 years ago
  14. bef356b runtime: improve comment in concurrent GC by Austin Clements · 10 years ago
  15. d21cef1 runtime: remove pointless harvestwbufs by Austin Clements · 10 years ago
  16. a681c30 runtime: remove out of date comment by Austin Clements · 10 years ago
  17. b90638e runtime: delete old .h files by Josh Bleecher Snyder · 10 years ago
  18. 6ffed30 runtime: fix minor typo by Josh Bleecher Snyder · 10 years ago
  19. 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
  20. fcb895f runtime: add a select test by Dmitry Vyukov · 10 years ago
  21. 87ec06f runtime: fix writebarrier throw in lock_sema by Russ Cox · 10 years ago
  22. 41dbcc1 runtime: Remove write barriers during STW. by Rick Hudson · 10 years ago
  23. ce9b512 runtime: copy env strings on startup by David Crawshaw · 10 years ago
  24. 2e7f0a0 runtime: fix comment by Dmitry Vyukov · 10 years ago
  25. 4396ea9 runtime: remove futile wakeups from trace by Dmitry Vyukov · 10 years ago
  26. 1b49a86 runtime/cgo: catch EXC_BAD_ACCESS on darwin/arm by David Crawshaw · 10 years ago
  27. 506615d runtime: factor object dumping code out of greyobject by Austin Clements · 10 years ago
  28. 830abc9 runtime: fix out of date comment by Austin Clements · 10 years ago
  29. 846ee04 runtime: add support for linux/arm64 by Aram Hăvărneanu · 10 years ago
  30. be3133b runtime: add support for openbsd/arm by Joel Sing · 10 years ago
  31. d7e3d69 runtime: skip TestStdcallAndCDeclCallbacks when gcc is missing by Shenghou Ma · 10 years ago
  32. 3b1d692 all: remove dragonfly/386 port by Joel Sing · 10 years ago
  33. f076ad8 runtime: remove reference to openbsd kern.rthreads sysctl by Joel Sing · 10 years ago
  34. 0d6a0d6 runtime: don't return a slice with nil ptr but non-zero len from growslice by Shenghou Ma · 10 years ago
  35. cd5b144 runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h files by Keith Randall · 10 years ago
  36. 7b0c73a cmd/trace: move goroutine analysis code to internal/trace by Dmitry Vyukov · 10 years ago
  37. 9d332a8 cmd/trace: dump thread id on proc start by Dmitry Vyukov · 10 years ago
  38. 5471e02 runtime/pprof: fix trace test by Dmitry Vyukov · 10 years ago
  39. d0eab03 runtime: Adjust when write barriers are active by Rick Hudson · 10 years ago
  40. 919fd24 runtime: remove runtime frames from stacks in traces by Dmitry Vyukov · 10 years ago
  41. 402f71a runtime: do not share underlying envs/argv array by David Crawshaw · 10 years ago
  42. 3b00197 runtime: add argument sizes for asm functions for bytes, strings by Shenghou Ma · 10 years ago
  43. 5789b28 runtime: start GC background sweep eagerly by Russ Cox · 10 years ago
  44. 84f5333 runtime: apply comments from CL 3742 by Russ Cox · 10 years ago
  45. 6c58d28 runtime: cleanup by Dmitry Vyukov · 10 years ago
  46. 658a338 cmd/internal/ld, runtime: halve tlsoffset on ELF/intel by Michael Hudson-Doyle · 10 years ago
  47. 122384e runtime: Remove boundary bit logic. by Rick Hudson · 10 years ago
  48. 9feb24f runtime: use multiply instead of divide in heapBitsForObject by Russ Cox · 10 years ago
  49. 81d4072 cmd/internal/gc, runtime: change growslice to use int instead of int64 by Matthew Dempsky · 10 years ago
  50. b759e22 runtime: bound defer pools (try 2) by Dmitry Vyukov · 10 years ago
  51. 5ef145c runtime: bound sudog cache by Dmitry Vyukov · 10 years ago
  52. ec7d8a6 runtime: remove makeStringSlice by David Crawshaw · 10 years ago
  53. f584c05 runtime: Update open/close/read/write to return -1 on error. by Keith Randall · 10 years ago
  54. dac3f48 runtime: remove unused getenv function by David Crawshaw · 10 years ago
  55. 5324cf2 runtime: change sigset_all and sigset_none into constants on OpenBSD by Matthew Dempsky · 10 years ago
  56. fcc164d runtime: cleanup chan code by Dmitry Vyukov · 10 years ago
  57. dd82d5e runtime: fix traceback of crash before LR is stored by Russ Cox · 10 years ago
  58. 5c2233f runtime: don't use /dev/random on Plan 9 by David du Colombier · 10 years ago
  59. cb37cfa runtime: TestGdbPython 'print mapvar' should not need unwinding by Jan Kratochvil · 10 years ago
  60. dca5f2e cmd/5l etc: replace C code with Go code by Russ Cox · 10 years ago
  61. 894024f runtime: fix traceback from goexit1 by Dmitry Vyukov · 10 years ago
  62. 2dbee89 runtime/cgo: no-op getwd call as test breakpoint by David Crawshaw · 10 years ago
  63. 90dbd42 runtime/pprof: skip tests that fork on darwin/arm by David Crawshaw · 10 years ago
  64. da4874c runtime: trivial clean ups to greyobject by Austin Clements · 10 years ago
  65. 95bf77b runtime: skip tests that need fork on darwin/arm by David Crawshaw · 10 years ago
  66. fb75f85 runtime: fix memory allocator on Plan 9 by David du Colombier · 10 years ago
  67. 3a3c9d6d runtime/debug: fix nacl build by Dave Cheney · 10 years ago
  68. f9cc72c runtime: disable scavenger on 64k page size kernels by Dave Cheney · 10 years ago
  69. a5eda13 runtime: disable TestGdbPython on ppc64 by Russ Cox · 10 years ago
  70. 1e0e2ff runtime: skip test on darwin/arm by David Crawshaw · 10 years ago
  71. f47e581 runtime: do not do futile netpolls by Dmitry Vyukov · 10 years ago
  72. 3c8a89d runtime: simplify CPU profiling code by Matthew Dempsky · 10 years ago
  73. 1d4bfb3 cmd/gc: don't call memequal twice in generated type.eq routines by Josh Bleecher Snyder · 10 years ago
  74. 7e93610 runtime/cgo: fix darwin/arm build by David Crawshaw · 10 years ago
  75. b54d313 runtime/cgo: set the initial working directory by David Crawshaw · 10 years ago
  76. c1216c3 runtime: skip failing gdb test on linux/arm by Dave Cheney · 10 years ago
  77. 35a59f5 runtime: fix build, divide by constant 0 is a compile-time error by Keith Randall · 10 years ago
  78. 7e1b61c runtime: mark pages we return to kernel as NOHUGEPAGE by Keith Randall · 10 years ago
  79. 6d1ebeb runtime: handle holes in the heap by Keith Randall · 10 years ago
  80. 85d0957 runtime: fallback to 128M address space on 32bit by David Crawshaw · 10 years ago
  81. 07b73ce runtime: simplify gcResetGState by Austin Clements · 10 years ago
  82. b3d791c runtime: consolidate gcworkdone/gcscanvalid clearing loops by Austin Clements · 10 years ago
  83. 37b8597 runtime: remove unnecessary gcworkdone resetting loop by Austin Clements · 10 years ago
  84. 7abdc90 runtime: remove gogetcallerpc and gogetcallersp functions by Matthew Dempsky · 10 years ago
  85. 2fdb728 runtime: simplify NetBSD semaphores by Matthew Dempsky · 10 years ago
  86. 1c82e23 gdb: fix map prettyprinter by Jan Kratochvil · 10 years ago
  87. 9f926e8 runtime: simplify OpenBSD semaphores by Matthew Dempsky · 10 years ago
  88. e31e35a runtime: reset gcscanvalid and gcworkdone when GODEBUG=gctrace=2 by Rick Hudson · 10 years ago
  89. edcad86 sync: add active spinning to Mutex by Dmitry Vyukov · 10 years ago
  90. b986f3e all: merge dev.cc (a91c2e0) into master by Russ Cox · 10 years ago
  91. bceb18e runtime: eliminate unnecessary assumption in heapBitsForObject by Austin Clements · 10 years ago
  92. f0bbb5c runtime/pprof: make TestBlockProfile more robust by Shenghou Ma · 10 years ago
  93. e8d9c8d [dev.cc] all: merge master (6a10f72) into dev.cc by Russ Cox · 10 years ago
  94. 99482f2 runtime: Add prefetch to allocation code by Rick Hudson · 10 years ago
  95. c72a211 [dev.cc] runtime, syscall: add names to FP offsets in freebsd, netbsd arm assembly by Russ Cox · 10 years ago
  96. de50bad [dev.cc] all: merge master (48469a2) into dev.cc by Russ Cox · 10 years ago
  97. 57cefa6 runtime: remove unneeded C header files by Matthew Dempsky · 10 years ago
  98. 02d80b9 gdb: fix "gdb.error: No struct named reflect.rtype." by Jan Kratochvil · 10 years ago
  99. edadffa cmd/trace: add new command by Dmitry Vyukov · 10 years ago
  100. 84e200c [dev.cc] runtime: print to stderr as well as android logd by David Crawshaw · 10 years ago