1
0
mirror of https://github.com/golang/go synced 2024-11-17 09:34:49 -07:00
go/src/syscall
Tobias Klauser 495eb3f922 syscall: remove/update outdated TODO comments
Error returns for linux/arm syscalls are handled since a long time.

Remove another list of unimplemented syscalls, following CL 96315.

The root-only check in TestSyscallNoError was shown to be sufficient as
part of CL 84485 already.

NetBSD and OpenBSD do not implement the sendfile syscall (yet), so add a
link to golang.org/issue/5847

Change-Id: I07efc3c3203537a4142707385f31b59dc0ecca42
Reviewed-on: https://go-review.googlesource.com/97115
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-02-26 17:54:31 +00:00
..
asm9_unix1_amd64.s
asm9_unix2_amd64.s
asm_darwin_386.s
asm_darwin_amd64.s
asm_darwin_arm64.s
asm_darwin_arm.s runtime, syscall: appease vet 2016-10-25 15:11:54 +00:00
asm_freebsd_arm.s
asm_linux_386.s syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
asm_linux_amd64.s syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
asm_linux_arm64.s syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
asm_linux_arm.s syscall: remove/update outdated TODO comments 2018-02-26 17:54:31 +00:00
asm_linux_mips64x.s syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
asm_linux_mipsx.s syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
asm_linux_ppc64x.s syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
asm_linux_s390x.s syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
asm_nacl_386.s
asm_nacl_amd64p32.s
asm_nacl_arm.s
asm_netbsd_arm.s
asm_openbsd_arm.s
asm_plan9_386.s syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
asm_plan9_amd64.s syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
asm_plan9_arm.s syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
asm_solaris_amd64.s
asm_unix_386.s
asm_unix_amd64.s
bpf_bsd.go
const_plan9.go syscall: define bind flags on Plan 9 2016-11-15 18:19:10 +00:00
creds_test.go syscall: drop dummy byte for oob in unixgram SendmsgN 2017-08-29 23:30:21 +00:00
dir_plan9.go all: spell "marshal" and "unmarshal" consistently 2016-11-12 00:13:35 +00:00
dirent.go
dll_windows.go syscall: delete the "use" function and calls in non-generated files. 2017-02-13 19:58:05 +00:00
endian_big.go syscall: add support for GOARCH=mips{,le} 2016-11-03 23:02:18 +00:00
endian_little.go syscall: add support for GOARCH=mips{,le} 2016-11-03 23:02:18 +00:00
env_plan9.go
env_unix.go
env_windows.go syscall: Clearenv now unsets env vars on Windows 2016-11-14 00:04:03 +00:00
errors_plan9.go syscall: define ESPIPE on Plan 9 2017-04-22 13:31:24 +00:00
exec_bsd.go runtime, syscall: reset signal handlers to default in child 2017-06-14 14:00:56 +00:00
exec_linux_test.go syscall: fix TestCloneNEWUSERAndRemapRootEnableSetgroups on linux 2017-09-10 14:00:44 +00:00
exec_linux.go syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
exec_plan9.go
exec_solaris_test.go
exec_solaris.go syscall: reuse BSD forkExecPipe for Solaris 2018-02-13 15:35:36 +00:00
exec_unix_test.go
exec_unix.go syscall: fix Exec on solaris 2017-06-28 19:02:05 +00:00
exec_windows.go syscall: change SysProcAttr.Token type to Token 2017-11-07 22:06:35 +00:00
export_linux_test.go syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
export_test.go
export_unix_test.go
fd_nacl.go
flock_linux_32bit.go syscall: add support for GOARCH=mips{,le} 2016-11-03 23:02:18 +00:00
flock.go
forkpipe2.go syscall, os: use pipe2 syscall on NetBSD instead of pipe 2018-02-14 15:51:46 +00:00
forkpipe.go syscall, os: use pipe2 syscall on NetBSD instead of pipe 2018-02-14 15:51:46 +00:00
fs_nacl.go syscall: add missing fs locking in Link, Rename on nacl 2017-11-22 03:47:23 +00:00
lsf_linux.go
mkall.sh syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
mkerrors.sh
mkpost.go syscall: export Fsid.X__val on s390x 2017-01-13 19:31:47 +00:00
mksyscall_solaris.pl syscall: remove "use" function and calls from generated code. 2017-02-09 18:30:49 +00:00
mksyscall_windows.go all: remove some double spaces from comments 2017-08-26 15:09:09 +00:00
mksyscall.pl syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
mksysctl_openbsd.pl
mksysnum_darwin.pl
mksysnum_dragonfly.pl
mksysnum_freebsd.pl
mksysnum_linux.pl syscall: add support for GOARCH=mips{,le} 2016-11-03 23:02:18 +00:00
mksysnum_netbsd.pl
mksysnum_openbsd.pl
mksysnum_plan9.sh
mmap_unix_test.go
msan0.go
msan.go
net_nacl.go runtime: improve timers scalability on multi-CPU systems 2017-09-12 16:52:23 +00:00
net.go syscall: add Conn and RawConn interfaces 2017-05-19 09:10:04 +00:00
netlink_linux.go
pwd_plan9.go
route_bsd.go
route_darwin.go
route_dragonfly.go
route_freebsd_32bit.go
route_freebsd_64bit.go
route_freebsd.go
route_netbsd.go
route_openbsd.go
security_windows.go
setuidgid_32_linux.go syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
setuidgid_linux.go syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
sockcmsg_linux.go
sockcmsg_unix.go
str.go
syscall_bsd_test.go
syscall_bsd.go syscall: remove/update outdated TODO comments 2018-02-26 17:54:31 +00:00
syscall_darwin_386.go
syscall_darwin_amd64.go
syscall_darwin_arm64.go
syscall_darwin_arm.go
syscall_darwin.go syscall: remove list of unimplemented syscalls 2018-02-22 16:47:24 +00:00
syscall_dragonfly_amd64.go
syscall_dragonfly.go syscall: remove list of unimplemented syscalls 2018-02-22 16:47:24 +00:00
syscall_freebsd_386.go
syscall_freebsd_amd64.go
syscall_freebsd_arm.go
syscall_freebsd.go syscall: remove list of unimplemented syscalls 2018-02-22 16:47:24 +00:00
syscall_getwd_bsd.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
syscall_linux_386.go syscall: use SYS_GETDENTS64 on linux/mips64{,le} 2018-01-31 20:42:49 +00:00
syscall_linux_amd64.go syscall: use SYS_GETDENTS64 on linux/mips64{,le} 2018-01-31 20:42:49 +00:00
syscall_linux_arm64.go syscall: use SYS_GETDENTS64 on linux/mips64{,le} 2018-01-31 20:42:49 +00:00
syscall_linux_arm.go syscall: use SYS_GETDENTS64 on linux/mips64{,le} 2018-01-31 20:42:49 +00:00
syscall_linux_mips64x.go syscall: use SYS_GETDENTS64 on linux/mips64{,le} 2018-01-31 20:42:49 +00:00
syscall_linux_mipsx.go syscall: use SYS_GETDENTS64 on linux/mips64{,le} 2018-01-31 20:42:49 +00:00
syscall_linux_ppc64x.go syscall: use SYS_GETDENTS64 on linux/mips64{,le} 2018-01-31 20:42:49 +00:00
syscall_linux_s390x.go syscall: use SYS_GETDENTS64 on linux/mips64{,le} 2018-01-31 20:42:49 +00:00
syscall_linux_test.go syscall: remove/update outdated TODO comments 2018-02-26 17:54:31 +00:00
syscall_linux.go syscall: remove list of unimplemented syscalls 2018-02-22 16:47:24 +00:00
syscall_nacl_386.go
syscall_nacl_amd64p32.go
syscall_nacl_arm.go
syscall_nacl.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
syscall_netbsd_386.go
syscall_netbsd_amd64.go
syscall_netbsd_arm.go
syscall_netbsd.go syscall: remove/update outdated TODO comments 2018-02-26 17:54:31 +00:00
syscall_openbsd_386.go
syscall_openbsd_amd64.go
syscall_openbsd_arm.go
syscall_openbsd.go syscall: remove/update outdated TODO comments 2018-02-26 17:54:31 +00:00
syscall_plan9.go syscall: ensure Mkdir(path) on Plan 9 fails if path exists 2018-02-20 13:21:12 +00:00
syscall_solaris_amd64.go
syscall_solaris.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
syscall_test.go
syscall_unix_test.go syscall: add missing err check in test 2017-11-29 15:52:59 +00:00
syscall_unix.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
syscall_windows_386.go
syscall_windows_amd64.go
syscall_windows_test.go
syscall_windows.go syscall: make Seek use SetFilePointerEx on Windows, allowing large seek offsets 2017-12-07 19:32:24 +00:00
syscall.go syscall: document Time{spec,val} methods 2017-10-27 07:18:47 +00:00
tables_nacl.go
time_nacl_386.s
time_nacl_amd64p32.s
time_nacl_arm.s
timestruct.go
types_darwin.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
types_dragonfly.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
types_freebsd.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
types_linux.go syscall: add support for GOARCH=mips{,le} 2016-11-03 23:02:18 +00:00
types_netbsd.go net, internal/poll, net/internal/socktest: set SOCK_{CLOEXEC,NONBLOCK} atomically on NetBSD 2018-02-15 17:07:12 +00:00
types_openbsd.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
types_solaris.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
types_windows_386.go syscall: rename ztypes_windows* to types_windows* 2017-11-02 17:09:08 +00:00
types_windows_amd64.go syscall: rename ztypes_windows* to types_windows* 2017-11-02 17:09:08 +00:00
types_windows.go net: fix UDPConn readers to return truncated payload size instead of 0 2018-02-21 10:40:03 +00:00
unzip_nacl.go
zerrors_darwin_386.go
zerrors_darwin_amd64.go
zerrors_darwin_arm64.go
zerrors_darwin_arm.go
zerrors_dragonfly_amd64.go syscall: add Accept4 and SOCK_{CLOEXEC,NONBLOCK} on dragonfly 2017-04-18 03:55:27 +00:00
zerrors_freebsd_386.go
zerrors_freebsd_amd64.go
zerrors_freebsd_arm.go
zerrors_linux_386.go
zerrors_linux_amd64.go
zerrors_linux_arm64.go
zerrors_linux_arm.go
zerrors_linux_mips64.go
zerrors_linux_mips64le.go
zerrors_linux_mips.go syscall: add support for GOARCH=mips{,le} 2016-11-03 23:02:18 +00:00
zerrors_linux_mipsle.go syscall: add support for GOARCH=mips{,le} 2016-11-03 23:02:18 +00:00
zerrors_linux_ppc64.go
zerrors_linux_ppc64le.go
zerrors_linux_s390x.go
zerrors_netbsd_386.go
zerrors_netbsd_amd64.go
zerrors_netbsd_arm.go
zerrors_openbsd_386.go net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept4/socket flags on OpenBSD 2018-02-26 16:59:38 +00:00
zerrors_openbsd_amd64.go net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept4/socket flags on OpenBSD 2018-02-26 16:59:38 +00:00
zerrors_openbsd_arm.go
zerrors_solaris_amd64.go
zerrors_windows_386.go
zerrors_windows_amd64.go
zerrors_windows.go
zsyscall_darwin_386.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_darwin_amd64.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_darwin_arm64.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_darwin_arm.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_dragonfly_amd64.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
zsyscall_freebsd_386.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
zsyscall_freebsd_amd64.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
zsyscall_freebsd_arm.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
zsyscall_linux_386.go syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
zsyscall_linux_amd64.go syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
zsyscall_linux_arm64.go syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
zsyscall_linux_arm.go syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
zsyscall_linux_mips64.go syscall: use SYS_GETDENTS64 on linux/mips64{,le} 2018-01-31 20:42:49 +00:00
zsyscall_linux_mips64le.go syscall: use SYS_GETDENTS64 on linux/mips64{,le} 2018-01-31 20:42:49 +00:00
zsyscall_linux_mips.go syscall: use SYS_GETDENTS64 on linux/mips64{,le} 2018-01-31 20:42:49 +00:00
zsyscall_linux_mipsle.go syscall: use SYS_GETDENTS64 on linux/mips64{,le} 2018-01-31 20:42:49 +00:00
zsyscall_linux_ppc64.go syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
zsyscall_linux_ppc64le.go syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
zsyscall_linux_s390x.go syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
zsyscall_nacl_386.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_nacl_amd64p32.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_nacl_arm.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_netbsd_386.go net, internal/poll, net/internal/socktest: set SOCK_{CLOEXEC,NONBLOCK} atomically on NetBSD 2018-02-15 17:07:12 +00:00
zsyscall_netbsd_amd64.go net, internal/poll, net/internal/socktest: set SOCK_{CLOEXEC,NONBLOCK} atomically on NetBSD 2018-02-15 17:07:12 +00:00
zsyscall_netbsd_arm.go net, internal/poll, net/internal/socktest: set SOCK_{CLOEXEC,NONBLOCK} atomically on NetBSD 2018-02-15 17:07:12 +00:00
zsyscall_openbsd_386.go net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept4/socket flags on OpenBSD 2018-02-26 16:59:38 +00:00
zsyscall_openbsd_amd64.go net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept4/socket flags on OpenBSD 2018-02-26 16:59:38 +00:00
zsyscall_openbsd_arm.go net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept4/socket flags on OpenBSD 2018-02-26 16:59:38 +00:00
zsyscall_plan9_386.go syscall: remove "use" function and calls from generated code. 2017-02-09 18:30:49 +00:00
zsyscall_plan9_amd64.go syscall: remove "use" function and calls from generated code. 2017-02-09 18:30:49 +00:00
zsyscall_plan9_arm.go syscall: remove "use" function and calls from generated code. 2017-02-09 18:30:49 +00:00
zsyscall_solaris_amd64.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_windows.go syscall: change SysProcAttr.Token type to Token 2017-11-07 22:06:35 +00:00
zsysctl_openbsd.go
zsysnum_darwin_386.go
zsysnum_darwin_amd64.go
zsysnum_darwin_arm64.go
zsysnum_darwin_arm.go
zsysnum_dragonfly_amd64.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
zsysnum_freebsd_386.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
zsysnum_freebsd_amd64.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
zsysnum_freebsd_arm.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
zsysnum_linux_386.go
zsysnum_linux_amd64.go
zsysnum_linux_arm64.go
zsysnum_linux_arm.go
zsysnum_linux_mips64.go
zsysnum_linux_mips64le.go
zsysnum_linux_mips.go syscall: add support for GOARCH=mips{,le} 2016-11-03 23:02:18 +00:00
zsysnum_linux_mipsle.go syscall: add support for GOARCH=mips{,le} 2016-11-03 23:02:18 +00:00
zsysnum_linux_ppc64.go
zsysnum_linux_ppc64le.go
zsysnum_linux_s390x.go
zsysnum_netbsd_386.go
zsysnum_netbsd_amd64.go
zsysnum_netbsd_arm.go
zsysnum_openbsd_386.go net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept4/socket flags on OpenBSD 2018-02-26 16:59:38 +00:00
zsysnum_openbsd_amd64.go net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept4/socket flags on OpenBSD 2018-02-26 16:59:38 +00:00
zsysnum_openbsd_arm.go runtime, syscall: update openbsd for changes to syskill 2016-12-12 01:30:39 +00:00
zsysnum_plan9.go
zsysnum_solaris_amd64.go
zsysnum_windows_386.go
zsysnum_windows_amd64.go
ztypes_darwin_386.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
ztypes_darwin_amd64.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
ztypes_darwin_arm64.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
ztypes_darwin_arm.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
ztypes_dragonfly_amd64.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
ztypes_freebsd_386.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
ztypes_freebsd_amd64.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
ztypes_freebsd_arm.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
ztypes_linux_386.go syscall: remove X__cmsg_data from Cmsghdr 2016-10-30 19:04:09 +00:00
ztypes_linux_amd64.go syscall: remove X__cmsg_data from Cmsghdr 2016-10-30 19:04:09 +00:00
ztypes_linux_arm64.go syscall: remove X__cmsg_data from Cmsghdr 2016-10-30 19:04:09 +00:00
ztypes_linux_arm.go syscall: remove X__cmsg_data from Cmsghdr 2016-10-30 19:04:09 +00:00
ztypes_linux_mips64.go syscall: use SYS_GETDENTS64 on linux/mips64{,le} 2018-01-31 20:42:49 +00:00
ztypes_linux_mips64le.go syscall: use SYS_GETDENTS64 on linux/mips64{,le} 2018-01-31 20:42:49 +00:00
ztypes_linux_mips.go syscall: add support for GOARCH=mips{,le} 2016-11-03 23:02:18 +00:00
ztypes_linux_mipsle.go syscall: add support for GOARCH=mips{,le} 2016-11-03 23:02:18 +00:00
ztypes_linux_ppc64.go syscall: correct TCGETS/TCSETS values on ppc64/ppc64le 2017-09-27 14:53:47 +00:00
ztypes_linux_ppc64le.go syscall: correct TCGETS/TCSETS values on ppc64/ppc64le 2017-09-27 14:53:47 +00:00
ztypes_linux_s390x.go syscall: export Fsid.X__val on s390x 2017-01-13 19:31:47 +00:00
ztypes_netbsd_386.go net, internal/poll, net/internal/socktest: set SOCK_{CLOEXEC,NONBLOCK} atomically on NetBSD 2018-02-15 17:07:12 +00:00
ztypes_netbsd_amd64.go net, internal/poll, net/internal/socktest: set SOCK_{CLOEXEC,NONBLOCK} atomically on NetBSD 2018-02-15 17:07:12 +00:00
ztypes_netbsd_arm.go net, internal/poll, net/internal/socktest: set SOCK_{CLOEXEC,NONBLOCK} atomically on NetBSD 2018-02-15 17:07:12 +00:00
ztypes_openbsd_386.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
ztypes_openbsd_amd64.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
ztypes_openbsd_arm.go syscall: support Getwd on all BSDs 2018-02-13 15:41:19 +00:00
ztypes_solaris_amd64.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00