go/src/os
Brad Fitzpatrick 871b79316a os: clarify docs on Interrupt and Kill
Note that Interrupt will compile but not work on Windows.

Fixes #22454

Change-Id: If011c32211f4bb45d458317e113b9794d5b4a4b1
Reviewed-on: https://go-review.googlesource.com/81035
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-12-02 02:49:01 +00:00
..
exec os/exec: Stdout/Stderr doc cleanup. 2017-11-23 20:01:56 +00:00
signal runtime: don't block signals that will kill the program 2017-11-30 23:29:30 +00:00
user os/user: fix darwin GetGroupIds for n > 256 2017-11-22 17:14:47 +00:00
dir.go
dir_plan9.go
dir_unix.go os: use poller for file I/O 2017-02-15 19:31:55 +00:00
dir_windows.go os: avoid calulating fileStat.path until it is needed 2017-05-09 04:47:47 +00:00
env.go
env_test.go os: drop unused return value in TestLookupEnv 2017-12-01 15:43:52 +00:00
env_unix_test.go
error.go os: add deadline methods for File type 2017-10-25 18:27:06 +00:00
error_plan9.go
error_posix.go os: use poller for file I/O 2017-02-15 19:31:55 +00:00
error_test.go
error_unix.go
error_unix_test.go
error_windows.go
error_windows_test.go
example_test.go os: use Fstat instead of Stat in FileMode example 2017-07-15 16:46:50 +00:00
exec.go
exec_plan9.go os: clarify docs on Interrupt and Kill 2017-12-02 02:49:01 +00:00
exec_posix.go os: clarify docs on Interrupt and Kill 2017-12-02 02:49:01 +00:00
exec_unix.go
exec_windows.go os: parse command line without shell32.dll 2017-03-24 00:53:03 +00:00
executable.go os: fix documentation for Executable on OpenBSD 2017-06-21 04:56:15 +00:00
executable_darwin.go
executable_freebsd.go
executable_path.go os: on OpenBSD implement Executable using Args[0] 2017-06-17 03:32:59 +00:00
executable_plan9.go
executable_procfs.go os: on OpenBSD implement Executable using Args[0] 2017-06-17 03:32:59 +00:00
executable_solaris.go
executable_test.go os: run more of TestExecutable on OpenBSD 2017-06-22 04:42:40 +00:00
executable_windows.go
export_test.go
export_windows_test.go os: parse command line without shell32.dll 2017-03-24 00:53:03 +00:00
file.go os: rearrange OpenFile Flags doc 2017-11-01 21:28:43 +00:00
file_plan9.go os: calling Fd disables the SetDeadline methods 2017-12-02 02:11:15 +00:00
file_posix.go os: add deadline methods for File type 2017-10-25 18:27:06 +00:00
file_unix.go os: calling Fd disables the SetDeadline methods 2017-12-02 02:11:15 +00:00
file_windows.go os: calling Fd disables the SetDeadline methods 2017-12-02 02:11:15 +00:00
getwd.go
getwd_darwin.go
os_test.go os: ignore Chtimes test failure on NetBSD if fs mounted noatime 2017-12-01 04:25:22 +00:00
os_unix_test.go os: remove redundant GOOS checks in chown tests 2017-11-30 23:34:49 +00:00
os_windows_test.go path/filepath: re-implement windows EvalSymlinks 2017-10-05 04:16:00 +00:00
path.go os: fix RemoveAll on large directories on Plan 9 and NaCl 2017-11-06 07:09:50 +00:00
path_plan9.go
path_test.go os: fix RemoveAll on large directories on Plan 9 and NaCl 2017-11-06 07:09:50 +00:00
path_unix.go
path_windows.go os: must fixup path when 248 bytes long 2016-12-13 03:21:00 +00:00
path_windows_test.go
pipe_bsd.go os: add deadline methods for File type 2017-10-25 18:27:06 +00:00
pipe_freebsd.go all: drop support for FreeBSD 9 or below 2017-11-28 18:57:25 +00:00
pipe_linux.go os: add deadline methods for File type 2017-10-25 18:27:06 +00:00
pipe_test.go internal/poll: don't wait for unpollable files 2017-07-14 04:03:31 +00:00
proc.go os: add documentation for Windows users 2017-06-30 01:36:38 +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
stat_solaris.go
stat_unix.go os: use poller for file I/O 2017-02-15 19:31:55 +00:00
stat_windows.go all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
sticky_bsd.go
sticky_notbsd.go
str.go
sys.go
sys_bsd.go
sys_darwin.go os: remove incorrect detection of O_CLOEXEC flag on darwin 2017-02-18 16:14:15 +00:00
sys_freebsd.go all: drop support for FreeBSD 9 or below 2017-11-28 18:57:25 +00:00
sys_linux.go
sys_nacl.go
sys_plan9.go
sys_solaris.go
sys_unix.go
sys_windows.go all: fix article typos 2017-09-15 02:39:16 +00:00
timeout_test.go os: add deadline methods for File type 2017-10-25 18:27:06 +00:00
types.go os: add documentation for Windows users 2017-06-30 01:36:38 +00:00
types_plan9.go
types_unix.go os: fix race between file I/O and Close 2017-04-25 13:58:24 +00:00
types_windows.go os: avoid calulating fileStat.path until it is needed 2017-05-09 04:47:47 +00:00
wait_unimp.go os: don't use waitid on Darwin 2017-03-01 02:02:40 +00:00
wait_wait6.go all: drop support for FreeBSD 9 or below 2017-11-28 18:57:25 +00:00
wait_waitid.go os: align siginfo argument to waitid 2017-06-23 17:02:41 +00:00