1
0
mirror of https://github.com/golang/go synced 2024-11-18 17:44:47 -07:00
go/src/os
Brad Fitzpatrick 735c65fa9c os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError too
Fixes #12674

Change-Id: I82f53026dd2fc27bd7999d43c27932d683d92af6
Reviewed-on: https://go-review.googlesource.com/15730
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2015-10-10 21:20:14 +00:00
..
exec os/exec: close read pipe if copy to io.Writer fails 2015-07-22 21:37:18 +00:00
signal os/signal: skip the nohup test on darwin when running in tmux. 2015-08-25 00:14:24 +00:00
user os/user: don't depend on _SC_GETPW_R_SIZE_MAX on Linux 2015-08-21 04:23:15 +00:00
dir_plan9.go
dir_unix.go
dir_windows.go
doc.go
env_test.go os: eradicate smallpox after test 2015-05-06 17:38:57 +00:00
env_unix_test.go
env.go
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
error.go
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
exec.go os: fix a race between Process.signal() and wait() on Windows 2015-06-11 01:33:25 +00:00
export_test.go
file_plan9.go os: remove stuttering return value names 2015-07-18 01:34:21 +00:00
file_posix.go os: remove stuttering return value names 2015-07-18 01:34:21 +00:00
file_unix.go os: touch up the EINTR retry loop in OpenFile 2015-09-17 14:49:30 +00:00
file_windows.go os: remove stuttering return value names 2015-07-18 01:34:21 +00:00
file.go os: document that behavior of Seek on O_APPEND files is not specified 2015-09-23 17:06:02 +00:00
getwd_darwin.go
getwd.go
os_test.go os: add test to ensure Rename returns *LinkError 2015-07-17 22:46:05 +00:00
os_unix_test.go os: add explicit tests for fchown(2) and lchown(2) on unix platforms 2015-07-31 19:41:42 +00:00
os_windows_test.go os: add check for ERROR_BAD_NETPATH in windows IsNotExist 2015-09-23 04:51:45 +00:00
path_plan9.go
path_test.go
path_unix.go
path_windows.go
path.go
pipe_bsd.go
pipe_linux.go
proc.go
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: remove stuttering return value names 2015-07-18 01:34:21 +00:00
stat_solaris.go
stat_windows.go os: remove stuttering return value names 2015-07-18 01:34:21 +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_notwin.go
types_windows.go
types.go