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