| .. |
|
linux
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
.gitignore
|
76c138986e
unix: add unix.test to .gitignore
|
8 years ago |
|
README.md
|
ea9bcade75
unix: generate all Linux go files from source
|
8 years ago |
|
affinity_linux.go
|
8f27ce8a60
unix: fix cpuset size argument in sched_affinity syscall
|
7 years ago |
|
asm_darwin_386.s
|
e11762ca30
unix: add gccgo support
|
10 years ago |
|
asm_darwin_amd64.s
|
e11762ca30
unix: add gccgo support
|
10 years ago |
|
asm_darwin_arm.s
|
785372d7b0
unix: add darwin/arm support
|
10 years ago |
|
asm_darwin_arm64.s
|
58e109635f
unix: add darwin/arm64 support
|
10 years ago |
|
asm_dragonfly_amd64.s
|
e11762ca30
unix: add gccgo support
|
10 years ago |
|
asm_freebsd_386.s
|
e11762ca30
unix: add gccgo support
|
10 years ago |
|
asm_freebsd_amd64.s
|
e11762ca30
unix: add gccgo support
|
10 years ago |
|
asm_freebsd_arm.s
|
e11762ca30
unix: add gccgo support
|
10 years ago |
|
asm_linux_386.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
8 years ago |
|
asm_linux_amd64.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
8 years ago |
|
asm_linux_arm.s
|
810d700034
unix: match seek argument size to signature on linux/arm
|
8 years ago |
|
asm_linux_arm64.s
|
a3f2cbd54c
unix: fix typo in unix/asm_linux_arm64.s made in 28a7276
|
8 years ago |
|
asm_linux_mips64x.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
8 years ago |
|
asm_linux_mipsx.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
8 years ago |
|
asm_linux_ppc64x.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
8 years ago |
|
asm_linux_s390x.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
8 years ago |
|
asm_netbsd_386.s
|
e11762ca30
unix: add gccgo support
|
10 years ago |
|
asm_netbsd_amd64.s
|
e11762ca30
unix: add gccgo support
|
10 years ago |
|
asm_netbsd_arm.s
|
e11762ca30
unix: add gccgo support
|
10 years ago |
|
asm_openbsd_386.s
|
e11762ca30
unix: add gccgo support
|
10 years ago |
|
asm_openbsd_amd64.s
|
e11762ca30
unix: add gccgo support
|
10 years ago |
|
asm_openbsd_arm.s
|
b0e0dd7297
unix: add openbsd/arm support (in theory)
|
8 years ago |
|
asm_solaris_amd64.s
|
f888ac0c35
unix: fix vet warnings on solaris
|
8 years ago |
|
bluetooth_linux.go
|
8aa0c605e5
syscall: add bluetooth constants for linux
|
9 years ago |
|
cap_freebsd.go
|
0f826bdd13
unix: re-enable Capsicum on FreeBSD 386
|
8 years ago |
|
constants.go
|
8642817a1a
unix: Add [RWX]_OK constants for Access
|
10 years ago |
|
creds_test.go
|
f67933eaf9
unix: solicit EPERM via wrong PID in creds test.
|
7 years ago |
|
dev_darwin.go
|
804a9fee62
unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD
|
8 years ago |
|
dev_darwin_test.go
|
328643532e
unix: fix test compilation error on Go 1.7
|
8 years ago |
|
dev_dragonfly.go
|
804a9fee62
unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD
|
8 years ago |
|
dev_dragonfly_test.go
|
328643532e
unix: fix test compilation error on Go 1.7
|
8 years ago |
|
dev_freebsd.go
|
804a9fee62
unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD
|
8 years ago |
|
dev_linux.go
|
7a85bfad8b
unix: fix potential overflow in Mkdev on Linux
|
8 years ago |
|
dev_linux_test.go
|
328643532e
unix: fix test compilation error on Go 1.7
|
8 years ago |
|
dev_netbsd.go
|
804a9fee62
unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD
|
8 years ago |
|
dev_netbsd_test.go
|
8b4580aae2
unix: remove /dev/ptyp* from device node tests on NetBSD
|
8 years ago |
|
dev_openbsd.go
|
033028a6b4
unix: add Major, Minor and Mkdev functions on OpenBSD
|
8 years ago |
|
dev_openbsd_test.go
|
328643532e
unix: fix test compilation error on Go 1.7
|
8 years ago |
|
dev_solaris_test.go
|
328643532e
unix: fix test compilation error on Go 1.7
|
8 years ago |
|
dirent.go
|
af50095a40
unix: use ParseDirent from syscall
|
7 years ago |
|
endian_big.go
|
7de4796419
unix: add mips and mipsle to endian files
|
8 years ago |
|
endian_little.go
|
7de4796419
unix: add mips and mipsle to endian files
|
8 years ago |
|
env_unix.go
|
1792d66dc8
unix: move Unsetenv into env_unix.go
|
8 years ago |
|
errors_freebsd_386.go
|
0f826bdd13
unix: re-enable Capsicum on FreeBSD 386
|
8 years ago |
|
errors_freebsd_amd64.go
|
0f826bdd13
unix: re-enable Capsicum on FreeBSD 386
|
8 years ago |
|
errors_freebsd_arm.go
|
47bdb838cc
unix: fix freebsd/arm build, fix freebsd/{386,arm} tests
|
8 years ago |
|
example_test.go
|
d8e400bc7d
unix: fix example
|
7 years ago |
|
export_test.go
|
9e4fff1f4d
all: single space after period
|
8 years ago |
|
fcntl.go
|
1d206c9fa8
unix: add FcntlInt
|
7 years ago |
|
fcntl_linux_32bit.go
|
1d206c9fa8
unix: add FcntlInt
|
7 years ago |
|
gccgo.go
|
d38bf781f1
unix: restore gccgo support
|
8 years ago |
|
gccgo_c.c
|
d38bf781f1
unix: restore gccgo support
|
8 years ago |
|
gccgo_linux_amd64.go
|
9e4fff1f4d
all: single space after period
|
8 years ago |
|
mkall.sh
|
a13efeb2fd
unix: remove dragonfly/386 from mkall.sh
|
8 years ago |
|
mkerrors.sh
|
c1138c84af
unix: update to Linux 4.15, glibc 2.27 and Go 1.10
|
7 years ago |
|
mkpost.go
|
2281fa97ef
unix: don't export any padding/alignment fields on all platforms
|
7 years ago |
|
mksyscall.pl
|
3dbebcf8ef
unix: use SyscallNoError and RawSyscallNoError on Linux only
|
7 years ago |
|
mksyscall_solaris.pl
|
ea9bcade75
unix: generate all Linux go files from source
|
8 years ago |
|
mksysctl_openbsd.pl
|
85f6155b9e
unix: emit +build comments in generator scripts
|
10 years ago |
|
mksysnum_darwin.pl
|
ea9bcade75
unix: generate all Linux go files from source
|
8 years ago |
|
mksysnum_dragonfly.pl
|
ea9bcade75
unix: generate all Linux go files from source
|
8 years ago |
|
mksysnum_freebsd.pl
|
7a4fde3fda
unix: add some FreeBSD Capsicum support.
|
8 years ago |
|
mksysnum_netbsd.pl
|
43e60d72a8
unix: unify memory functions on BSD
|
8 years ago |
|
mksysnum_openbsd.pl
|
ea9bcade75
unix: generate all Linux go files from source
|
8 years ago |
|
mmap_unix_test.go
|
2320a9c158
unix: fix TestMmap crash on openbsd/386
|
8 years ago |
|
openbsd_pledge.go
|
8fd966b47d
unix: add support for OpenBSD pledge
|
8 years ago |
|
openbsd_test.go
|
8fd966b47d
unix: add support for OpenBSD pledge
|
8 years ago |
|
pagesize_unix.go
|
9e4fff1f4d
all: single space after period
|
8 years ago |
|
race.go
|
9e4fff1f4d
all: single space after period
|
8 years ago |
|
race0.go
|
9e4fff1f4d
all: single space after period
|
8 years ago |
|
sockcmsg_linux.go
|
9e4fff1f4d
all: single space after period
|
8 years ago |
|
sockcmsg_unix.go
|
9c9d83fe39
unix: fix Send{msg,msgN}, Recvmsg and control message handling on solaris
|
8 years ago |
|
str.go
|
082a6a3a8b
unix: fix infinite recursion in itoa
|
10 years ago |
|
syscall.go
|
91ee8cde43
unix: use strings.IndexByte instead of for loops
|
7 years ago |
|
syscall_bsd.go
|
fcb792cfc2
unix: unify Getsockopt*
|
7 years ago |
|
syscall_bsd_test.go
|
df29b91272
unix: add TestSelect for *BSD
|
8 years ago |
|
syscall_darwin.go
|
cc7307a454
unix: add Fstatat on Darwin
|
7 years ago |
|
syscall_darwin_386.go
|
9e4fff1f4d
all: single space after period
|
8 years ago |
|
syscall_darwin_amd64.go
|
9e4fff1f4d
all: single space after period
|
8 years ago |
|
syscall_darwin_arm.go
|
82aafbf43b
unix: add SYS___SYSCTL on darwin/arm
|
8 years ago |
|
syscall_darwin_arm64.go
|
9e4fff1f4d
all: single space after period
|
8 years ago |
|
syscall_dragonfly.go
|
7ceb54c841
unix: add Fchmodat on DragonflyBSD
|
7 years ago |
|
syscall_dragonfly_amd64.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 years ago |
|
syscall_freebsd.go
|
91ee8cde43
unix: use strings.IndexByte instead of for loops
|
7 years ago |
|
syscall_freebsd_386.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 years ago |
|
syscall_freebsd_amd64.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 years ago |
|
syscall_freebsd_arm.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 years ago |
|
syscall_freebsd_test.go
|
b8f5ef3219
unix: enable TestUname for all GOOSes
|
8 years ago |
|
syscall_linux.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
syscall_linux_386.go
|
4ff8c001ce
unix: add Fstatat on Linux for all GOOSes
|
8 years ago |
|
syscall_linux_amd64.go
|
4ff8c001ce
unix: add Fstatat on Linux for all GOOSes
|
8 years ago |
|
syscall_linux_amd64_gc.go
|
d75a526598
x/sys/unix: move gccgo redeclared functions to separate files
|
9 years ago |
|
syscall_linux_arm.go
|
4ff8c001ce
unix: add Fstatat on Linux for all GOOSes
|
8 years ago |
|
syscall_linux_arm64.go
|
c488ab1dd8
unix: add Fadvise on linux/{arm64,mipsx.mips64x,ppx64x,sparc64}
|
7 years ago |
|
syscall_linux_gc.go
|
37707fdb30
unix: move gccgo redeclared *SyscallNoError functions to a separate file
|
7 years ago |
|
syscall_linux_gccgo.go
|
c28acc882e
unix: fix seek while compiling with gccgo under arm and 386
|
7 years ago |
|
syscall_linux_mips64x.go
|
c488ab1dd8
unix: add Fadvise on linux/{arm64,mipsx.mips64x,ppx64x,sparc64}
|
7 years ago |
|
syscall_linux_mipsx.go
|
c488ab1dd8
unix: add Fadvise on linux/{arm64,mipsx.mips64x,ppx64x,sparc64}
|
7 years ago |
|
syscall_linux_ppc64x.go
|
c488ab1dd8
unix: add Fadvise on linux/{arm64,mipsx.mips64x,ppx64x,sparc64}
|
7 years ago |
|
syscall_linux_s390x.go
|
4ff8c001ce
unix: add Fstatat on Linux for all GOOSes
|
8 years ago |
|
syscall_linux_sparc64.go
|
c488ab1dd8
unix: add Fadvise on linux/{arm64,mipsx.mips64x,ppx64x,sparc64}
|
7 years ago |
|
syscall_linux_test.go
|
641605214e
unix: enable TestFchmodat for all Unices
|
7 years ago |
|
syscall_netbsd.go
|
ee8db001f5
unix: add Fadvise on NetBSD
|
7 years ago |
|
syscall_netbsd_386.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 years ago |
|
syscall_netbsd_amd64.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 years ago |
|
syscall_netbsd_arm.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 years ago |
|
syscall_openbsd.go
|
ecfd8b563e
unix: implement getrtable/setrtable syscalls on OpenBSD
|
7 years ago |
|
syscall_openbsd_386.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 years ago |
|
syscall_openbsd_amd64.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 years ago |
|
syscall_openbsd_arm.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 years ago |
|
syscall_solaris.go
|
1d206c9fa8
unix: add FcntlInt
|
7 years ago |
|
syscall_solaris_amd64.go
|
2de2067aa5
unix: add sendfile support on Solaris
|
7 years ago |
|
syscall_solaris_test.go
|
801364e02a
unix: add Select on Solaris
|
8 years ago |
|
syscall_test.go
|
b8f5ef3219
unix: enable TestUname for all GOOSes
|
8 years ago |
|
syscall_unix.go
|
fcb792cfc2
unix: unify Getsockopt*
|
7 years ago |
|
syscall_unix_gc.go
|
d75a526598
x/sys/unix: move gccgo redeclared functions to separate files
|
9 years ago |
|
syscall_unix_test.go
|
bb729a5782
unix: fix TestFchmodat on Illumos
|
7 years ago |
|
timestruct.go
|
9418b3fdda
unix: add function for converting time.Time to Timespec
|
8 years ago |
|
timestruct_test.go
|
9418b3fdda
unix: add function for converting time.Time to Timespec
|
8 years ago |
|
types_darwin.go
|
665f6529cc
unix: add Uname on Darwin
|
8 years ago |
|
types_dragonfly.go
|
1d2aa6dbde
unix: add Getcwd to support Getwd on all BSDs
|
8 years ago |
|
types_freebsd.go
|
1d2aa6dbde
unix: add Getcwd to support Getwd on all BSDs
|
8 years ago |
|
types_netbsd.go
|
ee8db001f5
unix: add Fadvise on NetBSD
|
7 years ago |
|
types_openbsd.go
|
1d2aa6dbde
unix: add Getcwd to support Getwd on all BSDs
|
8 years ago |
|
types_solaris.go
|
661970f62f
unix: add Poll function on Solaris
|
8 years ago |
|
zerrors_darwin_386.go
|
665f6529cc
unix: add Uname on Darwin
|
8 years ago |
|
zerrors_darwin_amd64.go
|
665f6529cc
unix: add Uname on Darwin
|
8 years ago |
|
zerrors_darwin_arm.go
|
665f6529cc
unix: add Uname on Darwin
|
8 years ago |
|
zerrors_darwin_arm64.go
|
665f6529cc
unix: add Uname on Darwin
|
8 years ago |
|
zerrors_dragonfly_amd64.go
|
bcaab34b51
unix: don't export padding fields on DragonflyBSD
|
7 years ago |
|
zerrors_freebsd_386.go
|
096928d58b
unix: add Uname on FreeBSD
|
8 years ago |
|
zerrors_freebsd_amd64.go
|
096928d58b
unix: add Uname on FreeBSD
|
8 years ago |
|
zerrors_freebsd_arm.go
|
096928d58b
unix: add Uname on FreeBSD
|
8 years ago |
|
zerrors_linux_386.go
|
3b87a42e50
unix: update Dockerfile to Linux 4.16 and Go 1.10.1
|
7 years ago |
|
zerrors_linux_amd64.go
|
3b87a42e50
unix: update Dockerfile to Linux 4.16 and Go 1.10.1
|
7 years ago |
|
zerrors_linux_arm.go
|
3b87a42e50
unix: update Dockerfile to Linux 4.16 and Go 1.10.1
|
7 years ago |
|
zerrors_linux_arm64.go
|
3b87a42e50
unix: update Dockerfile to Linux 4.16 and Go 1.10.1
|
7 years ago |
|
zerrors_linux_mips.go
|
3b87a42e50
unix: update Dockerfile to Linux 4.16 and Go 1.10.1
|
7 years ago |
|
zerrors_linux_mips64.go
|
3b87a42e50
unix: update Dockerfile to Linux 4.16 and Go 1.10.1
|
7 years ago |
|
zerrors_linux_mips64le.go
|
3b87a42e50
unix: update Dockerfile to Linux 4.16 and Go 1.10.1
|
7 years ago |
|
zerrors_linux_mipsle.go
|
3b87a42e50
unix: update Dockerfile to Linux 4.16 and Go 1.10.1
|
7 years ago |
|
zerrors_linux_ppc64.go
|
3b87a42e50
unix: update Dockerfile to Linux 4.16 and Go 1.10.1
|
7 years ago |
|
zerrors_linux_ppc64le.go
|
3b87a42e50
unix: update Dockerfile to Linux 4.16 and Go 1.10.1
|
7 years ago |
|
zerrors_linux_s390x.go
|
3b87a42e50
unix: update Dockerfile to Linux 4.16 and Go 1.10.1
|
7 years ago |
|
zerrors_linux_sparc64.go
|
d67a3279ae
unix: implement Linux AF_VSOCK sockets
|
8 years ago |
|
zerrors_netbsd_386.go
|
378d26f466
unix: add CRTSCTS on netbsd and openbsd
|
7 years ago |
|
zerrors_netbsd_amd64.go
|
378d26f466
unix: add CRTSCTS on netbsd and openbsd
|
7 years ago |
|
zerrors_netbsd_arm.go
|
378d26f466
unix: add CRTSCTS on netbsd and openbsd
|
7 years ago |
|
zerrors_openbsd_386.go
|
378d26f466
unix: add CRTSCTS on netbsd and openbsd
|
7 years ago |
|
zerrors_openbsd_amd64.go
|
378d26f466
unix: add CRTSCTS on netbsd and openbsd
|
7 years ago |
|
zerrors_openbsd_arm.go
|
378d26f466
unix: add CRTSCTS on netbsd and openbsd
|
7 years ago |
|
zerrors_solaris_amd64.go
|
1f337fdb7f
unix: add Major, Minor and Mkdev functions on Solaris
|
8 years ago |
|
zptrace386_linux.go
|
30ef8ff723
unix: single space after period in generated zptrace header
|
8 years ago |
|
zptracearm_linux.go
|
30ef8ff723
unix: single space after period in generated zptrace header
|
8 years ago |
|
zptracemips_linux.go
|
30ef8ff723
unix: single space after period in generated zptrace header
|
8 years ago |
|
zptracemipsle_linux.go
|
30ef8ff723
unix: single space after period in generated zptrace header
|
8 years ago |
|
zsyscall_darwin_386.go
|
cc7307a454
unix: add Fstatat on Darwin
|
7 years ago |
|
zsyscall_darwin_amd64.go
|
cc7307a454
unix: add Fstatat on Darwin
|
7 years ago |
|
zsyscall_darwin_arm.go
|
cc7307a454
unix: add Fstatat on Darwin
|
7 years ago |
|
zsyscall_darwin_arm64.go
|
cc7307a454
unix: add Fstatat on Darwin
|
7 years ago |
|
zsyscall_dragonfly_amd64.go
|
7ceb54c841
unix: add Fchmodat on DragonflyBSD
|
7 years ago |
|
zsyscall_freebsd_386.go
|
2477406b06
unix: add Fstatat on FreeBSD
|
7 years ago |
|
zsyscall_freebsd_amd64.go
|
2477406b06
unix: add Fstatat on FreeBSD
|
7 years ago |
|
zsyscall_freebsd_arm.go
|
2477406b06
unix: add Fstatat on FreeBSD
|
7 years ago |
|
zsyscall_linux_386.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
zsyscall_linux_amd64.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
zsyscall_linux_arm.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
zsyscall_linux_arm64.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
zsyscall_linux_mips.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
zsyscall_linux_mips64.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
zsyscall_linux_mips64le.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
zsyscall_linux_mipsle.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
zsyscall_linux_ppc64.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
zsyscall_linux_ppc64le.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
zsyscall_linux_s390x.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
zsyscall_linux_sparc64.go
|
c488ab1dd8
unix: add Fadvise on linux/{arm64,mipsx.mips64x,ppx64x,sparc64}
|
7 years ago |
|
zsyscall_netbsd_386.go
|
ee8db001f5
unix: add Fadvise on NetBSD
|
7 years ago |
|
zsyscall_netbsd_amd64.go
|
ee8db001f5
unix: add Fadvise on NetBSD
|
7 years ago |
|
zsyscall_netbsd_arm.go
|
ee8db001f5
unix: add Fadvise on NetBSD
|
7 years ago |
|
zsyscall_openbsd_386.go
|
ecfd8b563e
unix: implement getrtable/setrtable syscalls on OpenBSD
|
7 years ago |
|
zsyscall_openbsd_amd64.go
|
ecfd8b563e
unix: implement getrtable/setrtable syscalls on OpenBSD
|
7 years ago |
|
zsyscall_openbsd_arm.go
|
ecfd8b563e
unix: implement getrtable/setrtable syscalls on OpenBSD
|
7 years ago |
|
zsyscall_solaris_amd64.go
|
2de2067aa5
unix: add sendfile support on Solaris
|
7 years ago |
|
zsysctl_openbsd_386.go
|
ebfc5b4631
unix: generate GOARCH specific zsysctl files on OpenBSD
|
8 years ago |
|
zsysctl_openbsd_amd64.go
|
ebfc5b4631
unix: generate GOARCH specific zsysctl files on OpenBSD
|
8 years ago |
|
zsysctl_openbsd_arm.go
|
ebfc5b4631
unix: generate GOARCH specific zsysctl files on OpenBSD
|
8 years ago |
|
zsysnum_darwin_386.go
|
8413e589a2
unix: regenerate for macOS 10.13/iOS 11.1
|
8 years ago |
|
zsysnum_darwin_amd64.go
|
8413e589a2
unix: regenerate for macOS 10.13/iOS 11.1
|
8 years ago |
|
zsysnum_darwin_arm.go
|
8413e589a2
unix: regenerate for macOS 10.13/iOS 11.1
|
8 years ago |
|
zsysnum_darwin_arm64.go
|
8413e589a2
unix: regenerate for macOS 10.13/iOS 11.1
|
8 years ago |
|
zsysnum_dragonfly_amd64.go
|
9ccfe848b9
unix: sync with DragonFly BSD 4.8 kernel
|
8 years ago |
|
zsysnum_freebsd_386.go
|
0f826bdd13
unix: re-enable Capsicum on FreeBSD 386
|
8 years ago |
|
zsysnum_freebsd_amd64.go
|
7a4fde3fda
unix: add some FreeBSD Capsicum support.
|
8 years ago |
|
zsysnum_freebsd_arm.go
|
47bdb838cc
unix: fix freebsd/arm build, fix freebsd/{386,arm} tests
|
8 years ago |
|
zsysnum_linux_386.go
|
31e1fafe95
unix: update Linux to v4.13 kernel and v2.26 glibc
|
8 years ago |
|
zsysnum_linux_amd64.go
|
31e1fafe95
unix: update Linux to v4.13 kernel and v2.26 glibc
|
8 years ago |
|
zsysnum_linux_arm.go
|
31e1fafe95
unix: update Linux to v4.13 kernel and v2.26 glibc
|
8 years ago |
|
zsysnum_linux_arm64.go
|
31e1fafe95
unix: update Linux to v4.13 kernel and v2.26 glibc
|
8 years ago |
|
zsysnum_linux_mips.go
|
31e1fafe95
unix: update Linux to v4.13 kernel and v2.26 glibc
|
8 years ago |
|
zsysnum_linux_mips64.go
|
31e1fafe95
unix: update Linux to v4.13 kernel and v2.26 glibc
|
8 years ago |
|
zsysnum_linux_mips64le.go
|
31e1fafe95
unix: update Linux to v4.13 kernel and v2.26 glibc
|
8 years ago |
|
zsysnum_linux_mipsle.go
|
31e1fafe95
unix: update Linux to v4.13 kernel and v2.26 glibc
|
8 years ago |
|
zsysnum_linux_ppc64.go
|
3b87a42e50
unix: update Dockerfile to Linux 4.16 and Go 1.10.1
|
7 years ago |
|
zsysnum_linux_ppc64le.go
|
3b87a42e50
unix: update Dockerfile to Linux 4.16 and Go 1.10.1
|
7 years ago |
|
zsysnum_linux_s390x.go
|
3b87a42e50
unix: update Dockerfile to Linux 4.16 and Go 1.10.1
|
7 years ago |
|
zsysnum_linux_sparc64.go
|
21f2569f6f
unix: update syscall numbers to 4.10 kernel
|
8 years ago |
|
zsysnum_netbsd_386.go
|
43e60d72a8
unix: unify memory functions on BSD
|
8 years ago |
|
zsysnum_netbsd_amd64.go
|
43e60d72a8
unix: unify memory functions on BSD
|
8 years ago |
|
zsysnum_netbsd_arm.go
|
43e60d72a8
unix: unify memory functions on BSD
|
8 years ago |
|
zsysnum_openbsd_386.go
|
379497e3ff
unix: add explicit build tags
|
10 years ago |
|
zsysnum_openbsd_amd64.go
|
379497e3ff
unix: add explicit build tags
|
10 years ago |
|
zsysnum_openbsd_arm.go
|
b0e0dd7297
unix: add openbsd/arm support (in theory)
|
8 years ago |
|
ztypes_darwin_386.go
|
1e3c7779a7
unix: don't export padding fields on Darwin
|
7 years ago |
|
ztypes_darwin_amd64.go
|
1e3c7779a7
unix: don't export padding fields on Darwin
|
7 years ago |
|
ztypes_darwin_arm.go
|
1e3c7779a7
unix: don't export padding fields on Darwin
|
7 years ago |
|
ztypes_darwin_arm64.go
|
1e3c7779a7
unix: don't export padding fields on Darwin
|
7 years ago |
|
ztypes_dragonfly_amd64.go
|
bcaab34b51
unix: don't export padding fields on DragonflyBSD
|
7 years ago |
|
ztypes_freebsd_386.go
|
1d2aa6dbde
unix: add Getcwd to support Getwd on all BSDs
|
8 years ago |
|
ztypes_freebsd_amd64.go
|
1d2aa6dbde
unix: add Getcwd to support Getwd on all BSDs
|
8 years ago |
|
ztypes_freebsd_arm.go
|
1d2aa6dbde
unix: add Getcwd to support Getwd on all BSDs
|
8 years ago |
|
ztypes_linux_386.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
ztypes_linux_amd64.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
ztypes_linux_arm.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
ztypes_linux_arm64.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
ztypes_linux_mips.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
ztypes_linux_mips64.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
ztypes_linux_mips64le.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
ztypes_linux_mipsle.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
ztypes_linux_ppc64.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
ztypes_linux_ppc64le.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
ztypes_linux_s390x.go
|
2f57af4873
unix: add wrapper around perf_event_open on Linux
|
7 years ago |
|
ztypes_linux_sparc64.go
|
2f1e207ee3
unix: add IFLA attributes on linux/sparc64
|
7 years ago |
|
ztypes_netbsd_386.go
|
ee8db001f5
unix: add Fadvise on NetBSD
|
7 years ago |
|
ztypes_netbsd_amd64.go
|
ee8db001f5
unix: add Fadvise on NetBSD
|
7 years ago |
|
ztypes_netbsd_arm.go
|
ee8db001f5
unix: add Fadvise on NetBSD
|
7 years ago |
|
ztypes_openbsd_386.go
|
1d2aa6dbde
unix: add Getcwd to support Getwd on all BSDs
|
8 years ago |
|
ztypes_openbsd_amd64.go
|
1d2aa6dbde
unix: add Getcwd to support Getwd on all BSDs
|
8 years ago |
|
ztypes_openbsd_arm.go
|
1d2aa6dbde
unix: add Getcwd to support Getwd on all BSDs
|
8 years ago |
|
ztypes_solaris_amd64.go
|
6035cb031f
unix: don't export padding fields on Solaris
|
7 years ago |