1. 467109b all: test adjustments for the iOS builder by David Crawshaw · 8 years ago
  2. 1ede11d os/user: document the difference between Username and Name by Kevin Burke · 8 years ago
  3. b00b214 os: must fixup path when 248 bytes long by Daniel Theophanes · 8 years ago
  4. c06b10a os/exec: fix race in TestStdinCloseRace by Ian Lance Taylor · 8 years ago
  5. 4c4201f all: make spelling consistent by Brad Fitzpatrick · 8 years ago
  6. d4b46aa os: document that Rename does not replace an existing directory by Ian Lance Taylor · 8 years ago
  7. 0b2daa5 Revert "runtime: handle SIGPIPE in c-archive and c-shared programs" by Elias Naur · 8 years ago
  8. 610d522 os: fix handling of Windows Unicode console input and ^Z by Russ Cox · 8 years ago
  9. 8a2c34e os: Executable can use /proc/self/exe on android by David Crawshaw · 8 years ago
  10. d24b57a runtime: handle SIGPIPE in c-archive and c-shared programs by Elias Naur · 8 years ago
  11. dadfd14 os: add more tests in TestReadStdin by Alex Brainman · 8 years ago
  12. b906df6 os/exec: add closeOnce.WriteString method by Ian Lance Taylor · 8 years ago
  13. a145890 all: don't call t.Fatal from a goroutine by Ian Lance Taylor · 8 years ago
  14. 9146100 os: gofmt -w -s by Mikio Hara · 8 years ago
  15. 5f74ce3 syscall: Clearenv now unsets env vars on Windows by Jesse Szwedko · 8 years ago
  16. 7c9f910 all: fix vet nits by Josh Bleecher Snyder · 8 years ago
  17. 2925427 os: on Windows, don't fix long paths that aren't long by Brad Fitzpatrick · 8 years ago
  18. 3a3f672 os: cleanup directories created by TestLongPath by Mohit Agarwal · 8 years ago
  19. 2fc67e7 os: add Executable() (string, error) by Shenghou Ma · 9 years ago
  20. 231aa9d os: use extended-length paths on Windows when possible by Quentin Smith · 8 years ago
  21. 3366d6a os: adjust (*File).Read comment by Russ Cox · 8 years ago
  22. bd8103d os/exec: document how Command fills in Cmd.Args by Quentin Smith · 8 years ago
  23. a0cf021 os: consider only files from #M as regular on Plan 9 by David du Colombier · 8 years ago
  24. accf5cc all: minor vet fixes by Josh Bleecher Snyder · 8 years ago
  25. 212d2f8 os: add ErrClosed, return for use of closed File by Dan Caddigan · 8 years ago
  26. ae14472 os: clean up after test by Russ Cox · 8 years ago
  27. e65bce7 os, syscall: fix incorrect offset calculation in Readlink on windows by Hiroshi Ioka · 8 years ago
  28. 321c312 os: reject Rename("old", "new") where new is a directory by Russ Cox · 8 years ago
  29. 736443c os/exec: allow simultaneous cmd.Wait and Write of cmd.StdinPipe by Russ Cox · 8 years ago
  30. d13fa4d os: use FindFirstFile when GetFileAttributesEx fails in Stat by Alex Brainman · 9 years ago
  31. 1af769d os: make readConsole handle its input and output correctly by Alex Brainman · 8 years ago
  32. 6d702d8 os: add examples of environment functions by Jean-Nicolas Moal · 9 years ago
  33. 2287296 os: add example for IsNotExist by Sina Siadat · 9 years ago
  34. 81b9af7 os: add new tests for symbolic links and directory junctions by Alex Brainman · 9 years ago
  35. a9b4953 os/exec: add example for CommandContext by Alexander Döring · 8 years ago
  36. 890c09e os: make IsExist report true on ERROR_DIR_NOT_EMPTY on Windows by Kale Blankenship · 8 years ago
  37. b851ded os: use GetConsoleCP() instead of GetACP() by Yasuhiro Matsumoto · 9 years ago
  38. c55c33a os/exec: add examples for CombinedOutput, StdinPipe, StderrPipe by Emmanuel Odeke · 9 years ago
  39. 33e63eb os: add more examples by Emmanuel Odeke · 9 years ago
  40. 3d562de os: delete code duplications in error files by bogem · 9 years ago
  41. 5514332 os: deduplicate File definition by Shenghou Ma · 9 years ago
  42. 842b058 all: use testing.GoToolPath instead of "go" by Keith Randall · 9 years ago
  43. 6f43a98 os: fix typo in comment (Readir -> Readdir) by Jonathan Boulle · 9 years ago
  44. 9f8335b os: don't let File.Readdir return an empty slice and nil error by Brad Fitzpatrick · 9 years ago
  45. 428d79b os: add example for OpenFile by Jaana Burcu Dogan · 9 years ago
  46. 3e59b20 os: fix build error on plan9 by Hiroshi Ioka · 9 years ago
  47. 2eb46e8 os: prevent infinite symlink loop of Stat on Windows by Hiroshi Ioka · 9 years ago
  48. e69912e os: use runtime.Keepalive for *Process values by Ian Lance Taylor · 9 years ago
  49. e893c72 os: use testenv.MustHaveSymlink to simplify symlink tests by Hiroshi Ioka · 9 years ago
  50. 1756b66 os: make ExpandEnv recognize '-' as a special shell parameter by LE Manh Cuong · 9 years ago
  51. 55ea153 os: reference LookupEnv from the Getenv docs by Brad Fitzpatrick · 9 years ago
  52. 7c31043 os/exec: fix nit found by vet by Mikio Hara · 9 years ago
  53. 664c4a1 os: consolidate files by Hiroshi Ioka · 9 years ago
  54. 3a03e87 os: check for waitid returning ENOSYS by Ian Lance Taylor · 9 years ago
  55. 95483f2 os/exec: start checking for context cancelation in Start by Ian Lance Taylor · 9 years ago
  56. 9208ed3 os: fix blockUntilWaitable on freebsd/{386,arm} by Mikio Hara · 9 years ago
  57. cab87a6 os: fix build on freebsd/arm by Mikio Hara · 9 years ago
  58. 5d876e3 os: use wait6 to avoid wait/kill race on freebsd by Mikio Hara · 9 years ago
  59. ccd9a55 os: use waitid to avoid wait/kill race on darwin by Mikio Hara · 9 years ago
  60. cea29c4 os: on GNU/Linux use waitid to avoid wait/kill race by Ian Lance Taylor · 9 years ago
  61. a8c6c48 os: document that the runtime can write to standard error by Ian Lance Taylor · 9 years ago
  62. bc4fdfd os/signal: deflake TestReset/TestIgnore by Ian Lance Taylor · 9 years ago
  63. 4cad610 os/exec: remove Cmd.RunContext and Cmd.WaitContext, add CommandContext by Brad Fitzpatrick · 9 years ago
  64. 1a3e4f0 os/signal: fix wrong constant name in the documentation by Konstantin Shaposhnikov · 9 years ago
  65. 2ffb3e5 os: fix Remove for file with read only attribute on Windows by Marc-Antoine Ruel · 9 years ago
  66. 80423f1 os/exec: cleanup and remove duplicated code by Hiroshi Ioka · 9 years ago
  67. b4538d7 Revert "os: enable TestGetppid on Plan 9" by David du Colombier · 9 years ago
  68. 9780bf2 os/user: don't create C function mygetgrouplist by Ian Lance Taylor · 9 years ago
  69. a677724 os: enable TestGetppid on Plan 9 by David du Colombier · 9 years ago
  70. 3d82432 os: add TestReadAtOffset by David du Colombier · 9 years ago
  71. 561c948 os: skip Lchown test on Android if symlink doesn't work by Hana Kim · 9 years ago
  72. 258a4c3 syscall,os,net: don't use ForkLock in plan9 by Richard Miller · 9 years ago
  73. acc757f all: use SeekStart, SeekCurrent, SeekEnd by Joe Tsai · 9 years ago
  74. 5bf9b39 os/exec: re-enable TestExtraFiles for plan9 by Richard Miller · 9 years ago
  75. 1b591df os/exec: fix variable shadow, don't leak goroutine by Brad Fitzpatrick · 9 years ago
  76. 2cc27a7 os/exec: add Cmd.RunContext and Cmd.WaitContext by Brad Fitzpatrick · 9 years ago
  77. 0da4dbe all: remove unnecessary type conversions by Matthew Dempsky · 9 years ago
  78. 381e5ee all: use new io.SeekFoo constants instead of os.SEEK_FOO by Brad Fitzpatrick · 9 years ago
  79. 530e216 os/user: wrap getgrnam_r to fix type issues by Ross Light · 9 years ago
  80. 260ea68 os: deprecate os.SEEK_SET, os.SEEK_CUR, and os.SEEK_END by Joe Tsai · 9 years ago
  81. 7c15b2a os: make IsExists also recognize syscall.ENOTEMPTY by Brad Fitzpatrick · 9 years ago
  82. fb49655 os: skip TestStatStdin on Android by Elias Naur · 9 years ago
  83. ebd67ba os: fix Stdin.Stat() on windows by Yasuhiro Matsumoto · 9 years ago
  84. 80a0517 os/user: allow LookupGroupId to fail during test by Russ Cox · 9 years ago
  85. b55a5db os/user: fix formatting of error group lookup message by Brad Fitzpatrick · 9 years ago
  86. f128b54 os/user: make OS-specific getgrouplist calls by Ross Light · 9 years ago
  87. b201871 os/user: skip Current test on android by Brad Fitzpatrick · 9 years ago
  88. 40e60e7 os, syscall: skip tests when environment doesn't permit testing by Brad Fitzpatrick · 9 years ago
  89. 795e712 os/user: make Current work without cgo by Brad Fitzpatrick · 9 years ago
  90. 42f07ff os/user: add LookupGroup, LookupGroupId, and User.GroupIds functions by Ross Light · 9 years ago
  91. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  92. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  93. 351c15f all: remove public named return values when useless by Brad Fitzpatrick · 9 years ago
  94. 47b0422 os: fix tests on brillo by Burcu Dogan · 9 years ago
  95. fdd0179 all: fix typos and spelling by Martin Möhrmann · 9 years ago
  96. 58ec583 all: fix typos by Shawn Smith · 9 years ago
  97. e43c74a all: use cannot instead of can not by Josh Bleecher Snyder · 9 years ago
  98. b04f3b0 all: replace strings.Index with strings.Contains where possible by Nathan VanBenschoten · 9 years ago
  99. af15bee os: document that FindProcess always succeeds on Unix by Brad Fitzpatrick · 9 years ago
  100. 21b4f23 runtime: for c-archive/c-shared, install signal handlers synchronously by Ian Lance Taylor · 9 years ago