- f69668e [release-branch.go1.9] os: skip TestPipeThreads as flaky for 1.9 by Ian Lance Taylor · 7 years ago
- 8d4279c [release-branch.go1.9] internal/poll: be explicit when using runtime netpoller by Alex Brainman · 7 years ago
- 5125a96 os: remove duplicate check from windows os.Stat by Johnny Luo · 7 years ago
- 2b7a08c os/exec: add example for Cmd.Run by André Carvalho · 7 years ago
- 4f299f9 os: use Fstat instead of Stat in FileMode example by Taro Aoki · 8 years ago
- 26f0a7a internal/poll: don't wait for unpollable files by Ian Lance Taylor · 7 years ago
- 5bcfd88 testing: roll back CL 44352 (show in-progress tests upon SIGINT) by Ian Lance Taylor · 7 years ago
- 23ae7a7 os/exec: clarify Cmd.Wait documentation a bit more explicitly by Brad Fitzpatrick · 8 years ago
- e335643 os/exec: document lack of implicit shell usage or globbing by Brad Fitzpatrick · 8 years ago
- 92ad8df os: add documentation for Windows users by Brad Fitzpatrick · 8 years ago
- cfb8404 os: fix passing long paths to Chmod on Windows by Ibrahim AshShohail · 8 years ago
- b4dd1d9 os/signal: check MustHaveExec in TestAtomicStop by Ian Lance Taylor · 8 years ago
- 8ec7a39 os/signal: avoid race between Stop and receiving on channel by Ian Lance Taylor · 8 years ago
- ddeab53 os: align siginfo argument to waitid by Ian Lance Taylor · 8 years ago
- b330186 os: run more of TestExecutable on OpenBSD by Michael Hendricks · 8 years ago
- ded29e7 os: fix documentation for Executable on OpenBSD by Michael Hendricks · 8 years ago
- c60d6c0 os: on OpenBSD implement Executable using Args[0] by Ian Lance Taylor · 8 years ago
- 0b81c02 os: clarify behavior of TempDir by Brad Fitzpatrick · 8 years ago
- 467f87c os/exec: remove BUG for old and unsupported OS by Brad Fitzpatrick · 8 years ago
- 11c61eb testing: show in-progress tests upon SIGINT by Meir Fischer · 8 years ago
- f3f29d1 os/exec: ignore some pipe write errors on windows by Alex Brainman · 8 years ago
- 6144c72 os: make windows Stat as fast as Lstat for files and directories by Alex Brainman · 8 years ago
- ca598e3 os: add some comments and remove an unused variable in rename func by Brad Fitzpatrick · 8 years ago
- 0f0a51f os: lstat oldname before renaming by Alexander Menzhinsky · 8 years ago
- 9a43255 os: document that NewFile can return nil by Alberto Donizetti · 8 years ago
- 0fd7de4 os: fix handling of ErrShortWrite in (*File).Write by Ian Lance Taylor · 8 years ago
- c061f51 os: remove extraneous 's' from TestStdPipe error message by Ian Lance Taylor · 8 years ago
- 6dcaa09 os: avoid calulating fileStat.path until it is needed by Alex Brainman · 8 years ago
- 9058b9a os, cmd/link: fix typos by Kevin Burke · 8 years ago
- 5300362 os: reimplement windows os.Stat by Alex Brainman · 8 years ago
- 37c2d6b os: skip TestNetworkSymbolicLink if Server service is not started by Alex Brainman · 8 years ago
- 585be46 os/exec: document that non-comparable writers may race by Justin Nuß · 8 years ago
- 220e0e0 os: use kernel limit on pipe size if possible by Ian Lance Taylor · 8 years ago
- 1989921 os: do not report ModeDir for symlinks on windows by Alex Brainman · 8 years ago
- e3d7ec0 os: consistently return ErrClosed for closed file by Ian Lance Taylor · 8 years ago
- fb4b434 os, net, internal/poll: return consistent error for closed socket by Ian Lance Taylor · 8 years ago
- 11c7b44 os: fix race between file I/O and Close by Ian Lance Taylor · 8 years ago
- 94dd0f0 os: don't use a symlink's target path for FileInfo#Name on windows by Hiroshi Ioka · 8 years ago
- ffd7cfc os, syscall: fix errno in Seek on windows by Hiroshi Ioka · 8 years ago
- 8a2cc22 os: handle relative symlinks starting with slash in Stat on windows by Hiroshi Ioka · 8 years ago
- 5a8eae6 os: adjust error in Stat on windows by Hiroshi Ioka · 8 years ago
- a5999b7 os: more descriptive error for File.ReadAt and File.WriteAt with negative offset. by George Gkirtsou · 8 years ago
- 87bd0b2 os: handle relative symlinks correctly in Stat on windows by Hiroshi Ioka · 8 years ago
- 3959e07 os/exec: Update Cmd.Run() docs to reflect correct error return types by Nick Kubala · 8 years ago
- 094498c all: fix minor misspellings by Eric Lagergren · 8 years ago
- 39c8d2b os: parse command line without shell32.dll by Alex Brainman · 9 years ago
- 2730c17 syscall, os: fix FreeBSD 9 build by Brad Fitzpatrick · 8 years ago
- 0ebaca6 syscall, os: use pipe2 syscall on FreeBSD instead of pipe by Brad Fitzpatrick · 8 years ago
- 228438e os/user: fake Current on Android by Elias Naur · 8 years ago
- 143fd8e os/user: use the stubs fallback for Android by Elias Naur · 8 years ago
- c2eb061 os/user: add non-cgo versions of Lookup, LookupId by Kevin Burke · 8 years ago
- 2b780af Revert "all: test adjustments for the iOS builder" by Elias Naur · 8 years ago
- 6d32b1a os: add OpenFile example for appending data by Kevin Burke · 8 years ago
- 1544217 os: don't use waitid on Darwin by Ian Lance Taylor · 8 years ago
- e73f489 os/exec: remove duplicate environment variables in Cmd.Start by Brad Fitzpatrick · 8 years ago
- 949f95e os/user: add Go implementation of LookupGroup, LookupGroupId by Kevin Burke · 8 years ago
- eae657e os/user: rename group cgo file by Kevin Burke · 8 years ago
- 4b22485 os: skip atime-going-backwards test on NetBSD for now by Brad Fitzpatrick · 8 years ago
- 221bc23 os/exec: deflake TestPipeLookPathLeak by Michael Munday · 8 years ago
- 35ffca3 os/exec: deflake TestStdinCloseRace by Ian Lance Taylor · 8 years ago
- 6ef92b6 os: remove incorrect detection of O_CLOEXEC flag on darwin by Martin Möhrmann · 8 years ago
- 79f6a5c syscall: only call setgroups if we need to by Wander Lairson Costa · 8 years ago
- ae1d059 os: skip TestPipeThreads on Solaris by Ian Lance Taylor · 8 years ago
- 0fe62e7 os: skip TestPipeThreads on Plan 9 by Ian Lance Taylor · 8 years ago
- c05b06a os: use poller for file I/O by Ian Lance Taylor · 8 years ago
- 3b84a3c os: make Stdin.Stat() return ModeCharDevice if Stdin is console by Alex Brainman · 8 years ago
- 2ca5d10 os/user: cache the result of user.Current by Sameer Ajmani · 8 years ago
- 78074f6 runtime: handle SIGPIPE in c-archive and c-shared programs by Elias Naur · 8 years ago
- 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 · 8 years ago