1
0
mirror of https://github.com/golang/go synced 2024-11-24 10:40:10 -07:00
go/src/syscall
Russ Cox 9839668b56 all: separate doc comment from //go: directives
A future change to gofmt will rewrite

	// Doc comment.
	//go:foo

to

	// Doc comment.
	//
	//go:foo

Apply that change preemptively to all comments (not necessarily just doc comments).

For #51082.

Change-Id: Iffe0285418d1e79d34526af3520b415a12203ca9
Reviewed-on: https://go-review.googlesource.com/c/go/+/384260
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-04-05 17:54:15 +00:00
..
js all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
asan0.go all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
asan.go all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
asm9_unix2_amd64.s syscall: call ABIInternal entersyscall on register ABI platforms 2022-03-16 15:40:39 +00:00
asm_aix_ppc64.s
asm_darwin_amd64.s syscall: call ABIInternal entersyscall on register ABI platforms 2022-03-16 15:40:39 +00:00
asm_darwin_arm64.s syscall: call ABIInternal entersyscall on register ABI platforms 2022-03-16 15:40:39 +00:00
asm_freebsd_arm64.s syscall: call ABIInternal entersyscall on register ABI platforms 2022-03-16 15:40:39 +00:00
asm_freebsd_arm.s
asm_linux_386.s
asm_linux_amd64.s syscall: call ABIInternal entersyscall on register ABI platforms 2022-03-16 15:40:39 +00:00
asm_linux_arm64.s syscall: call ABIInternal entersyscall on register ABI platforms 2022-03-16 15:40:39 +00:00
asm_linux_arm.s
asm_linux_mips64x.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
asm_linux_mipsx.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
asm_linux_ppc64x.s syscall: call ABIInternal entersyscall on register ABI platforms 2022-03-16 15:40:39 +00:00
asm_linux_riscv64.s
asm_linux_s390x.s
asm_netbsd_amd64.s syscall: call ABIInternal entersyscall on register ABI platforms 2022-03-16 15:40:39 +00:00
asm_netbsd_arm64.s syscall: call ABIInternal entersyscall on register ABI platforms 2022-03-16 15:40:39 +00:00
asm_netbsd_arm.s
asm_openbsd_386.s
asm_openbsd_amd64.s
asm_openbsd_arm64.s
asm_openbsd_arm.s
asm_openbsd_mips64.s
asm_plan9_386.s
asm_plan9_amd64.s syscall: call ABI0 exitsyscall on Plan 9/AMD64 2022-03-17 01:29:17 +00:00
asm_plan9_arm.s
asm_solaris_amd64.s runtime, syscall: implement syscall.Pipe using syscall.Pipe2 on solaris 2022-03-08 21:16:53 +00:00
asm_unix_386.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
asm_unix_amd64.s syscall: call ABIInternal entersyscall on register ABI platforms 2022-03-16 15:40:39 +00:00
bpf_bsd.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
bpf_darwin.go
const_plan9.go
creds_test.go syscall: allow EINVAL in TestSCMCredentials 2022-03-17 02:43:05 +00:00
dir_plan9.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
dirent_test.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
dirent.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
dll_windows.go
endian_big.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
endian_little.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
env_unix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
env_windows.go
errors_plan9.go
exec_aix_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
exec_bsd.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
exec_freebsd.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
exec_libc2.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
exec_libc.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
exec_linux_test.go syscall: relax output check in TestGroupCleanupUserNamespace 2022-03-31 21:17:08 +00:00
exec_linux.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
exec_pdeathsig_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
exec_plan9.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
exec_solaris_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
exec_unix_test.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
exec_unix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
exec_windows_test.go
exec_windows.go all: fix various doc comment formatting nits 2022-04-01 18:18:01 +00:00
export_darwin_test.go
export_freebsd_test.go
export_linux_test.go
export_unix_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
export_windows_test.go
flock_aix.go
flock_darwin.go
flock_linux_32bit.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
flock.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
forkpipe2.go syscall: add Pipe2 on solaris and use it for forkExecPipe 2022-03-08 21:16:30 +00:00
forkpipe.go syscall: add Pipe2 on solaris and use it for forkExecPipe 2022-03-08 21:16:30 +00:00
fs_js.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
getdirentries_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
lsf_linux.go
mkall.sh syscall: fix mkall.sh for openbsd/386 2021-11-05 17:39:43 +00:00
mkasm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
mkerrors.sh
mkpost.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
mksyscall_libc.pl all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
mksyscall_windows.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
mksyscall.pl all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
mksysctl_openbsd.pl
mksysnum_dragonfly.pl
mksysnum_freebsd.pl
mksysnum_linux.pl
mksysnum_netbsd.pl
mksysnum_openbsd.pl
mksysnum_plan9.sh
mmap_unix_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
msan0.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
msan.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
net_js.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
net.go
netlink_linux.go
ptrace_darwin.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ptrace_ios.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
pwd_plan9.go
route_bsd.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
route_darwin.go
route_dragonfly.go
route_freebsd_32bit.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
route_freebsd_64bit.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
route_freebsd.go
route_netbsd.go
route_openbsd.go
security_windows.go
setuidgid_32_linux.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
setuidgid_linux.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sock_cloexec_linux.go
sockcmsg_dragonfly.go
sockcmsg_linux.go
sockcmsg_unix_other.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sockcmsg_unix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
syscall_aix_ppc64.go
syscall_aix.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
syscall_bsd_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
syscall_bsd.go syscall: unify unix Recvmsg epilogues 2021-11-04 00:15:44 +00:00
syscall_darwin_amd64.go
syscall_darwin_arm64.go
syscall_darwin.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
syscall_dragonfly_amd64.go
syscall_dragonfly.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
syscall_freebsd_386.go
syscall_freebsd_amd64.go
syscall_freebsd_arm64.go
syscall_freebsd_arm.go
syscall_freebsd_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
syscall_freebsd.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
syscall_illumos.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
syscall_js.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
syscall_linux_386.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
syscall_linux_amd64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
syscall_linux_arm64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
syscall_linux_arm.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
syscall_linux_mips64x.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
syscall_linux_mipsx.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
syscall_linux_ppc64x.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
syscall_linux_riscv64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
syscall_linux_s390x.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
syscall_linux_test.go runtime, syscall: reimplement AllThreadsSyscall using only signals. 2022-02-15 15:40:35 +00:00
syscall_linux.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
syscall_netbsd_386.go
syscall_netbsd_amd64.go
syscall_netbsd_arm64.go
syscall_netbsd_arm.go
syscall_netbsd.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
syscall_openbsd1.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
syscall_openbsd_386.go
syscall_openbsd_amd64.go
syscall_openbsd_arm64.go
syscall_openbsd_arm.go
syscall_openbsd_libc.go syscall: use dup3 in forkAndExecInChild on OpenBSD 2022-03-05 08:36:13 +00:00
syscall_openbsd_mips64.go syscall: use dup3 in forkAndExecInChild on OpenBSD 2022-03-05 08:36:13 +00:00
syscall_openbsd.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
syscall_plan9_test.go
syscall_plan9.go syscall: avoid writing to p when Pipe(p) fails 2021-12-09 13:36:38 +00:00
syscall_ptrace_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
syscall_solaris_amd64.go
syscall_solaris.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
syscall_test.go
syscall_unix_test.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
syscall_unix.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
syscall_windows_test.go
syscall_windows.go syscall: optimize UTF16{,Ptr}FromString 2022-03-18 05:55:52 +00:00
syscall.go syscall: optimize Byte{Ptr,Slice}FromString 2022-03-28 16:55:57 +00:00
tables_js.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
time_fake.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
time_nofake.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
timestruct.go all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
types_aix.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
types_darwin.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
types_dragonfly.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
types_freebsd.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
types_illumos_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
types_linux.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
types_netbsd.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
types_openbsd.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
types_solaris.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
types_windows_386.go
types_windows_amd64.go
types_windows_arm64.go
types_windows_arm.go
types_windows.go
zerrors_aix_ppc64.go
zerrors_darwin_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_darwin_arm64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_dragonfly_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_freebsd_386.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_freebsd_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_freebsd_arm64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_freebsd_arm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_linux_386.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_linux_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_linux_arm64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_linux_arm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_linux_mips64.go
zerrors_linux_mips64le.go
zerrors_linux_mips.go
zerrors_linux_mipsle.go
zerrors_linux_ppc64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_linux_ppc64le.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_linux_riscv64.go
zerrors_linux_s390x.go
zerrors_netbsd_386.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_netbsd_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_netbsd_arm64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_netbsd_arm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_openbsd_386.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_openbsd_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_openbsd_arm64.go
zerrors_openbsd_arm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_openbsd_mips64.go
zerrors_solaris_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zerrors_windows.go
zsyscall_aix_ppc64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_darwin_amd64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_darwin_amd64.s syscall: add utimensat libc wrapper on darwin 2021-10-26 05:05:24 +00:00
zsyscall_darwin_arm64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_darwin_arm64.s syscall: add utimensat libc wrapper on darwin 2021-10-26 05:05:24 +00:00
zsyscall_dragonfly_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsyscall_freebsd_386.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_freebsd_amd64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_freebsd_arm64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_freebsd_arm.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_linux_386.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_linux_amd64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_linux_arm64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_linux_arm.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_linux_mips64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_linux_mips64le.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_linux_mips.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_linux_mipsle.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_linux_ppc64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_linux_ppc64le.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_linux_riscv64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_linux_s390x.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_netbsd_386.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_netbsd_amd64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_netbsd_arm64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_netbsd_arm.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_openbsd_386.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_openbsd_386.s syscall: use dup3 in forkAndExecInChild on OpenBSD 2022-03-05 08:36:13 +00:00
zsyscall_openbsd_amd64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_openbsd_amd64.s syscall: use dup3 in forkAndExecInChild on OpenBSD 2022-03-05 08:36:13 +00:00
zsyscall_openbsd_arm64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_openbsd_arm64.s syscall: use dup3 in forkAndExecInChild on OpenBSD 2022-03-05 08:36:13 +00:00
zsyscall_openbsd_arm.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_openbsd_arm.s syscall: use dup3 in forkAndExecInChild on OpenBSD 2022-03-05 08:36:13 +00:00
zsyscall_openbsd_mips64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_plan9_386.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsyscall_plan9_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsyscall_plan9_arm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsyscall_solaris_amd64.go syscall: add race annotations to Pread and Pwrite 2022-03-12 23:32:36 +00:00
zsyscall_windows.go syscall: add race annotations to Windows ReadFile and WriteFile 2022-03-15 02:22:54 +00:00
zsysctl_openbsd.go
zsysnum_darwin_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_darwin_arm64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_dragonfly_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_freebsd_386.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_freebsd_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_freebsd_arm64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_freebsd_arm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_linux_386.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_linux_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_linux_arm64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_linux_arm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_linux_mips64.go
zsysnum_linux_mips64le.go
zsysnum_linux_mips.go
zsysnum_linux_mipsle.go
zsysnum_linux_ppc64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_linux_ppc64le.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_linux_riscv64.go
zsysnum_linux_s390x.go
zsysnum_netbsd_386.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_netbsd_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_netbsd_arm64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_netbsd_arm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_openbsd_386.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_openbsd_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_openbsd_arm64.go
zsysnum_openbsd_arm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
zsysnum_openbsd_mips64.go
zsysnum_plan9.go
zsysnum_solaris_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_aix_ppc64.go
ztypes_darwin_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_darwin_arm64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_dragonfly_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_freebsd_386.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_freebsd_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_freebsd_arm64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_freebsd_arm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_linux_386.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_linux_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_linux_arm64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_linux_arm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_linux_mips64.go
ztypes_linux_mips64le.go
ztypes_linux_mips.go
ztypes_linux_mipsle.go
ztypes_linux_ppc64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_linux_ppc64le.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_linux_riscv64.go
ztypes_linux_s390x.go
ztypes_netbsd_386.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_netbsd_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_netbsd_arm64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_netbsd_arm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_openbsd_386.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_openbsd_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
ztypes_openbsd_arm64.go
ztypes_openbsd_arm.go
ztypes_openbsd_mips64.go
ztypes_solaris_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00