go/src/os
Brad Fitzpatrick a74d030557 os/exec: fix plan9 build
Fixes build from https://golang.org/cl/12152

Plan 9 lacks syscall.EPIPE. I was misled by api/go1.txt and also
forgot to use the trybots. :(

Change-Id: I4982fe969ad4a8724090cb03009bfb21780d8aa7
Reviewed-on: https://go-review.googlesource.com/12153
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2015-07-14 05:33:14 +00:00
..
exec os/exec: fix plan9 build 2015-07-14 05:33:14 +00:00
signal runtime: really pass return value to Windows in externalthreadhandler 2015-04-15 05:03:42 +00:00
user os/user: small fixes for Solaris 2015-05-06 11:37:41 +00:00
dir_plan9.go
dir_unix.go
dir_windows.go
doc.go
env.go os: add LookupEnv, like Getenv but reports presence 2015-05-05 21:05:12 +00:00
env_test.go os: eradicate smallpox after test 2015-05-06 17:38:57 +00:00
env_unix_test.go
error.go
error_plan9.go
error_test.go
error_unix.go
error_windows.go
exec.go os: fix a race between Process.signal() and wait() on Windows 2015-06-11 01:33:25 +00:00
exec_plan9.go
exec_posix.go
exec_unix.go
exec_windows.go os: fix a race between Process.signal() and wait() on Windows 2015-06-11 01:33:25 +00:00
export_test.go
file.go os: don't return Chmod's error from Mkdir and OpenFile 2015-03-20 18:33:00 +00:00
file_darwin.go os: set TMPDIR on darwin/arm 2015-03-02 18:46:11 +00:00
file_plan9.go strings: use LastIndexByte in LastIndex 2015-04-30 08:33:29 +00:00
file_posix.go os: windows Rename should overwrite destination file. 2015-04-09 08:39:52 +00:00
file_unix.go os: windows Rename should overwrite destination file. 2015-04-09 08:39:52 +00:00
file_windows.go os: windows Rename should overwrite destination file. 2015-04-09 08:39:52 +00:00
getwd.go
getwd_darwin.go
os_test.go all: link to https instead of http 2015-07-11 14:36:33 +00:00
os_unix_test.go
os_windows_test.go syscall: return error instead of panicking in windows StartProcess 2015-06-29 03:54:33 +00:00
path.go
path_plan9.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
path_test.go os: adjust working dir for darwin/arm64 tests 2015-04-12 11:51:59 +00:00
path_unix.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
path_windows.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
pipe_bsd.go
pipe_linux.go
proc.go os: give race detector chance to override Exit(0) 2015-03-28 12:42:37 +00:00
stat_darwin.go
stat_dragonfly.go
stat_freebsd.go
stat_linux.go
stat_nacl.go
stat_netbsd.go
stat_openbsd.go
stat_plan9.go os: fix error returned by dirstat on Plan 9 2015-06-11 05:47:07 +00:00
stat_solaris.go
stat_windows.go
sticky_bsd.go
sticky_notbsd.go
str.go
sys_bsd.go
sys_darwin.go
sys_freebsd.go
sys_linux.go
sys_nacl.go
sys_plan9.go
sys_solaris.go
sys_unix.go
sys_windows.go
types.go os: clarify that ModePerm permission bits are the Unix ones 2015-04-16 16:42:10 +00:00
types_notwin.go
types_windows.go