utls/syscall/unix
Josh Bleecher Snyder d361c87c0e syscall: migrate new UDP send/recv API to internal/syscall/unix
CL 331490 and friends added new API to package syscall.
This was a mistake that we need to fix before Go 1.18 is released.

Change-Id: I697c9a4fa649d564822f585dc163df5ab9e5ae08
Reviewed-on: https://go-review.googlesource.com/c/go/+/361216
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2021-11-03 21:45:33 +00:00
..
asm_aix_ppc64.s internal/syscall/unix, net: improve interface_aix.go 2018-10-23 02:38:52 +00:00
asm_darwin.s crypto/rand, internal/syscall/unix: add support for getentropy syscall on darwin 2021-03-17 22:14:28 +00:00
asm_solaris.s os: add support for long path names on aix RemoveAll 2018-11-02 13:21:12 +00:00
at.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
at_aix.go os: add support for long path names on aix RemoveAll 2018-11-02 13:21:12 +00:00
at_darwin.go internal/syscall/unix: use libc calls on Darwin 2018-11-08 17:26:22 +00:00
at_freebsd.go os: add support for long path names on freebsd RemoveAll 2018-11-01 17:08:32 +00:00
at_libc.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
at_solaris.go os: add support for long path names on aix RemoveAll 2018-11-02 13:21:12 +00:00
at_sysnum_darwin.go internal/syscall/unix: remove unused *Trap consts 2019-10-14 07:02:02 +00:00
at_sysnum_dragonfly.go os: add support for long path names on unix RemoveAll 2018-10-31 13:55:01 +00:00
at_sysnum_fstatat64_linux.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
at_sysnum_fstatat_linux.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
at_sysnum_linux.go os: add support for long path names on unix RemoveAll 2018-10-31 13:55:01 +00:00
at_sysnum_netbsd.go os: add support for long path names on unix RemoveAll 2018-10-31 13:55:01 +00:00
at_sysnum_newfstatat_linux.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
at_sysnum_openbsd.go os: add support for long path names on unix RemoveAll 2018-10-31 13:55:01 +00:00
copy_file_range_linux.go os, internal/poll, internal/syscall/unix: use copy_file_range on Linux 2020-04-28 00:59:36 +00:00
fcntl_linux_32bit.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
getentropy_darwin.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
getentropy_openbsd.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
getrandom.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
getrandom_dragonfly.go internal/syscall/unix: unify GetRandom implementation 2021-03-11 08:19:31 +00:00
getrandom_freebsd.go internal/syscall/unix: unify GetRandom implementation 2021-03-11 08:19:31 +00:00
getrandom_linux.go internal/syscall/unix: unify GetRandom implementation 2021-03-11 08:19:31 +00:00
getrandom_solaris.go crypto/rand, internal/syscall/unix: add support for getrandom syscall on solaris 2021-03-11 08:19:39 +00:00
ioctl_aix.go internal/syscall/unix: change Ioctl arg type to unsafe.Pointer on AIX 2021-08-16 16:58:24 +00:00
net.go syscall: migrate new UDP send/recv API to internal/syscall/unix 2021-11-03 21:45:33 +00:00
net_js.go syscall: migrate new UDP send/recv API to internal/syscall/unix 2021-11-03 21:45:33 +00:00
nonblocking.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
nonblocking_js.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
nonblocking_libc.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
pipe2_illumos.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sysnum_linux_386.go os, internal/poll, internal/syscall/unix: use copy_file_range on Linux 2020-04-28 00:59:36 +00:00
sysnum_linux_amd64.go os, internal/poll, internal/syscall/unix: use copy_file_range on Linux 2020-04-28 00:59:36 +00:00
sysnum_linux_arm.go os, internal/poll, internal/syscall/unix: use copy_file_range on Linux 2020-04-28 00:59:36 +00:00
sysnum_linux_generic.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sysnum_linux_mips64x.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sysnum_linux_mipsx.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sysnum_linux_ppc64x.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sysnum_linux_s390x.go os, internal/poll, internal/syscall/unix: use copy_file_range on Linux 2020-04-28 00:59:36 +00:00
writev_illumos.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00