go/src/os
Adam Shannon 6f96cf2793 os/exec: document ExtraFiles is not supported on windows
Fixes #26182

Change-Id: I1181e191f4742f166c9b67a6f41332a237cf0ede
Reviewed-on: https://go-review.googlesource.com/123855
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-07-13 22:29:48 +00:00
..
exec os/exec: document ExtraFiles is not supported on windows 2018-07-13 22:29:48 +00:00
signal os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
user os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
dir.go
dir_plan9.go
dir_unix.go os: increase directory reading block size on Unix systems 2018-07-06 22:39:14 +00:00
dir_windows.go os: use WIN32_FIND_DATA.Reserved0 to identify symlinks 2018-03-07 08:51:04 +00:00
env.go os: treat "${}" in Expand like in Go 1.10 2018-06-29 21:07:28 +00:00
env_test.go os: treat "${}" in Expand like in Go 1.10 2018-06-29 21:07:28 +00:00
env_unix_test.go
error.go
error_plan9.go
error_posix.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
error_test.go
error_unix.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
error_unix_test.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
error_windows.go
error_windows_test.go
example_test.go os: Add example for Expand function. 2018-05-23 15:37:22 +00:00
exec.go os/exec: document Process.Kill behaviour 2018-03-05 23:47:41 +00:00
exec_plan9.go
exec_posix.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
exec_unix.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
exec_windows.go
executable.go
executable_darwin.go
executable_freebsd.go
executable_path.go
executable_plan9.go
executable_procfs.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
executable_solaris.go runtime: parse auxv for page size and executable name on Solaris 2018-04-03 15:49:45 +00:00
executable_test.go
executable_windows.go
export_test.go
export_windows_test.go
fifo_test.go os: skip TestFifoEOF on android 2018-06-14 13:41:57 +00:00
file.go os: have UserCacheDir return an error on failure 2018-06-25 18:59:39 +00:00
file_plan9.go os: clarify that Close cancels pending I/O 2018-07-11 00:06:19 +00:00
file_posix.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
file_unix.go os: clarify that Close cancels pending I/O 2018-07-11 00:06:19 +00:00
file_windows.go os: clarify that Close cancels pending I/O 2018-07-11 00:06:19 +00:00
getwd.go
getwd_darwin.go
os_test.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
os_unix_test.go os: use poller when NewFile is called with a blocking descriptor. 2018-04-11 17:39:11 +00:00
os_windows_test.go os: os: make Stat("*.txt") fail on windows 2018-04-27 10:04:48 +00:00
path.go os: when looping in RemoveAll, close and re-open directory 2018-06-27 22:05:25 +00:00
path_plan9.go
path_test.go
path_unix.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
path_windows.go
path_windows_test.go
pipe2_bsd.go os, syscall: use pipe2 instead of pipe syscall on OpenBSD 2018-02-27 18:37:36 +00:00
pipe_bsd.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
pipe_linux.go
pipe_test.go internal/poll: don't take read lock in SetBlocking 2018-07-11 00:34:18 +00:00
proc.go
stat.go
stat_darwin.go
stat_dragonfly.go
stat_freebsd.go
stat_linux.go
stat_nacljs.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
stat_netbsd.go
stat_openbsd.go
stat_plan9.go os: fix TestDevNullFile on Plan 9 2018-03-27 05:30:50 +00:00
stat_solaris.go
stat_unix.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
stat_windows.go os: treat "nul" as DevNull file on windows 2018-03-25 08:33:21 +00:00
sticky_bsd.go
sticky_notbsd.go
str.go
sys.go
sys_bsd.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
sys_js.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
sys_linux.go os: remove superfluous comments 2018-05-02 14:41:57 +00:00
sys_nacl.go
sys_plan9.go os: remove superfluous comments 2018-05-02 14:41:57 +00:00
sys_solaris.go
sys_unix.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
sys_windows.go
timeout_test.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
types.go os: add ModeIrregular flag 2018-03-29 23:17:53 +00:00
types_plan9.go
types_unix.go
types_windows.go os: os: make Stat("*.txt") fail on windows 2018-04-27 10:04:48 +00:00
wait_unimp.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
wait_wait6.go
wait_waitid.go