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