1
0
mirror of https://github.com/golang/go synced 2024-10-03 03:01:21 -06:00
go/src/syscall
Alex Brainman 79f6c280b8 syscall: change SysProcAttr.Token type to Token
CL 75253 introduced new SysProcAttr.Token field as Handle.
But we already have exact type for it - Token. Use Token
instead of Handle everywhere - it saves few type conversions
and provides better documentation for new API.

Change-Id: Ibc5407a234a1f49804de15a24b27c8e6a6eba7e0
Reviewed-on: https://go-review.googlesource.com/76314
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-11-07 22:06:35 +00:00
..
asm9_unix1_amd64.s all: fix assembly vet issues 2016-08-25 18:52:31 +00:00
asm9_unix2_amd64.s all: fix assembly vet issues 2016-08-25 18:52:31 +00:00
asm_darwin_386.s
asm_darwin_amd64.s
asm_darwin_arm64.s all: fix assembly vet issues 2016-08-25 18:52:31 +00:00
asm_darwin_arm.s runtime, syscall: appease vet 2016-10-25 15:11:54 +00:00
asm_freebsd_arm.s
asm_linux_386.s runtime, syscall: switch linux/386 to use int 0x80 2016-02-24 02:07:17 +00:00
asm_linux_amd64.s syscall: use CLONE_VFORK and CLONE_VM 2017-03-22 23:53:01 +00:00
asm_linux_arm64.s syscall: add support for GOARCH=arm64 2015-03-16 18:46:02 +00:00
asm_linux_arm.s
asm_linux_mips64x.s syscall: added support for linux/mips64{,le} 2015-11-12 04:49:34 +00:00
asm_linux_mipsx.s syscall: fix linux/mipsx ret value FP offsets for Syscall9 2017-02-21 18:43:02 +00:00
asm_linux_ppc64x.s all: use RET instead of RETURN on ppc64 2015-06-06 00:07:23 +00:00
asm_linux_s390x.s syscall: add assembly for Linux on s390x 2016-04-08 18:40:11 +00:00
asm_nacl_386.s
asm_nacl_amd64p32.s
asm_nacl_arm.s
asm_netbsd_arm.s
asm_openbsd_arm.s all: fix assembly vet issues 2016-08-25 18:52:31 +00:00
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 runtime, syscall: remove unused bits from Solaris implementation 2015-08-21 11:39:24 +00:00
asm_unix_386.s all: fix assembly vet issues 2016-08-25 18:52:31 +00:00
asm_unix_amd64.s all: fix assembly vet issues 2016-08-25 18:52:31 +00:00
bpf_bsd.go syscall: deprecate BPF/LSF 2016-05-15 20:56:15 +00:00
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 syscall: validate ParseDirent inputs 2016-09-20 19:27:57 +00:00
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 all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
env_unix.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
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_freebsd.go syscall, os: fix FreeBSD 9 build 2017-03-21 22:37:27 +00:00
exec_linux_test.go syscall: fix TestCloneNEWUSERAndRemapRootEnableSetgroups on linux 2017-09-10 14:00:44 +00:00
exec_linux.go syscall: move ptrace setup to right before exec 2017-08-23 14:56:03 +00:00
exec_plan9.go syscall: delete unreachable code 2016-08-22 19:50:49 +00:00
exec_solaris_test.go runtime, syscall: link Solaris binaries directly instead of using dlopen/dlsym 2015-05-06 11:38:50 +00:00
exec_solaris.go syscall: fix Exec on solaris 2017-06-28 19:02:05 +00:00
exec_unix_test.go all: extract "can I exec?" check from tests into internal/testenv 2015-06-16 18:07:36 +00:00
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_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
export_unix_test.go runtime, syscall: fix Solaris exec tests 2015-03-24 19:51:21 +00:00
fd_nacl.go all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00
flock_linux_32bit.go syscall: add support for GOARCH=mips{,le} 2016-11-03 23:02:18 +00:00
flock.go
forkpipe_bsd.go syscall, os: use pipe2 syscall on FreeBSD instead of pipe 2017-03-21 20:01:23 +00:00
fs_nacl.go syscall: fix NaCl Link syscall error handling 2017-11-06 16:36:34 +00:00
lsf_linux.go syscall: deprecate BPF/LSF 2016-05-15 20:56:15 +00:00
mkall.sh syscall: remove "use" function and calls from generated code. 2017-02-09 18:30:49 +00:00
mkerrors.sh syscall: implement getwd on Solaris 2015-09-09 19:58:33 +00:00
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: remove "use" function and calls from generated code. 2017-02-09 18:30:49 +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 syscall: fix duplicated copyright header in mksysnum_plan9.sh 2015-12-10 20:45:18 +00:00
mmap_unix_test.go
msan0.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
msan.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
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 syscall: add bounds checking and error returns to ParseNetlinkMessage 2016-09-14 08:42:28 +00:00
pwd_plan9.go syscall: ignore getwd errors when fixing working directory on Plan 9 2015-04-12 17:37:30 +00:00
route_bsd.go syscall: deprecate routing message APIs for BSD variants 2016-05-15 20:55:56 +00:00
route_darwin.go syscall: deprecate routing message APIs for BSD variants 2016-05-15 20:55:56 +00:00
route_dragonfly.go syscall: deprecate routing message APIs for BSD variants 2016-05-15 20:55:56 +00:00
route_freebsd_32bit.go Revert "syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFLISTL" 2015-12-05 07:45:01 +00:00
route_freebsd_64bit.go Revert "syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFLISTL" 2015-12-05 07:45:01 +00:00
route_freebsd.go syscall: deprecate routing message APIs for BSD variants 2016-05-15 20:55:56 +00:00
route_netbsd.go syscall: deprecate routing message APIs for BSD variants 2016-05-15 20:55:56 +00:00
route_openbsd.go syscall: deprecate routing message APIs for BSD variants 2016-05-15 20:55:56 +00:00
security_windows.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
setuidgid_32_linux.go syscall: use 32-bit setuid/setgid syscalls on linux/{386,arm} 2016-11-09 21:50:55 +00:00
setuidgid_linux.go syscall: use 32-bit setuid/setgid syscalls on linux/{386,arm} 2016-11-09 21:50:55 +00:00
sockcmsg_linux.go syscall: validate ParseUnixCredentials inputs 2016-08-20 21:12:07 +00:00
sockcmsg_unix.go syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solaris 2016-10-03 23:53:42 +00:00
str.go
syscall_bsd_test.go syscall: use MNT_NOWAIT in TestGetfsstat 2016-09-07 00:58:19 +00:00
syscall_bsd.go syscall: use setattrlist for UtimesNano on Darwin for ns resolution 2017-11-01 21:54:42 +00:00
syscall_darwin_386.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_darwin_amd64.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_darwin_arm64.go syscall: update darwin/amd64 for timespec change 2016-10-12 23:51:42 +00:00
syscall_darwin_arm.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_darwin.go syscall: use setattrlist for UtimesNano on Darwin for ns resolution 2017-11-01 21:54:42 +00:00
syscall_dragonfly_amd64.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_dragonfly.go syscall: use setattrlist for UtimesNano on Darwin for ns resolution 2017-11-01 21:54:42 +00:00
syscall_freebsd_386.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_freebsd_amd64.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_freebsd_arm.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_freebsd.go syscall: use setattrlist for UtimesNano on Darwin for ns resolution 2017-11-01 21:54:42 +00:00
syscall_linux_386.go syscall: use CLONE_VFORK and CLONE_VM 2017-03-22 23:53:01 +00:00
syscall_linux_amd64.go syscall: use CLONE_VFORK and CLONE_VM 2017-03-22 23:53:01 +00:00
syscall_linux_arm64.go syscall: correct type for timeout argument to Select on linux/{arm64,mips64x} 2017-10-13 14:01:17 +00:00
syscall_linux_arm.go syscall: use CLONE_VFORK and CLONE_VM 2017-03-22 23:53:01 +00:00
syscall_linux_mips64x.go syscall: correct type for timeout argument to Select on linux/{arm64,mips64x} 2017-10-13 14:01:17 +00:00
syscall_linux_mipsx.go syscall: use CLONE_VFORK and CLONE_VM 2017-03-22 23:53:01 +00:00
syscall_linux_ppc64x.go syscall: update syscall.Select to use newselect on ppc64x 2017-09-22 12:35:32 +00:00
syscall_linux_s390x.go syscall: use CLONE_VFORK and CLONE_VM 2017-03-22 23:53:01 +00:00
syscall_linux_test.go syscall: add bounds checking and error returns to ParseNetlinkMessage 2016-09-14 08:42:28 +00:00
syscall_linux.go syscall: simplify return in Futimesat and Mount 2017-10-27 07:17:34 +00:00
syscall_nacl_386.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_nacl_amd64p32.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_nacl_arm.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_nacl.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
syscall_netbsd_386.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_netbsd_amd64.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_netbsd_arm.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_netbsd.go go/printer: forbid empty line before first comment in block 2017-11-02 18:17:22 +00:00
syscall_no_getwd.go
syscall_openbsd_386.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_openbsd_amd64.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_openbsd_arm.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_openbsd.go go/printer: forbid empty line before first comment in block 2017-11-02 18:17:22 +00:00
syscall_plan9.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
syscall_solaris_amd64.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
syscall_solaris.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
syscall_test.go syscall: test Gettimeofday everywhere, not just on Darwin 2016-08-16 00:17:21 +00:00
syscall_unix_test.go syscall: make TestFcntlFlock more robust 2017-04-17 20:08:25 +00:00
syscall_unix.go syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solaris 2016-10-03 23:53:42 +00:00
syscall_windows_386.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
syscall_windows_amd64.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
syscall_windows_test.go
syscall_windows.go syscall: change SysProcAttr.Token type to Token 2017-11-07 22:06:35 +00:00
syscall.go syscall: document Time{spec,val} methods 2017-10-27 07:18:47 +00:00
tables_nacl.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
time_nacl_386.s all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
time_nacl_amd64p32.s all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
time_nacl_arm.s all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
timestruct.go syscall: unify NsecToTime{spec,val}, fix for times < 1970 2016-10-12 13:10:54 +00:00
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: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
types_freebsd.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
types_linux.go syscall: add support for GOARCH=mips{,le} 2016-11-03 23:02:18 +00:00
types_netbsd.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
types_openbsd.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +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 syscall: rename ztypes_windows* to types_windows* 2017-11-02 17:09:08 +00:00
unzip_nacl.go all: single space after period. 2016-03-02 00:13:47 +00:00
zerrors_darwin_386.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_darwin_amd64.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_darwin_arm64.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_darwin_arm.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
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 syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_freebsd_amd64.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_freebsd_arm.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_linux_386.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_linux_amd64.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_linux_arm64.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_linux_arm.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_linux_mips64.go syscall: added machine-generated code for linux/mips64{,le} 2015-11-12 04:49:19 +00:00
zerrors_linux_mips64le.go syscall: added machine-generated code for linux/mips64{,le} 2015-11-12 04:49:19 +00:00
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 syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_linux_ppc64le.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_linux_s390x.go syscall: add support for s390x 2016-04-03 22:12:35 +00:00
zerrors_netbsd_386.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_netbsd_amd64.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_netbsd_arm.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_openbsd_386.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_openbsd_amd64.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_openbsd_arm.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_solaris_amd64.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zerrors_windows_386.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
zerrors_windows_amd64.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
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: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_freebsd_386.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_freebsd_amd64.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_freebsd_arm.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_linux_386.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_linux_amd64.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_linux_arm64.go syscall: correct type for timeout argument to Select on linux/{arm64,mips64x} 2017-10-13 14:01:17 +00:00
zsyscall_linux_arm.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_linux_mips64.go syscall: correct type for timeout argument to Select on linux/{arm64,mips64x} 2017-10-13 14:01:17 +00:00
zsyscall_linux_mips64le.go syscall: correct type for timeout argument to Select on linux/{arm64,mips64x} 2017-10-13 14:01:17 +00:00
zsyscall_linux_mips.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_linux_mipsle.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_linux_ppc64.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_linux_ppc64le.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_linux_s390x.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +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 syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_netbsd_amd64.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_netbsd_arm.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_openbsd_386.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_openbsd_amd64.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +00:00
zsyscall_openbsd_arm.go syscall: make Exit call runtime.exit 2017-09-27 01:10:05 +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 syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zsysnum_darwin_amd64.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zsysnum_darwin_arm64.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zsysnum_darwin_arm.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
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 syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zsysnum_linux_amd64.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zsysnum_linux_arm64.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zsysnum_linux_arm.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zsysnum_linux_mips64.go syscall: added machine-generated code for linux/mips64{,le} 2015-11-12 04:49:19 +00:00
zsysnum_linux_mips64le.go syscall: added machine-generated code for linux/mips64{,le} 2015-11-12 04:49:19 +00:00
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 syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zsysnum_linux_ppc64le.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zsysnum_linux_s390x.go syscall: add support for s390x 2016-04-03 22:12:35 +00:00
zsysnum_netbsd_386.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zsysnum_netbsd_amd64.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zsysnum_netbsd_arm.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
zsysnum_openbsd_386.go runtime, syscall: update openbsd for changes to syskill 2016-12-12 01:30:39 +00:00
zsysnum_openbsd_amd64.go runtime, syscall: update openbsd for changes to syskill 2016-12-12 01:30:39 +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 syscall: reduce the set of architecture-dependent files on Plan 9 2015-04-09 13:55:13 +00:00
zsysnum_solaris_amd64.go syscall: add explicit build tags 2015-05-15 01:04:27 +00:00
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: fix definition of _AT_FDCWD on dragonfly 2017-08-15 14:31:48 +00:00
ztypes_freebsd_386.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
ztypes_freebsd_amd64.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
ztypes_freebsd_arm.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +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: remove X__cmsg_data from Cmsghdr 2016-10-30 19:04:09 +00:00
ztypes_linux_mips64le.go syscall: remove X__cmsg_data from Cmsghdr 2016-10-30 19:04:09 +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 syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
ztypes_netbsd_amd64.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
ztypes_netbsd_arm.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
ztypes_openbsd_386.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
ztypes_openbsd_amd64.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +00:00
ztypes_openbsd_arm.go syscall: add utimensat and use it for UtimesNano on BSD and Solaris 2017-08-14 04:14:41 +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