1
0
mirror of https://github.com/golang/go synced 2024-11-13 19:50:21 -07:00
go/src/os
Yasuhiro Matsumoto 46cf91a75f all: fix typos
Change-Id: I775eb4b33422a95f4255799d551c9962d7e181d3
Reviewed-on: https://go-review.googlesource.com/c/140318
Reviewed-by: Robert Griesemer <gri@golang.org>
2018-10-06 17:09:47 +00:00
..
exec os/exec: document how to do special args quoting on Windows 2018-09-01 04:45:46 +00:00
signal os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
user all: fix typos 2018-10-06 17:09:47 +00:00
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
dir.go
env_test.go os: treat "${}" in Expand like in Go 1.10 2018-06-29 21:07:28 +00:00
env_unix_test.go
env.go os: treat "${}" in Expand like in Go 1.10 2018-06-29 21:07:28 +00:00
error_plan9.go os: homogenize error checks on Plan 9 2018-01-24 07:18:36 +00:00
error_posix.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
error_test.go
error_unix_test.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
error_unix.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
error_windows_test.go
error_windows.go
error.go os: add deadline methods for File type 2017-10-25 18:27:06 +00:00
example_test.go os: add UserHomeDir 2018-10-03 21:47:09 +00:00
exec_plan9.go os: add ExitCode method to ProcessState 2018-08-28 01:46:11 +00:00
exec_posix.go os: add ExitCode method to ProcessState 2018-08-28 01:46:11 +00:00
exec_unix.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
exec_windows.go
exec.go os/exec: document Process.Kill behaviour 2018-03-05 23:47:41 +00:00
executable_darwin.go os: add check for empty executable path on darwin 2018-08-02 20:31:25 +00:00
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 os: fix typo in TestExecutable comment 2017-12-09 15:49:34 +00:00
executable_windows.go
executable.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_plan9.go os: handle TMPDIR in TempDir on Plan 9 2018-08-17 23:12:06 +00:00
file_posix.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
file_unix.go os: document that Remove removes only empty directories 2018-08-03 23:09:31 +00:00
file_windows.go all: fix a bunch of misspellings 2018-10-06 15:40:03 +00:00
file.go os: make UserHomeDir specialize behavior for GOOS=android 2018-10-04 16:32:56 +00:00
getwd_darwin.go
getwd.go os: use the syscall version of Getwd for Plan 9 2018-01-25 00:12:18 +00:00
os_test.go all: fix a bunch of misspellings 2018-10-06 15:40:03 +00:00
os_unix_test.go all: remove repeated "the" from comments 2018-09-28 08:46:55 +00:00
os_windows_test.go os: use FILE_FLAG_OPEN_REPARSE_POINT in SameFile 2018-09-29 04:02:38 +00:00
path_plan9.go path: use OS-specific function in MkdirAll, don't always keep trailing slash 2018-02-23 18:37:09 +00:00
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 os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
path_windows_test.go all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
path_windows.go path: use OS-specific function in MkdirAll, don't always keep trailing slash 2018-02-23 18:37:09 +00:00
path.go os: when looping in RemoveAll, close and re-open directory 2018-06-27 22:05:25 +00:00
pipe2_bsd.go Revert "syscall, os: use pipe2 syscall on DragonflyBSD instead of pipe" 2018-08-26 21:30:35 +00:00
pipe_bsd.go Revert "syscall, os: use pipe2 syscall on DragonflyBSD instead of pipe" 2018-08-26 21:30:35 +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 take read lock in SetBlocking 2018-07-11 00:34:18 +00:00
proc.go
stat_darwin.go
stat_dragonfly.go
stat_freebsd.go syscall: FreeBSD 12 ino64 support 2018-10-05 21:38:13 +00:00
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_test.go os: use FILE_FLAG_OPEN_REPARSE_POINT in SameFile 2018-09-29 04:02:38 +00:00
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
stat.go os: don't use test logger for Getwd 2017-12-12 04:26:40 +00:00
sticky_bsd.go
sticky_notbsd.go
str.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
sys.go
timeout_test.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
types_plan9.go
types_unix.go
types_windows.go os: use FILE_FLAG_OPEN_REPARSE_POINT in SameFile 2018-09-29 04:02:38 +00:00
types.go os: add ModeCharDevice to ModeType 2018-09-13 09:52:57 +00:00
wait_unimp.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
wait_wait6.go all: drop support for FreeBSD 9 or below 2017-11-28 18:57:25 +00:00
wait_waitid.go