- 816154b os: add UserCacheDir by Andrew Bonventre · 7 years ago
- 03e10bd os/signal: skip TestTerminalSignal if posix_openpt fails with EACCES by Michael Hudson-Doyle · 7 years ago
- 3ee8c3c os: document inheritance of thread state over exec by Austin Clements · 7 years ago
- e72e69a os: use the syscall version of Getwd for Plan 9 by Richard Miller · 7 years ago
- 157d8cf os: homogenize error checks on Plan 9 by David du Colombier · 7 years ago
- 99e6e48 os: handle ' is a directory' error as IsExist on Plan 9 by Fazlul Shahriar · 7 years ago
- c203696 go/importer,os/exec: use testenv.GoToolPath by Daniel Martí · 7 years ago
- c5d744a os/exec: skip TestContextCancel on the Windows XP builder by Brad Fitzpatrick · 7 years ago
- de29261 os: fix grammar nit by Russ Cox · 7 years ago
- 0770aac os: document that StartProcess's argv starts with the binary name by Brad Fitzpatrick · 7 years ago
- eda703a os: mention the influence of umask in docs by Matthijs Kooijman · 7 years ago
- e28a0d3 os: don't wait for Close if the File was returned by NewFile by Wèi Cōngruì · 7 years ago
- 0f3ab14 net, os: don't wait for Close in blocking mode by Ian Lance Taylor · 7 years ago
- ddae7fb os: don't use test logger for Getwd by Ian Lance Taylor · 7 years ago
- 29be20a cmd/go: invalidate cached test results if env vars or files change by Russ Cox · 7 years ago
- b3a1088 os: fix typo in TestExecutable comment by Tobias Klauser · 7 years ago
- 7c46b62 syscall: make Seek use SetFilePointerEx on Windows, allowing large seek offsets by Brad Fitzpatrick · 7 years ago
- 871b793 os: clarify docs on Interrupt and Kill by Brad Fitzpatrick · 7 years ago
- 41534957 os: calling Fd disables the SetDeadline methods by Ian Lance Taylor · 7 years ago
- 08176b2 os: drop unused return value in TestLookupEnv by Tobias Klauser · 7 years ago
- d4f48e3 os: ignore Chtimes test failure on NetBSD if fs mounted noatime by Brad Fitzpatrick · 7 years ago
- 45c57e5 os: remove redundant GOOS checks in chown tests by Tobias Klauser · 7 years ago
- eb97160 runtime: don't block signals that will kill the program by Ian Lance Taylor · 7 years ago
- 8064f82 Revert "os: remove skipped test on netbsd" by Brad Fitzpatrick · 7 years ago
- a631dab os: remove skipped test on netbsd by Brad Fitzpatrick · 7 years ago
- 06d87bf os: correct err check in TestChdirAndGetwd by Tobias Klauser · 7 years ago
- e76ae8a all: drop support for FreeBSD 9 or below by Mikio Hara · 8 years ago
- c866110 os/exec: Stdout/Stderr doc cleanup. by Tom Lanyon · 7 years ago
- 571ee04 os/signal: don't run TestTerminalSignal on Android by Ian Lance Taylor · 7 years ago
- 5051671 os/exec: update docs for cmd.Std{out,err} and cmd.Wait to clarify how copying is done by Tom Lanyon · 7 years ago
- c6c0f47 os/signal: fix t.Fatal that should be t.Fatalf by Ian Lance Taylor · 7 years ago
- 9adfe0f os/signal: don't run TestTerminalSignal on Solaris by Ian Lance Taylor · 7 years ago
- 6ecd843 os/signal: make TestTerminalSignal more reliable by Ian Lance Taylor · 7 years ago
- f100e0c os/user: fix darwin GetGroupIds for n > 256 by Kevin Burke · 8 years ago
- 3fec6da internal/poll: loop on EINTR in Read on Darwin by Ian Lance Taylor · 7 years ago
- 7edb721 os/user: handle large 32-bit uid/gid values when stringifying User.Uid/Gid by Brad Fitzpatrick · 7 years ago
- 37b15ba syscall: fix NaCl Link syscall error handling by Tim Wright · 7 years ago
- 32f994a os: fix RemoveAll on large directories on Plan 9 and NaCl by David du Colombier · 7 years ago
- 8db19a4 all: change github.com issue links to golang.org by Leigh McCulloch · 7 years ago
- 0d18875 cmd/go: run vet automatically during go test by Russ Cox · 7 years ago
- 86b7721 os: rearrange OpenFile Flags doc by Ian Lance Taylor · 7 years ago
- 66764cc os/signal: improve documentation for the Notify function by Radek Sohlich · 7 years ago
- 94d9371 os: clarify that OpenFile reqires one of O_RDONLY/O_WRONLY/O_RDWR by Ian Lance Taylor · 7 years ago
- 187957d os: add deadline methods for File type by Ian Lance Taylor · 7 years ago
- 6407b3c os: simplify windows Pipe by Alex Brainman · 7 years ago
- 5d168a9 os: add period at end of O_EXCL comment by Tim Cooper · 7 years ago
- d153df8 all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" by Marvin Stenger · 7 years ago
- 90d71fe all: revert "all: prefer strings.IndexByte over strings.Index" by Marvin Stenger · 7 years ago
- 66c03d3 path/filepath: re-implement windows EvalSymlinks by Alex Brainman · 8 years ago
- d2826d3 all: prefer strings.LastIndexByte over strings.LastIndex by Marvin Stenger · 8 years ago
- 8e2d90d internal/poll: be explicit when using runtime netpoller by Alex Brainman · 8 years ago
- f22ba1f all: prefer strings.IndexByte over strings.Index by Marvin Stenger · 8 years ago
- 9f7fd89 os: don't refer directly to Sysfd in epipecheck by Ian Lance Taylor · 8 years ago
- 8cb2952 os/exec: remove protection against simultaneous Wait/Write by Ian Lance Taylor · 8 years ago
- fb54abe all: correct location of go tool by Hiroshi Ioka · 8 years ago
- 5a986ec all: fix article typos by Kunpei Sakai · 8 years ago
- 29415eb os: avoid crashing with a thundering herd in TestPipeThreads by Ian Lance Taylor · 8 years ago
- 0cf7e54 os: don't assume /bin/pwd in test, find it in $PATH by Ron Minnich · 8 years ago
- d5b0ec8 {net,os/user,plugin}: eliminate unnecessary C round-trips by Bryan C. Mills · 8 years ago
- 5125a96 os: remove duplicate check from windows os.Stat by Johnny Luo · 8 years ago
- 2b7a08c os/exec: add example for Cmd.Run by André Carvalho · 8 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 · 8 years ago
- 5bcfd88 testing: roll back CL 44352 (show in-progress tests upon SIGINT) by Ian Lance Taylor · 8 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