1. f6fb549 runtime/cgo: move TMPDIR magic out of os by Russ Cox · 10 years ago
  2. 92390e4 os/exec: close read pipe if copy to io.Writer fails by Russ Cox · 10 years ago
  3. 90c668d os: remove stuttering return value names by Brad Fitzpatrick · 10 years ago
  4. 955c0fd os: add test to ensure Rename returns *LinkError by Dave Cheney · 10 years ago
  5. fb90f4c os: improve documentation on Rename by Jeff R. Allen · 10 years ago
  6. d000e87 os/exec: document that Cmd.Wait waits for stdin I/O by Russ Cox · 10 years ago
  7. a74d030 os/exec: fix plan9 build by Brad Fitzpatrick · 10 years ago
  8. 73ca459 os/exec: ignore pipe write errors when command completes successfully by Brad Fitzpatrick · 10 years ago
  9. 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
  10. 0bafe0e syscall: return error instead of panicking in windows StartProcess by Alex Brainman · 10 years ago
  11. 2f3d103 os: fix nits found by vet by Mikio Hara · 10 years ago
  12. 3269683 os: skip TestStartProcess and TestHostname on android by Mikio Hara · 10 years ago
  13. b1be121 os: skip TestHostname on Plan 9 by David du Colombier · 10 years ago
  14. 7bc3e58 all: extract "can I exec?" check from tests into internal/testenv by Russ Cox · 10 years ago
  15. 7f9f70e all: fix misprints in comments by Ainar Garipov · 10 years ago
  16. bd8e3d0 os: fix error returned by dirstat on Plan 9 by David du Colombier · 10 years ago
  17. d574b59 os: fix a race between Process.signal() and wait() on Windows by Patrick Mezard · 10 years ago
  18. ec87dbf os: eradicate smallpox after test by Brad Fitzpatrick · 10 years ago
  19. 072a263 os: rewrite LookupEnv's test by Rob Pike · 10 years ago
  20. 24396da os/user: small fixes for Solaris by Aram Hăvărneanu · 10 years ago
  21. e8c0d0f os: add LookupEnv, like Getenv but reports presence by Rob Pike · 10 years ago
  22. cfb8b18 strings: use LastIndexByte in LastIndex by Dmitry Vyukov · 10 years ago
  23. 1203420 os/exec: Document the fact that Cmd cannot be reused. by Benny Siegert · 10 years ago
  24. 015c760 os: clarify that ModePerm permission bits are the Unix ones by Brad Fitzpatrick · 10 years ago
  25. 9402e49 runtime: really pass return value to Windows in externalthreadhandler by Alex Brainman · 10 years ago
  26. 3cbe7ea os: fix TestProgWideChdir on darwin by Mikio Hara · 10 years ago
  27. 5ad8308 os/exec: skip fork test on darwin/arm64 by David Crawshaw · 10 years ago
  28. ae740a4 os: add TestProgWideChdir by David du Colombier · 10 years ago
  29. 84efd6f os: adjust working dir for darwin/arm64 tests by David Crawshaw · 10 years ago
  30. 92c5736 os: windows Rename should overwrite destination file. by Daniel Theophanes · 10 years ago
  31. 32e75ba all: fix race when allocating buffer for some windows syscalls by Alex Brainman · 10 years ago
  32. c61d86a os: give race detector chance to override Exit(0) by Dmitry Vyukov · 10 years ago
  33. 41d58c3 os/exec: post-process lsof output on Android. by Hyang-Ah (Hana) Kim · 10 years ago
  34. 398f56f os/signal: skip TestCtrlBreak on windows/386 temporarily by Shenghou Ma · 10 years ago
  35. 3f12d27 bytes, os/exec, strings: fix a few BUG comments by areski · 10 years ago
  36. 9c0b145 os: don't return Chmod's error from Mkdir and OpenFile by Kato Kazuyoshi · 10 years ago
  37. 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
  38. a25e3c0 os/signal, hash/crc32: add arm64 build tags by Aram Hăvărneanu · 10 years ago
  39. de486b2 Fixed wrong arguments to formatting functions by tnt · 10 years ago
  40. d07e338 os: do not leave /go_os_test/dir after test by Alex Brainman · 10 years ago
  41. bfb8ad5 os: set TMPDIR on darwin/arm by David Crawshaw · 10 years ago
  42. 29a83af os: add windows test for Hostname by Alex Brainman · 10 years ago
  43. bc674b3 os: darwin/arm working dir moved for tests by David Crawshaw · 10 years ago
  44. 2adc3bd Revert "os: set TMPDIR on darwin/arm" by David Crawshaw · 10 years ago
  45. 344f424 os: fix tests on darwin/arm by David Crawshaw · 10 years ago
  46. 87a0d39 os: set TMPDIR on darwin/arm by David Crawshaw · 10 years ago
  47. c2025c4 os: fix LinkError creation on windows. by Hyang-Ah (Hana) Kim · 10 years ago
  48. e479106 os/exec: disable tests on darwin/arm by David Crawshaw · 10 years ago
  49. 59e5466 os: Use GetComputerNameEx to get Hostname on win32 by Carlos Castillo · 10 years ago
  50. d866cd6 all: fix typo in doc by Yasuhiro Matsumoto · 10 years ago
  51. 38be309 os: fix typo in doc by mattn · 10 years ago
  52. 194ad16 os/signal: add ability to ignore signals and restore initial signal handlers by Michael MacInnis · 10 years ago
  53. e77fbd5 syscall: Readlink doesn't handle junction on windows by mattn · 10 years ago
  54. afac4f0 os: embed "sleep 1" within the test binary itself. by Rahul Chaudhry · 10 years ago
  55. a35181b os, syscall: revert Yosemite readdir workaround by Brad Fitzpatrick · 10 years ago
  56. d5d4ab7 os/signal, runtime: implement notes on Plan 9 by David du Colombier · 10 years ago
  57. 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
  58. 187cccb os: fix TestMkdirAllAtSlash on Plan 9 by David du Colombier · 10 years ago
  59. dc51ed2 os: don't silently skip test by Dave Cheney · 10 years ago
  60. 2ffe325 os: allow EROFS in TestMkdirAllAtSlash by Rahul Chaudhry · 10 years ago
  61. 2a74f43 os: emulate plan 9 libc in stat by David du Colombier · 10 years ago
  62. 79c4fad os: replace itod on posix with general itoa and fix possible infinite recursion by Martin Möhrmann · 10 years ago
  63. 6262902 os: handle the sticky bit separately for *BSD and Solaris by Kato Kazuyoshi · 10 years ago
  64. 09d92b6 all: power64 is now ppc64 by Russ Cox · 10 years ago
  65. 3e80463 [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc by Russ Cox · 10 years ago
  66. 1cdd9b4 os: document that users of Fd should keep f alive by Russ Cox · 10 years ago
  67. 23ecad0 os/exec: tell lsof not to block by Keith Randall · 10 years ago
  68. 599199f [dev.power64] all: merge default (dd5014ed9b01) into dev.power64 by Russ Cox · 10 years ago
  69. 5f54f06 os: fix write on Plan 9 by David du Colombier · 10 years ago
  70. 8a9c2c5 os: fix build by Russ Cox · 10 years ago
  71. a62da20 os: do not assume syscall i/o funcs return n=0 on error by Russ Cox · 10 years ago
  72. f0bd539 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
  73. 2bd616b build: merge the great pkg/ rename into dev.power64 by Austin Clements · 10 years ago
  74. 1946afb os/exec: fix number of expected file descriptors on Plan 9 by David du Colombier · 10 years ago
  75. 05c4b69 os/exec: document that Stdin goroutine must finish in Wait by Russ Cox · 10 years ago
  76. b9fc8d8 os: handle 'no parent' error as IsNotExist on Plan 9 by David du Colombier · 10 years ago
  77. ab724f9 os, syscall: test Chtimes on directories, fix on Windows by Russ Cox · 10 years ago
  78. 1eea5ca os: recomment MkdirAll by Russ Cox · 10 years ago
  79. d21b37b os: make Process.Signal 'process finished' error consistent on Unix by Russ Cox · 10 years ago
  80. 85cdc49 os, syscall: add Unsetenv by Brad Fitzpatrick · 11 years ago
  81. 665a416 os: fix Args setup on Windows by Brad Fitzpatrick · 11 years ago
  82. 193daab cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects by Russ Cox · 11 years ago
  83. db492b8 os: add a comment inside RemoveAll by Brad Fitzpatrick · 11 years ago
  84. 82ddcc0 os: fix another case where RemoveAll should return nil by Brad Fitzpatrick · 11 years ago
  85. 2debfeb os: handle 'has been removed' error as IsNotExist on Plan 9 by David du Colombier · 11 years ago
  86. 84f9c42 os: skip TestRemoveAllRace on Windows by Russ Cox · 11 years ago
  87. 98a5f52 os: avoid error result when dir is removed out from under RemoveAll by Russ Cox · 11 years ago
  88. 484cc67 net: separate NaCl dependent placeholders from BSD's by Mikio Hara · 11 years ago
  89. c1e3320 os/signal: increase timeout from 10ms to 100ms by Russ Cox · 11 years ago
  90. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago