| .. |
|
linux
|
8a28ead16f
unix: update Dockerfile to Linux 4.19
|
7 лет назад |
|
.gitignore
|
76c138986e
unix: add unix.test to .gitignore
|
8 лет назад |
|
README.md
|
ea9bcade75
unix: generate all Linux go files from source
|
8 лет назад |
|
affinity_linux.go
|
8f27ce8a60
unix: fix cpuset size argument in sched_affinity syscall
|
7 лет назад |
|
aliases.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
asm_aix_ppc64.s
|
8f1d3d21f8
unix: add support for aix/ppc64, gc implementation
|
7 лет назад |
|
asm_darwin_386.s
|
e11762ca30
unix: add gccgo support
|
10 лет назад |
|
asm_darwin_amd64.s
|
e11762ca30
unix: add gccgo support
|
10 лет назад |
|
asm_darwin_arm.s
|
785372d7b0
unix: add darwin/arm support
|
10 лет назад |
|
asm_darwin_arm64.s
|
58e109635f
unix: add darwin/arm64 support
|
10 лет назад |
|
asm_dragonfly_amd64.s
|
64746a42f3
unix: address vet's finding of wrong argument size
|
7 лет назад |
|
asm_freebsd_386.s
|
e11762ca30
unix: add gccgo support
|
10 лет назад |
|
asm_freebsd_amd64.s
|
e11762ca30
unix: add gccgo support
|
10 лет назад |
|
asm_freebsd_arm.s
|
e11762ca30
unix: add gccgo support
|
10 лет назад |
|
asm_linux_386.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
8 лет назад |
|
asm_linux_amd64.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
8 лет назад |
|
asm_linux_arm.s
|
810d700034
unix: match seek argument size to signature on linux/arm
|
8 лет назад |
|
asm_linux_arm64.s
|
a3f2cbd54c
unix: fix typo in unix/asm_linux_arm64.s made in 28a7276
|
8 лет назад |
|
asm_linux_mips64x.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
8 лет назад |
|
asm_linux_mipsx.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
8 лет назад |
|
asm_linux_ppc64x.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
8 лет назад |
|
asm_linux_s390x.s
|
28a7276518
unix: add SyscallNoError and RawSyscallNoError on Linux
|
8 лет назад |
|
asm_netbsd_386.s
|
e11762ca30
unix: add gccgo support
|
10 лет назад |
|
asm_netbsd_amd64.s
|
e11762ca30
unix: add gccgo support
|
10 лет назад |
|
asm_netbsd_arm.s
|
e11762ca30
unix: add gccgo support
|
10 лет назад |
|
asm_openbsd_386.s
|
e11762ca30
unix: add gccgo support
|
10 лет назад |
|
asm_openbsd_amd64.s
|
e11762ca30
unix: add gccgo support
|
10 лет назад |
|
asm_openbsd_arm.s
|
b0e0dd7297
unix: add openbsd/arm support (in theory)
|
8 лет назад |
|
asm_solaris_amd64.s
|
f888ac0c35
unix: fix vet warnings on solaris
|
8 лет назад |
|
bluetooth_linux.go
|
8aa0c605e5
syscall: add bluetooth constants for linux
|
9 лет назад |
|
cap_freebsd.go
|
6f686a352d
unix: add ErrnoName and SignalName
|
7 лет назад |
|
constants.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
creds_test.go
|
d0faeb5398
unix: fix TestSCMCredentials to not fail when root
|
7 лет назад |
|
dev_aix_ppc.go
|
1561086e64
unix: add Termio, Winsize, Statfs_t, TC[GS]ET, Mkdir and Mknod for AIX
|
7 лет назад |
|
dev_aix_ppc64.go
|
1561086e64
unix: add Termio, Winsize, Statfs_t, TC[GS]ET, Mkdir and Mknod for AIX
|
7 лет назад |
|
dev_darwin.go
|
804a9fee62
unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD
|
8 лет назад |
|
dev_dragonfly.go
|
804a9fee62
unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD
|
8 лет назад |
|
dev_freebsd.go
|
804a9fee62
unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD
|
8 лет назад |
|
dev_linux.go
|
7a85bfad8b
unix: fix potential overflow in Mkdev on Linux
|
8 лет назад |
|
dev_linux_test.go
|
04b83988a0
unix: fix or skip failing tests on android and iOS
|
7 лет назад |
|
dev_netbsd.go
|
804a9fee62
unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD
|
8 лет назад |
|
dev_openbsd.go
|
033028a6b4
unix: add Major, Minor and Mkdev functions on OpenBSD
|
8 лет назад |
|
dirent.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
endian_big.go
|
7de4796419
unix: add mips and mipsle to endian files
|
8 лет назад |
|
endian_little.go
|
7de4796419
unix: add mips and mipsle to endian files
|
8 лет назад |
|
env_unix.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
errors_freebsd_386.go
|
0f826bdd13
unix: re-enable Capsicum on FreeBSD 386
|
8 лет назад |
|
errors_freebsd_amd64.go
|
0f826bdd13
unix: re-enable Capsicum on FreeBSD 386
|
8 лет назад |
|
errors_freebsd_arm.go
|
47bdb838cc
unix: fix freebsd/arm build, fix freebsd/{386,arm} tests
|
8 лет назад |
|
example_test.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
export_test.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
fcntl.go
|
7138fd3d9d
unix: do not return non-nil error for 0 errno in FcntlInt
|
7 лет назад |
|
fcntl_linux_32bit.go
|
1d206c9fa8
unix: add FcntlInt
|
7 лет назад |
|
gccgo.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
gccgo_c.c
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
gccgo_linux_amd64.go
|
9e4fff1f4d
all: single space after period
|
8 лет назад |
|
ioctl.go
|
1561086e64
unix: add Termio, Winsize, Statfs_t, TC[GS]ET, Mkdir and Mknod for AIX
|
7 лет назад |
|
mkall.sh
|
8f1d3d21f8
unix: add support for aix/ppc64, gc implementation
|
7 лет назад |
|
mkerrors.sh
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
mkpost.go
|
7c87d13f8e
unix: add tpacket types and constants on Linux
|
7 лет назад |
|
mksyscall.pl
|
3dbebcf8ef
unix: use SyscallNoError and RawSyscallNoError on Linux only
|
7 лет назад |
|
mksyscall_aix_ppc.pl
|
8f1d3d21f8
unix: add support for aix/ppc64, gc implementation
|
7 лет назад |
|
mksyscall_aix_ppc64.pl
|
8f1d3d21f8
unix: add support for aix/ppc64, gc implementation
|
7 лет назад |
|
mksyscall_solaris.pl
|
fa43e7bc11
unix: add marker comments to zsyscall_solaris_amd64.go
|
7 лет назад |
|
mksysctl_openbsd.pl
|
219bb53033
unix: re-add vm.* sysctl strings on openbsd/amd64
|
7 лет назад |
|
mksysnum_darwin.pl
|
ea9bcade75
unix: generate all Linux go files from source
|
8 лет назад |
|
mksysnum_dragonfly.pl
|
ea9bcade75
unix: generate all Linux go files from source
|
8 лет назад |
|
mksysnum_freebsd.pl
|
1a700e749c
unix: add NOSTD syscall numbers on FreeBSD
|
7 лет назад |
|
mksysnum_netbsd.pl
|
43e60d72a8
unix: unify memory functions on BSD
|
8 лет назад |
|
mksysnum_openbsd.pl
|
ea9bcade75
unix: generate all Linux go files from source
|
8 лет назад |
|
mmap_unix_test.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
openbsd_pledge.go
|
2772b66316
unix: allow to pass a NULL pointer to the pledge syscall
|
7 лет назад |
|
openbsd_test.go
|
98c5dad5d1
unix: update the OpenBSD pledge interface to handle execpromises
|
7 лет назад |
|
openbsd_unveil.go
|
d989b31c87
unix: add support for OpenBSD unveil(2)
|
7 лет назад |
|
pagesize_unix.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
race.go
|
9e4fff1f4d
all: single space after period
|
8 лет назад |
|
race0.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
sockcmsg_linux.go
|
9e4fff1f4d
all: single space after period
|
8 лет назад |
|
sockcmsg_unix.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
str.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
syscall.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
syscall_aix.go
|
8f1d3d21f8
unix: add support for aix/ppc64, gc implementation
|
7 лет назад |
|
syscall_aix_ppc.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
syscall_aix_ppc64.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
syscall_aix_test.go
|
8f1d3d21f8
unix: add support for aix/ppc64, gc implementation
|
7 лет назад |
|
syscall_bsd.go
|
1b2967e3c2
unix: implement RFCOMM sockets on Linux
|
7 лет назад |
|
syscall_bsd_test.go
|
b09afc3d57
unix: add MNT_* flags on OpenBSD
|
7 лет назад |
|
syscall_darwin.go
|
904bdc2570
unix: add F*xattr on Darwin
|
7 лет назад |
|
syscall_darwin_386.go
|
9e4fff1f4d
all: single space after period
|
8 лет назад |
|
syscall_darwin_amd64.go
|
9e4fff1f4d
all: single space after period
|
8 лет назад |
|
syscall_darwin_arm.go
|
82aafbf43b
unix: add SYS___SYSCTL on darwin/arm
|
8 лет назад |
|
syscall_darwin_arm64.go
|
9e4fff1f4d
all: single space after period
|
8 лет назад |
|
syscall_darwin_test.go
|
88eb85aaee
unix: add tests for *xattr functions
|
7 лет назад |
|
syscall_dragonfly.go
|
95b1ffbd15
unix: add Openat on dragonfly
|
7 лет назад |
|
syscall_dragonfly_amd64.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 лет назад |
|
syscall_freebsd.go
|
5535b4e6bf
unix: FreeBSD 12 ino64 support
|
7 лет назад |
|
syscall_freebsd_386.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 лет назад |
|
syscall_freebsd_amd64.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 лет назад |
|
syscall_freebsd_arm.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 лет назад |
|
syscall_freebsd_test.go
|
88eb85aaee
unix: add tests for *xattr functions
|
7 лет назад |
|
syscall_linux.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
syscall_linux_386.go
|
fc8bd948cf
unix: don't use deprecated syscalls on linux/arm64
|
7 лет назад |
|
syscall_linux_amd64.go
|
f81de40a84
unix: add KexecFileLoad on linux/{amd64,ppc64x,s390x}
|
7 лет назад |
|
syscall_linux_amd64_gc.go
|
d75a526598
x/sys/unix: move gccgo redeclared functions to separate files
|
9 лет назад |
|
syscall_linux_arm.go
|
2b024373dc
Revert "unix: implement SyncFileRange for ARM"
|
7 лет назад |
|
syscall_linux_arm64.go
|
5cd93ef61a
unix: use ppoll to implement Pause on linux/{arm64,riscv64}
|
7 лет назад |
|
syscall_linux_gc.go
|
37707fdb30
unix: move gccgo redeclared *SyscallNoError functions to a separate file
|
7 лет назад |
|
syscall_linux_gc_386.go
|
24c297a8f3
unix: support compiling with gccgo on linux/386
|
7 лет назад |
|
syscall_linux_gccgo_386.go
|
24c297a8f3
unix: support compiling with gccgo on linux/386
|
7 лет назад |
|
syscall_linux_gccgo_arm.go
|
24c297a8f3
unix: support compiling with gccgo on linux/386
|
7 лет назад |
|
syscall_linux_mips64x.go
|
fc8bd948cf
unix: don't use deprecated syscalls on linux/arm64
|
7 лет назад |
|
syscall_linux_mipsx.go
|
c4d1ff19d3
unix: implement pipe() on linux/mips
|
7 лет назад |
|
syscall_linux_ppc64x.go
|
f81de40a84
unix: add KexecFileLoad on linux/{amd64,ppc64x,s390x}
|
7 лет назад |
|
syscall_linux_riscv64.go
|
5cd93ef61a
unix: use ppoll to implement Pause on linux/{arm64,riscv64}
|
7 лет назад |
|
syscall_linux_s390x.go
|
f81de40a84
unix: add KexecFileLoad on linux/{amd64,ppc64x,s390x}
|
7 лет назад |
|
syscall_linux_sparc64.go
|
fc8bd948cf
unix: don't use deprecated syscalls on linux/arm64
|
7 лет назад |
|
syscall_linux_test.go
|
c2ed4eda69
unix: fix TestSchedSetaffinity for smt settings
|
7 лет назад |
|
syscall_netbsd.go
|
9ff3f177ec
unix: add Openat on netbsd
|
7 лет назад |
|
syscall_netbsd_386.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 лет назад |
|
syscall_netbsd_amd64.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 лет назад |
|
syscall_netbsd_arm.go
|
e825973668
unix: unify NsecToTime{spec,val}, fix for times < 1970
|
8 лет назад |
|
syscall_netbsd_test.go
|
8ccfc68037
unix: add SysctlClockinfo on NetBSD
|
7 лет назад |
|
syscall_openbsd.go
|
c8e336422f
unix: add remaining *at functions on openbsd
|
7 лет назад |
|
syscall_openbsd_386.go
|
eda9bb28ed
unix: update syscall numbers to OpenBSD 6.4
|
7 лет назад |
|
syscall_openbsd_amd64.go
|
7f59abf37b
unix: update openbsd/amd64 to OpenBSD 6.3
|
7 лет назад |
|
syscall_openbsd_arm.go
|
eda9bb28ed
unix: update syscall numbers to OpenBSD 6.4
|
7 лет назад |
|
syscall_openbsd_test.go
|
44b849a8bc
unix: add Ppoll on openbsd
|
7 лет назад |
|
syscall_solaris.go
|
e072cadbbd
unix: document IoctlSetWinsize and IoctlSetTermios and fix pointer lifetime
|
7 лет назад |
|
syscall_solaris_amd64.go
|
2de2067aa5
unix: add sendfile support on Solaris
|
7 лет назад |
|
syscall_solaris_test.go
|
801364e02a
unix: add Select on Solaris
|
8 лет назад |
|
syscall_test.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
syscall_unix.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
syscall_unix_gc.go
|
d75a526598
x/sys/unix: move gccgo redeclared functions to separate files
|
9 лет назад |
|
syscall_unix_test.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
timestruct.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
timestruct_test.go
|
d99a578cf4
unix: code for AIX ppc and ppc64, for gccgo
|
7 лет назад |
|
types_aix.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
types_darwin.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
types_dragonfly.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
types_freebsd.go
|
5535b4e6bf
unix: FreeBSD 12 ino64 support
|
7 лет назад |
|
types_netbsd.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
types_openbsd.go
|
44b849a8bc
unix: add Ppoll on openbsd
|
7 лет назад |
|
types_solaris.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
xattr_bsd.go
|
f0d5e33068
unix: add *xattr functions on NetBSD
|
7 лет назад |
|
xattr_test.go
|
f0d5e33068
unix: add *xattr functions on NetBSD
|
7 лет назад |
|
zerrors_aix_ppc.go
|
1561086e64
unix: add Termio, Winsize, Statfs_t, TC[GS]ET, Mkdir and Mknod for AIX
|
7 лет назад |
|
zerrors_aix_ppc64.go
|
1561086e64
unix: add Termio, Winsize, Statfs_t, TC[GS]ET, Mkdir and Mknod for AIX
|
7 лет назад |
|
zerrors_darwin_386.go
|
77b0e43150
unix: add symlink-safe *xattr functions on darwin
|
7 лет назад |
|
zerrors_darwin_amd64.go
|
77b0e43150
unix: add symlink-safe *xattr functions on darwin
|
7 лет назад |
|
zerrors_darwin_arm.go
|
77b0e43150
unix: add symlink-safe *xattr functions on darwin
|
7 лет назад |
|
zerrors_darwin_arm64.go
|
77b0e43150
unix: add symlink-safe *xattr functions on darwin
|
7 лет назад |
|
zerrors_dragonfly_amd64.go
|
f02c79500a
unix: add MNT_* flags on DragonflyBSD
|
7 лет назад |
|
zerrors_freebsd_386.go
|
1c9583448a
unix: add additional file mode bit constants from sys/stat.h on FreeBSD
|
7 лет назад |
|
zerrors_freebsd_amd64.go
|
1c9583448a
unix: add additional file mode bit constants from sys/stat.h on FreeBSD
|
7 лет назад |
|
zerrors_freebsd_arm.go
|
1c9583448a
unix: add additional file mode bit constants from sys/stat.h on FreeBSD
|
7 лет назад |
|
zerrors_linux_386.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zerrors_linux_amd64.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zerrors_linux_arm.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zerrors_linux_arm64.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zerrors_linux_mips.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zerrors_linux_mips64.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zerrors_linux_mips64le.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zerrors_linux_mipsle.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zerrors_linux_ppc64.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zerrors_linux_ppc64le.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zerrors_linux_riscv64.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zerrors_linux_s390x.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zerrors_linux_sparc64.go
|
4497e2df6f
unix: convert errorList and signalList to new format for linux/sparc64
|
7 лет назад |
|
zerrors_netbsd_386.go
|
2f1df4e56c
unix: add additional rlimit resource constants on NetBSD
|
7 лет назад |
|
zerrors_netbsd_amd64.go
|
2f1df4e56c
unix: add additional rlimit resource constants on NetBSD
|
7 лет назад |
|
zerrors_netbsd_arm.go
|
2f1df4e56c
unix: add additional rlimit resource constants on NetBSD
|
7 лет назад |
|
zerrors_openbsd_386.go
|
b09afc3d57
unix: add MNT_* flags on OpenBSD
|
7 лет назад |
|
zerrors_openbsd_amd64.go
|
679a27dec1
unix: add SysctlUvmexp on OpenBSD
|
7 лет назад |
|
zerrors_openbsd_arm.go
|
b09afc3d57
unix: add MNT_* flags on OpenBSD
|
7 лет назад |
|
zerrors_solaris_amd64.go
|
3b58ed4ad3
unix: add additional file mode bit constants from sys/stat.h on Solaris
|
7 лет назад |
|
zptrace386_linux.go
|
30ef8ff723
unix: single space after period in generated zptrace header
|
8 лет назад |
|
zptracearm_linux.go
|
30ef8ff723
unix: single space after period in generated zptrace header
|
8 лет назад |
|
zptracemips_linux.go
|
30ef8ff723
unix: single space after period in generated zptrace header
|
8 лет назад |
|
zptracemipsle_linux.go
|
30ef8ff723
unix: single space after period in generated zptrace header
|
8 лет назад |
|
zsyscall_aix_ppc.go
|
8f1d3d21f8
unix: add support for aix/ppc64, gc implementation
|
7 лет назад |
|
zsyscall_aix_ppc64.go
|
8f1d3d21f8
unix: add support for aix/ppc64, gc implementation
|
7 лет назад |
|
zsyscall_aix_ppc64_gc.go
|
8f1d3d21f8
unix: add support for aix/ppc64, gc implementation
|
7 лет назад |
|
zsyscall_aix_ppc64_gccgo.go
|
8f1d3d21f8
unix: add support for aix/ppc64, gc implementation
|
7 лет назад |
|
zsyscall_darwin_386.go
|
904bdc2570
unix: add F*xattr on Darwin
|
7 лет назад |
|
zsyscall_darwin_amd64.go
|
904bdc2570
unix: add F*xattr on Darwin
|
7 лет назад |
|
zsyscall_darwin_arm.go
|
904bdc2570
unix: add F*xattr on Darwin
|
7 лет назад |
|
zsyscall_darwin_arm64.go
|
904bdc2570
unix: add F*xattr on Darwin
|
7 лет назад |
|
zsyscall_dragonfly_amd64.go
|
95b1ffbd15
unix: add Openat on dragonfly
|
7 лет назад |
|
zsyscall_freebsd_386.go
|
5535b4e6bf
unix: FreeBSD 12 ino64 support
|
7 лет назад |
|
zsyscall_freebsd_amd64.go
|
5535b4e6bf
unix: FreeBSD 12 ino64 support
|
7 лет назад |
|
zsyscall_freebsd_arm.go
|
5535b4e6bf
unix: FreeBSD 12 ino64 support
|
7 лет назад |
|
zsyscall_linux_386.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zsyscall_linux_amd64.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zsyscall_linux_arm.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zsyscall_linux_arm64.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zsyscall_linux_mips.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zsyscall_linux_mips64.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zsyscall_linux_mips64le.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zsyscall_linux_mipsle.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zsyscall_linux_ppc64.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zsyscall_linux_ppc64le.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zsyscall_linux_riscv64.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zsyscall_linux_s390x.go
|
731415f00d
unix: add kernel module load/unload syscalls on Linux
|
7 лет назад |
|
zsyscall_linux_sparc64.go
|
fc8bd948cf
unix: don't use deprecated syscalls on linux/arm64
|
7 лет назад |
|
zsyscall_netbsd_386.go
|
9ff3f177ec
unix: add Openat on netbsd
|
7 лет назад |
|
zsyscall_netbsd_amd64.go
|
9ff3f177ec
unix: add Openat on netbsd
|
7 лет назад |
|
zsyscall_netbsd_arm.go
|
9ff3f177ec
unix: add Openat on netbsd
|
7 лет назад |
|
zsyscall_openbsd_386.go
|
c8e336422f
unix: add remaining *at functions on openbsd
|
7 лет назад |
|
zsyscall_openbsd_amd64.go
|
c8e336422f
unix: add remaining *at functions on openbsd
|
7 лет назад |
|
zsyscall_openbsd_arm.go
|
c8e336422f
unix: add remaining *at functions on openbsd
|
7 лет назад |
|
zsyscall_solaris_amd64.go
|
fa43e7bc11
unix: add marker comments to zsyscall_solaris_amd64.go
|
7 лет назад |
|
zsysctl_openbsd_386.go
|
9e6071e1da
unix: follow convention for generated code comment
|
7 лет назад |
|
zsysctl_openbsd_amd64.go
|
219bb53033
unix: re-add vm.* sysctl strings on openbsd/amd64
|
7 лет назад |
|
zsysctl_openbsd_arm.go
|
9e6071e1da
unix: follow convention for generated code comment
|
7 лет назад |
|
zsysnum_darwin_386.go
|
8413e589a2
unix: regenerate for macOS 10.13/iOS 11.1
|
8 лет назад |
|
zsysnum_darwin_amd64.go
|
8413e589a2
unix: regenerate for macOS 10.13/iOS 11.1
|
8 лет назад |
|
zsysnum_darwin_arm.go
|
8413e589a2
unix: regenerate for macOS 10.13/iOS 11.1
|
8 лет назад |
|
zsysnum_darwin_arm64.go
|
8413e589a2
unix: regenerate for macOS 10.13/iOS 11.1
|
8 лет назад |
|
zsysnum_dragonfly_amd64.go
|
9ccfe848b9
unix: sync with DragonFly BSD 4.8 kernel
|
8 лет назад |
|
zsysnum_freebsd_386.go
|
1a700e749c
unix: add NOSTD syscall numbers on FreeBSD
|
7 лет назад |
|
zsysnum_freebsd_amd64.go
|
1a700e749c
unix: add NOSTD syscall numbers on FreeBSD
|
7 лет назад |
|
zsysnum_freebsd_arm.go
|
1a700e749c
unix: add NOSTD syscall numbers on FreeBSD
|
7 лет назад |
|
zsysnum_linux_386.go
|
4e1fef5609
unix: update Dockerfile to Linux 4.18, glibc 2.28 and Go 1.11beta3
|
7 лет назад |
|
zsysnum_linux_amd64.go
|
4e1fef5609
unix: update Dockerfile to Linux 4.18, glibc 2.28 and Go 1.11beta3
|
7 лет назад |
|
zsysnum_linux_arm.go
|
8a28ead16f
unix: update Dockerfile to Linux 4.19
|
7 лет назад |
|
zsysnum_linux_arm64.go
|
8a28ead16f
unix: update Dockerfile to Linux 4.19
|
7 лет назад |
|
zsysnum_linux_mips.go
|
4e1fef5609
unix: update Dockerfile to Linux 4.18, glibc 2.28 and Go 1.11beta3
|
7 лет назад |
|
zsysnum_linux_mips64.go
|
4e1fef5609
unix: update Dockerfile to Linux 4.18, glibc 2.28 and Go 1.11beta3
|
7 лет назад |
|
zsysnum_linux_mips64le.go
|
4e1fef5609
unix: update Dockerfile to Linux 4.18, glibc 2.28 and Go 1.11beta3
|
7 лет назад |
|
zsysnum_linux_mipsle.go
|
4e1fef5609
unix: update Dockerfile to Linux 4.18, glibc 2.28 and Go 1.11beta3
|
7 лет назад |
|
zsysnum_linux_ppc64.go
|
4e1fef5609
unix: update Dockerfile to Linux 4.18, glibc 2.28 and Go 1.11beta3
|
7 лет назад |
|
zsysnum_linux_ppc64le.go
|
4e1fef5609
unix: update Dockerfile to Linux 4.18, glibc 2.28 and Go 1.11beta3
|
7 лет назад |
|
zsysnum_linux_riscv64.go
|
8a28ead16f
unix: update Dockerfile to Linux 4.19
|
7 лет назад |
|
zsysnum_linux_s390x.go
|
4e1fef5609
unix: update Dockerfile to Linux 4.18, glibc 2.28 and Go 1.11beta3
|
7 лет назад |
|
zsysnum_linux_sparc64.go
|
9e6071e1da
unix: follow convention for generated code comment
|
7 лет назад |
|
zsysnum_netbsd_386.go
|
9e6071e1da
unix: follow convention for generated code comment
|
7 лет назад |
|
zsysnum_netbsd_amd64.go
|
9e6071e1da
unix: follow convention for generated code comment
|
7 лет назад |
|
zsysnum_netbsd_arm.go
|
9e6071e1da
unix: follow convention for generated code comment
|
7 лет назад |
|
zsysnum_openbsd_386.go
|
eda9bb28ed
unix: update syscall numbers to OpenBSD 6.4
|
7 лет назад |
|
zsysnum_openbsd_amd64.go
|
34b17bdb43
unix: fix OpenBSD codegen to include F_OK
|
7 лет назад |
|
zsysnum_openbsd_arm.go
|
eda9bb28ed
unix: update syscall numbers to OpenBSD 6.4
|
7 лет назад |
|
ztypes_aix_ppc.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
ztypes_aix_ppc64.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
ztypes_darwin_386.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
ztypes_darwin_amd64.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
ztypes_darwin_arm.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
ztypes_darwin_arm64.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
ztypes_dragonfly_amd64.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
ztypes_freebsd_386.go
|
5535b4e6bf
unix: FreeBSD 12 ino64 support
|
7 лет назад |
|
ztypes_freebsd_amd64.go
|
5535b4e6bf
unix: FreeBSD 12 ino64 support
|
7 лет назад |
|
ztypes_freebsd_arm.go
|
5535b4e6bf
unix: FreeBSD 12 ino64 support
|
7 лет назад |
|
ztypes_linux_386.go
|
8a28ead16f
unix: update Dockerfile to Linux 4.19
|
7 лет назад |
|
ztypes_linux_amd64.go
|
8a28ead16f
unix: update Dockerfile to Linux 4.19
|
7 лет назад |
|
ztypes_linux_arm.go
|
8a28ead16f
unix: update Dockerfile to Linux 4.19
|
7 лет назад |
|
ztypes_linux_arm64.go
|
8a28ead16f
unix: update Dockerfile to Linux 4.19
|
7 лет назад |
|
ztypes_linux_mips.go
|
8a28ead16f
unix: update Dockerfile to Linux 4.19
|
7 лет назад |
|
ztypes_linux_mips64.go
|
8a28ead16f
unix: update Dockerfile to Linux 4.19
|
7 лет назад |
|
ztypes_linux_mips64le.go
|
8a28ead16f
unix: update Dockerfile to Linux 4.19
|
7 лет назад |
|
ztypes_linux_mipsle.go
|
8a28ead16f
unix: update Dockerfile to Linux 4.19
|
7 лет назад |
|
ztypes_linux_ppc64.go
|
8a28ead16f
unix: update Dockerfile to Linux 4.19
|
7 лет назад |
|
ztypes_linux_ppc64le.go
|
8a28ead16f
unix: update Dockerfile to Linux 4.19
|
7 лет назад |
|
ztypes_linux_riscv64.go
|
8a28ead16f
unix: update Dockerfile to Linux 4.19
|
7 лет назад |
|
ztypes_linux_s390x.go
|
8a28ead16f
unix: update Dockerfile to Linux 4.19
|
7 лет назад |
|
ztypes_linux_sparc64.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
ztypes_netbsd_386.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
ztypes_netbsd_amd64.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
ztypes_netbsd_arm.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |
|
ztypes_openbsd_386.go
|
44b849a8bc
unix: add Ppoll on openbsd
|
7 лет назад |
|
ztypes_openbsd_amd64.go
|
44b849a8bc
unix: add Ppoll on openbsd
|
7 лет назад |
|
ztypes_openbsd_arm.go
|
44b849a8bc
unix: add Ppoll on openbsd
|
7 лет назад |
|
ztypes_solaris_amd64.go
|
8469e31483
unix: export sizeof consts
|
7 лет назад |