go/src/internal/poll
Russ Cox 7bb721b938 all: update references to symbols moved from os to io/fs
The old os references are still valid, but update our code
to reflect best practices and get used to the new locations.

Code compiled with the bootstrap toolchain
(cmd/asm, cmd/dist, cmd/compile, debug/elf)
must remain Go 1.4-compatible and is excluded.

For #41190.

Change-Id: I8f9526977867c10a221e2f392f78d7dec073f1bd
Reviewed-on: https://go-review.googlesource.com/c/go/+/243907
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
2020-10-20 02:32:42 +00:00
..
copy_file_range_linux.go internal/poll: treat copy_file_range EPERM as not-handled 2020-08-19 22:26:47 +00:00
errno_unix.go
errno_windows.go
error_linux_test.go
error_stub_test.go
error_test.go all: update references to symbols moved from os to io/fs 2020-10-20 02:32:42 +00:00
export_posix_test.go all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
export_test.go
export_windows_test.go
fcntl_js.go internal/poll: use correct fcntl implementations 2019-12-31 12:11:24 +00:00
fcntl_libc.go internal/poll: use correct fcntl implementations 2019-12-31 12:11:24 +00:00
fcntl_syscall.go internal/poll: use correct fcntl implementations 2019-12-31 12:11:24 +00:00
fd.go os, net: define and use os.ErrDeadlineExceeded 2020-04-25 00:26:48 +00:00
fd_fsync_darwin.go internal/poll: use ignoringEINTR in Darwin Fsync 2020-10-01 02:42:58 +00:00
fd_fsync_posix.go os, internal/poll: loop on EINTR for all file syscalls 2020-08-19 21:49:56 +00:00
fd_fsync_windows.go
fd_io_plan9.go
fd_mutex.go
fd_mutex_test.go all: fix incorrect channel and API usage in some unit tests 2020-02-27 19:04:17 +00:00
fd_opendir_darwin.go os, internal/poll: loop on EINTR for all file syscalls 2020-08-19 21:49:56 +00:00
fd_plan9.go internal/poll: add mutex to prevent SetDeadline race in Plan 9 2020-06-02 12:10:28 +00:00
fd_poll_js.go os, net: define and use os.ErrDeadlineExceeded 2020-04-25 00:26:48 +00:00
fd_poll_runtime.go os, net: define and use os.ErrDeadlineExceeded 2020-04-25 00:26:48 +00:00
fd_posix.go os: implement File.Chmod on Windows 2020-09-11 22:10:02 +00:00
fd_posix_test.go all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
fd_unix.go internal/poll: use ignoringEINTR in Darwin Fsync 2020-10-01 02:42:58 +00:00
fd_windows.go os: implement File.Chmod on Windows 2020-09-11 22:10:02 +00:00
fd_windows_test.go
fd_writev_darwin.go
fd_writev_illumos.go internal/poll, internal/syscall/unix, net: enable writev on illumos 2020-09-15 05:08:53 +00:00
fd_writev_unix.go internal/poll, os: loop on EINTR 2020-05-11 22:38:32 +00:00
hook_cloexec.go internal/poll, net, syscall: use accept4 on illumos 2020-10-16 19:53:34 +00:00
hook_unix.go all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
hook_windows.go
iovec_illumos.go internal/poll, internal/syscall/unix, net: enable writev on illumos 2020-09-15 05:08:53 +00:00
iovec_unix.go internal/poll, internal/syscall/unix, net: enable writev on illumos 2020-09-15 05:08:53 +00:00
read_test.go all: add GOOS=ios 2020-09-23 18:12:59 +00:00
sendfile_bsd.go internal/poll, os: loop on EINTR 2020-05-11 22:38:32 +00:00
sendfile_linux.go internal/poll, os: loop on EINTR 2020-05-11 22:38:32 +00:00
sendfile_solaris.go
sendfile_windows.go internal/poll: assume we have CancelIoEX on Windows 2020-03-24 20:19:40 +00:00
sock_cloexec.go internal/poll, net, syscall: use accept4 on illumos 2020-10-16 19:53:34 +00:00
sockopt.go
sockopt_linux.go
sockopt_unix.go
sockopt_windows.go
sockoptip.go
splice_linux.go internal/poll, os: loop on EINTR 2020-05-11 22:38:32 +00:00
strconv.go
sys_cloexec.go internal/poll, net, syscall: use accept4 on illumos 2020-10-16 19:53:34 +00:00
writev.go internal/poll, internal/syscall/unix, net: enable writev on illumos 2020-09-15 05:08:53 +00:00
writev_test.go