| .. |
|
asm.s
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
asm_darwin_386.s
|
…
|
|
|
asm_darwin_amd64.s
|
…
|
|
|
asm_darwin_arm.s
|
…
|
|
|
asm_darwin_arm64.s
|
…
|
|
|
asm_dragonfly_amd64.s
|
…
|
|
|
asm_freebsd_386.s
|
…
|
|
|
asm_freebsd_amd64.s
|
…
|
|
|
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
|
…
|
|
|
asm_linux_arm.s
|
…
|
|
|
asm_linux_arm64.s
|
…
|
|
|
asm_linux_mips64x.s
|
syscall: added support for linux/mips64{,le}
|
2015-11-12 04:49:34 +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_386.s
|
…
|
|
|
asm_netbsd_amd64.s
|
…
|
|
|
asm_netbsd_arm.s
|
…
|
|
|
asm_openbsd_386.s
|
…
|
|
|
asm_openbsd_amd64.s
|
…
|
|
|
asm_openbsd_arm.s
|
…
|
|
|
asm_plan9_386.s
|
…
|
|
|
asm_plan9_amd64.s
|
…
|
|
|
asm_plan9_arm.s
|
syscall: add NO_LOCAL_POINTERS to syscall.exit in plan9_arm
|
2016-03-09 16:32:02 +00:00 |
|
asm_solaris_amd64.s
|
runtime, syscall: remove unused bits from Solaris implementation
|
2015-08-21 11:39:24 +00:00 |
|
bpf_bsd.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
const_plan9.go
|
…
|
|
|
creds_test.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
dir_plan9.go
|
…
|
|
|
dll_windows.go
|
syscall: point to x/sys in DLL loading docs, update syscall generator
|
2016-04-02 02:08:59 +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
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
errors_plan9.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
exec_bsd.go
|
syscall: fix accidental close of exec status pipe in StartProcess
|
2016-03-29 00:03:14 +00:00 |
|
exec_linux.go
|
syscall: fix accidental close of exec status pipe in StartProcess
|
2016-03-29 00:03:14 +00:00 |
|
exec_linux_test.go
|
os, syscall: skip tests when environment doesn't permit testing
|
2016-03-07 22:40:50 +00:00 |
|
exec_plan9.go
|
syscall: fix accidental close of exec status pipe in StartProcess
|
2016-03-29 00:03:14 +00:00 |
|
exec_solaris.go
|
syscall: fix accidental close of exec status pipe in StartProcess
|
2016-03-29 00:03:14 +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_unix.go
|
all: use &^ operator if possible
|
2016-03-29 14:28:41 +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_windows.go
|
syscall: return error instead of panicking in windows StartProcess
|
2015-06-29 03:54:33 +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
|
…
|
|
|
fd_nacl.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
flock.go
|
…
|
|
|
flock_linux_32bit.go
|
…
|
|
|
fs_nacl.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
lsf_linux.go
|
all: use &^ operator if possible
|
2016-03-29 14:28:41 +00:00 |
|
mkall.sh
|
syscall: add support for s390x
|
2016-04-03 22:12:35 +00:00 |
|
mkerrors.sh
|
syscall: implement getwd on Solaris
|
2015-09-09 19:58:33 +00:00 |
|
mkpost.go
|
syscall: add support for s390x
|
2016-04-03 22:12:35 +00:00 |
|
mksyscall.pl
|
syscall: Fix generator for Linux syscalls.
|
2016-02-29 17:28:00 +00:00 |
|
mksyscall_solaris.pl
|
syscall: implement getwd on Solaris
|
2015-09-09 19:58:33 +00:00 |
|
mksyscall_windows.go
|
runtime: use windows.NewLazySystemDLL in mksyscall_windows.go
|
2016-04-06 16:40:48 +00:00 |
|
mksysctl_openbsd.pl
|
…
|
|
|
mksysnum_darwin.pl
|
…
|
|
|
mksysnum_dragonfly.pl
|
…
|
|
|
mksysnum_freebsd.pl
|
…
|
|
|
mksysnum_linux.pl
|
syscall: mksysnum_linux.pl: run syscall numbers through GCC
|
2015-05-12 22:01:25 +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
|
…
|
|
|
msan.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
msan0.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
net_nacl.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
netlink_linux.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
pwd_plan9.go
|
…
|
|
|
route_bsd.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
route_bsd_test.go
|
Revert "syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFLISTL"
|
2015-12-05 07:45:01 +00:00 |
|
route_darwin.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
route_dragonfly.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
route_freebsd.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +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_ifma_test.go
|
…
|
|
|
route_netbsd.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
route_noifma_test.go
|
…
|
|
|
route_openbsd.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
security_windows.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
sockcmsg_linux.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
sockcmsg_unix.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
str.go
|
…
|
|
|
syscall.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
syscall_bsd.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
syscall_bsd_test.go
|
…
|
|
|
syscall_darwin.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
syscall_darwin_386.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
syscall_darwin_amd64.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
syscall_darwin_arm.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
syscall_darwin_arm64.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
syscall_dragonfly.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
syscall_dragonfly_amd64.go
|
…
|
|
|
syscall_freebsd.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
syscall_freebsd_386.go
|
Revert "syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFLISTL"
|
2015-12-05 07:45:01 +00:00 |
|
syscall_freebsd_amd64.go
|
Revert "syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFLISTL"
|
2015-12-05 07:45:01 +00:00 |
|
syscall_freebsd_arm.go
|
Revert "syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFLISTL"
|
2015-12-05 07:45:01 +00:00 |
|
syscall_linux.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
syscall_linux_386.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
syscall_linux_amd64.go
|
syscall: added support for linux/mips64{,le}
|
2015-11-12 04:49:34 +00:00 |
|
syscall_linux_arm.go
|
syscall: added support for linux/mips64{,le}
|
2015-11-12 04:49:34 +00:00 |
|
syscall_linux_arm64.go
|
syscall: added support for linux/mips64{,le}
|
2015-11-12 04:49:34 +00:00 |
|
syscall_linux_mips64x.go
|
syscall: added support for linux/mips64{,le}
|
2015-11-12 04:49:34 +00:00 |
|
syscall_linux_ppc64x.go
|
syscall: added support for linux/mips64{,le}
|
2015-11-12 04:49:34 +00:00 |
|
syscall_linux_s390x.go
|
syscall: add support for s390x
|
2016-04-03 22:12:35 +00:00 |
|
syscall_linux_test.go
|
syscall: fix formatting calls in tests
|
2015-09-03 21:08:04 +00:00 |
|
syscall_nacl.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
syscall_nacl_386.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
syscall_nacl_amd64p32.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
syscall_nacl_arm.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
syscall_netbsd.go
|
…
|
|
|
syscall_netbsd_386.go
|
…
|
|
|
syscall_netbsd_amd64.go
|
…
|
|
|
syscall_netbsd_arm.go
|
…
|
|
|
syscall_no_getwd.go
|
…
|
|
|
syscall_openbsd.go
|
…
|
|
|
syscall_openbsd_386.go
|
…
|
|
|
syscall_openbsd_amd64.go
|
…
|
|
|
syscall_openbsd_arm.go
|
…
|
|
|
syscall_plan9.go
|
…
|
|
|
syscall_solaris.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
syscall_solaris_amd64.go
|
syscall, net: use sendfile on Solaris
|
2015-05-06 12:26:35 +00:00 |
|
syscall_test.go
|
syscall: fix accidental close of exec status pipe in StartProcess
|
2016-03-29 00:03:14 +00:00 |
|
syscall_unix.go
|
all: single space after period.
|
2016-03-02 00:13:47 +00:00 |
|
syscall_unix_test.go
|
all: link to https instead of http
|
2015-07-11 14:36:33 +00:00 |
|
syscall_windows.go
|
runtime, syscall: only search for Windows DLLs in the System32 directory
|
2016-04-01 22:55:36 +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
|
…
|
|
|
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 |
|
types_darwin.go
|
…
|
|
|
types_dragonfly.go
|
…
|
|
|
types_freebsd.go
|
Revert "syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFLISTL"
|
2015-12-05 07:45:01 +00:00 |
|
types_linux.go
|
syscall: add support for s390x
|
2016-04-03 22:12:35 +00:00 |
|
types_netbsd.go
|
…
|
|
|
types_openbsd.go
|
…
|
|
|
types_solaris.go
|
syscall: implement getwd on Solaris
|
2015-09-09 19:58:33 +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_arm.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_dragonfly_amd64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04: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_arm.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_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_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.go
|
…
|
|
|
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 |
|
zsyscall_darwin_386.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_darwin_amd64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_darwin_arm.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_darwin_arm64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_dragonfly_amd64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_freebsd_386.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_freebsd_amd64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_freebsd_arm.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_linux_386.go
|
syscall: added support for linux/mips64{,le}
|
2015-11-12 04:49:34 +00:00 |
|
zsyscall_linux_amd64.go
|
syscall: added support for linux/mips64{,le}
|
2015-11-12 04:49:34 +00:00 |
|
zsyscall_linux_arm.go
|
syscall: added support for linux/mips64{,le}
|
2015-11-12 04:49:34 +00:00 |
|
zsyscall_linux_arm64.go
|
syscall: added support for linux/mips64{,le}
|
2015-11-12 04:49:34 +00:00 |
|
zsyscall_linux_mips64.go
|
syscall: added machine-generated code for linux/mips64{,le}
|
2015-11-12 04:49:19 +00:00 |
|
zsyscall_linux_mips64le.go
|
syscall: added machine-generated code for linux/mips64{,le}
|
2015-11-12 04:49:19 +00:00 |
|
zsyscall_linux_ppc64.go
|
syscall: added support for linux/mips64{,le}
|
2015-11-12 04:49:34 +00:00 |
|
zsyscall_linux_ppc64le.go
|
syscall: added support for linux/mips64{,le}
|
2015-11-12 04:49:34 +00:00 |
|
zsyscall_linux_s390x.go
|
syscall: add support for s390x
|
2016-04-03 22:12:35 +00:00 |
|
zsyscall_nacl_386.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_nacl_amd64p32.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_nacl_arm.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_netbsd_386.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_netbsd_amd64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_netbsd_arm.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_openbsd_386.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_openbsd_amd64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_openbsd_arm.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_plan9_386.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_plan9_amd64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsyscall_plan9_arm.go
|
syscall: new files for plan_arm support
|
2016-02-26 20:03:16 +00:00 |
|
zsyscall_solaris_amd64.go
|
syscall: implement getwd on Solaris
|
2015-09-09 19:58:33 +00:00 |
|
zsyscall_windows.go
|
runtime, syscall: only search for Windows DLLs in the System32 directory
|
2016-04-01 22:55:36 +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_arm.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_dragonfly_amd64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsysnum_freebsd_386.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsysnum_freebsd_amd64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsysnum_freebsd_arm.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +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_arm.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_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_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
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsysnum_openbsd_amd64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsysnum_openbsd_arm.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
zsysnum_plan9.go
|
…
|
|
|
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 explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_darwin_amd64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_darwin_arm.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_darwin_arm64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_dragonfly_amd64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_freebsd_386.go
|
Revert "syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFLISTL"
|
2015-12-05 07:45:01 +00:00 |
|
ztypes_freebsd_amd64.go
|
Revert "syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFLISTL"
|
2015-12-05 07:45:01 +00:00 |
|
ztypes_freebsd_arm.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_linux_386.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_linux_amd64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_linux_arm.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_linux_arm64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_linux_mips64.go
|
syscall: added machine-generated code for linux/mips64{,le}
|
2015-11-12 04:49:19 +00:00 |
|
ztypes_linux_mips64le.go
|
syscall: added machine-generated code for linux/mips64{,le}
|
2015-11-12 04:49:19 +00:00 |
|
ztypes_linux_ppc64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_linux_ppc64le.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_linux_s390x.go
|
syscall: add support for s390x
|
2016-04-03 22:12:35 +00:00 |
|
ztypes_netbsd_386.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_netbsd_amd64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_netbsd_arm.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_openbsd_386.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_openbsd_amd64.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_openbsd_arm.go
|
syscall: add explicit build tags
|
2015-05-15 01:04:27 +00:00 |
|
ztypes_solaris_amd64.go
|
syscall: implement getwd on Solaris
|
2015-09-09 19:58:33 +00:00 |
|
ztypes_windows.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
ztypes_windows_386.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |
|
ztypes_windows_amd64.go
|
all: make copyright headers consistent with one space after period
|
2016-03-01 23:34:33 +00:00 |