| .. |
|
exec
|
os/exec: make Cmd.Output include stderr in ExitError
|
2015-10-22 14:08:10 +00:00 |
|
signal
|
os, runtime: better EPIPE behavior for command line programs
|
2016-01-05 00:32:50 +00:00 |
|
user
|
…
|
|
|
dir_plan9.go
|
…
|
|
|
dir_unix.go
|
…
|
|
|
dir_windows.go
|
…
|
|
|
doc.go
|
…
|
|
|
env.go
|
…
|
|
|
env_test.go
|
…
|
|
|
env_unix_test.go
|
…
|
|
|
error.go
|
os: add document for ErrInvalid
|
2015-11-13 01:09:10 +00:00 |
|
error_plan9.go
|
os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError too
|
2015-10-10 21:20:14 +00:00 |
|
error_test.go
|
os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError too
|
2015-10-10 21:20:14 +00:00 |
|
error_unix.go
|
os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError too
|
2015-10-10 21:20:14 +00:00 |
|
error_windows.go
|
os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError too
|
2015-10-10 21:20:14 +00:00 |
|
exec.go
|
…
|
|
|
exec_plan9.go
|
…
|
|
|
exec_posix.go
|
…
|
|
|
exec_unix.go
|
…
|
|
|
exec_windows.go
|
…
|
|
|
export_test.go
|
…
|
|
|
file.go
|
os: be more specific on what flags are used for
|
2015-12-03 16:27:11 +00:00 |
|
file_plan9.go
|
…
|
|
|
file_posix.go
|
…
|
|
|
file_unix.go
|
os, runtime: better EPIPE behavior for command line programs
|
2016-01-05 00:32:50 +00:00 |
|
file_windows.go
|
os: change Open(`C:`) to open current directory on C:
|
2015-12-31 00:20:54 +00:00 |
|
getwd.go
|
…
|
|
|
getwd_darwin.go
|
…
|
|
|
os_test.go
|
os: skip TestHardLink on Android.
|
2015-12-03 01:24:13 +00:00 |
|
os_unix_test.go
|
os: make TestLchown actually test Lchown.
|
2015-12-14 22:42:55 +00:00 |
|
os_windows_test.go
|
os: change Open(`C:`) to open current directory on C:
|
2015-12-31 00:20:54 +00:00 |
|
path.go
|
…
|
|
|
path_plan9.go
|
…
|
|
|
path_test.go
|
os: disable symlink tests on android.
|
2015-10-20 22:18:23 +00:00 |
|
path_unix.go
|
…
|
|
|
path_windows.go
|
…
|
|
|
pipe_bsd.go
|
…
|
|
|
pipe_linux.go
|
…
|
|
|
pipe_test.go
|
os: remove unused import to fix build
|
2016-01-05 01:21:26 +00:00 |
|
proc.go
|
…
|
|
|
stat_darwin.go
|
os: reduce allocations in Readdir on unix
|
2015-10-30 19:47:55 +00:00 |
|
stat_dragonfly.go
|
os: reduce allocations in Readdir on unix
|
2015-10-30 19:47:55 +00:00 |
|
stat_freebsd.go
|
os: reduce allocations in Readdir on unix
|
2015-10-30 19:47:55 +00:00 |
|
stat_linux.go
|
os: reduce allocations in Readdir on unix
|
2015-10-30 19:47:55 +00:00 |
|
stat_nacl.go
|
os: reduce allocations in Readdir on unix
|
2015-10-30 19:47:55 +00:00 |
|
stat_netbsd.go
|
os: reduce allocations in Readdir on unix
|
2015-10-30 19:47:55 +00:00 |
|
stat_openbsd.go
|
os: reduce allocations in Readdir on unix
|
2015-10-30 19:47:55 +00:00 |
|
stat_plan9.go
|
…
|
|
|
stat_solaris.go
|
os: reduce allocations in Readdir on unix
|
2015-10-30 19:47:55 +00:00 |
|
stat_windows.go
|
os: fix race condition between (*os.File).Stat and os.Chdir on windows
|
2015-12-30 06:37:08 +00:00 |
|
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
|
…
|
|
|
types_plan9.go
|
os: reduce allocations in Readdir on unix
|
2015-10-30 19:47:55 +00:00 |
|
types_unix.go
|
os: reduce allocations in Readdir on unix
|
2015-10-30 19:47:55 +00:00 |
|
types_windows.go
|
…
|
|