..
exec
all: shorten some tests
2019-05-22 12:54:00 +00:00
signal
Revert "syscall: use Ctty before fd shuffle"
2019-06-27 16:53:02 +00:00
user
os/user: make Current return better error w/o cgo & complete environment
2019-05-09 21:47:43 +00:00
dir.go
os: change Readdirnames doc to follow that of Readdir
2019-08-02 21:52:01 +00:00
dir_darwin.go
syscall: avoid _getdirentries64 on darwin
2019-04-03 21:27:05 +00:00
dir_plan9.go
…
dir_unix.go
syscall: avoid _getdirentries64 on darwin
2019-04-03 21:27:05 +00:00
dir_windows.go
…
env.go
…
env_default.go
os: pass correct environment when creating Windows processes
2019-05-16 10:24:10 +00:00
env_test.go
…
env_unix_test.go
…
env_windows.go
os: pass correct environment when creating Windows processes
2019-05-16 10:24:10 +00:00
error.go
os: don't consult Is methods on non-syscall error types
2019-08-02 21:09:50 +00:00
error_errno.go
os: don't consult Is methods on non-syscall error types
2019-08-02 21:09:50 +00:00
error_plan9.go
os: don't consult Is methods on non-syscall error types
2019-08-02 21:09:50 +00:00
error_posix.go
…
error_test.go
os: don't consult Is methods on non-syscall error types
2019-08-02 21:09:50 +00:00
error_unix_test.go
…
error_windows_test.go
…
example_test.go
os: don't leak file in ExampleOpenFile_append failure path
2019-04-11 21:47:52 +00:00
exec.go
…
exec_plan9.go
os/exec: less allocs in the common case
2019-03-04 09:45:46 +00:00
exec_posix.go
os: pass correct environment when creating Windows processes
2019-05-16 10:24:10 +00:00
exec_unix.go
…
exec_windows.go
…
executable.go
…
executable_darwin.go
…
executable_freebsd.go
…
executable_path.go
…
executable_plan9.go
…
executable_procfs.go
…
executable_solaris.go
…
executable_test.go
…
executable_windows.go
…
export_test.go
os: fix RemoveAll hangs on large directory
2019-04-10 20:14:25 +00:00
export_unix_test.go
os: don't treat RemoveAll("/x") as RemoveAll("x")
2019-04-15 18:28:49 +00:00
export_windows_test.go
…
fifo_test.go
…
file.go
os: document File's concurrent operation resource limits
2019-07-23 23:42:43 +00:00
file_plan9.go
doc: clarify safety of multiple and concurent os.(*File).Close() calls
2019-06-05 21:21:59 +00:00
file_posix.go
os: make Readlink work with symlinks with target like \??\Volume{ABCD}\
2019-03-01 07:44:37 +00:00
file_unix.go
doc: clarify safety of multiple and concurent os.(*File).Close() calls
2019-06-05 21:21:59 +00:00
file_windows.go
doc: clarify safety of multiple and concurent os.(*File).Close() calls
2019-06-05 21:21:59 +00:00
getwd.go
…
getwd_darwin.go
…
os_test.go
os,time: fix tests on iOS
2019-05-01 13:53:44 +00:00
os_unix_test.go
os: deflake TestNewFileNonBlock
2019-05-30 22:39:04 +00:00
os_windows_test.go
os: fix windows Lstat missing name for some files
2019-03-20 08:35:29 +00:00
path.go
os: fix RemoveAll hangs on large directory
2019-04-10 20:14:25 +00:00
path_plan9.go
…
path_test.go
…
path_unix.go
os: don't treat RemoveAll("/x") as RemoveAll("x")
2019-04-15 18:28:49 +00:00
path_windows.go
…
path_windows_test.go
…
pipe2_bsd.go
…
pipe_bsd.go
…
pipe_linux.go
…
pipe_test.go
internal/poll, os: cancel pending I/O when closing pipes on Windows
2019-03-19 04:20:08 +00:00
proc.go
os: document exit status range value
2019-03-27 04:37:34 +00:00
rawconn.go
os: add SyscallConn method for os.File
2018-12-27 16:36:34 +00:00
rawconn_test.go
os: add SyscallConn method for os.File
2018-12-27 16:36:34 +00:00
removeall_at.go
os: enable the close-on-exec flag for openFdAt
2019-08-01 20:37:08 +00:00
removeall_noat.go
os: fix RemoveAll hangs on large directory
2019-04-10 20:14:25 +00:00
removeall_test.go
all: add new GOOS=illumos, split out of GOOS=solaris
2019-04-30 16:59:13 +00:00
stat.go
…
stat_aix.go
…
stat_darwin.go
…
stat_dragonfly.go
…
stat_freebsd.go
syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t on FreeBSD
2018-12-30 19:36:52 +00:00
stat_linux.go
…
stat_nacljs.go
…
stat_netbsd.go
…
stat_openbsd.go
…
stat_plan9.go
…
stat_solaris.go
…
stat_test.go
…
stat_unix.go
…
stat_windows.go
os: fix windows Lstat missing name for some files
2019-03-20 08:35:29 +00:00
sticky_bsd.go
os,syscall: implement functions related to uid, gid and pid on js/wasm
2019-03-22 15:40:37 +00:00
sticky_notbsd.go
os,syscall: implement functions related to uid, gid and pid on js/wasm
2019-03-22 15:40:37 +00:00
str.go
…
sys.go
…
sys_aix.go
…
sys_bsd.go
…
sys_js.go
…
sys_linux.go
…
sys_nacl.go
…
sys_plan9.go
…
sys_solaris.go
…
sys_unix.go
…
sys_windows.go
…
timeout_test.go
all: s/cancelation/cancellation/
2019-04-16 20:27:15 +00:00
types.go
…
types_plan9.go
…
types_unix.go
…
types_windows.go
os: fix windows Lstat missing name for some files
2019-03-20 08:35:29 +00:00
wait_unimp.go
all: use "reports whether" consistently instead of "returns whether"
2018-12-02 15:12:26 +00:00
wait_wait6.go
all: use "reports whether" consistently instead of "returns whether"
2018-12-02 15:12:26 +00:00
wait_waitid.go
all: use "reports whether" consistently instead of "returns whether"
2018-12-02 15:12:26 +00:00