Tobias Klauser f0d5e33068 unix: add *xattr functions on NetBSD il y a 7 ans
..
linux 90887a55d6 unix: add IFLA_INFO_KIND on Linux il y a 7 ans
.gitignore 76c138986e unix: add unix.test to .gitignore il y a 8 ans
README.md ea9bcade75 unix: generate all Linux go files from source il y a 8 ans
affinity_linux.go 8f27ce8a60 unix: fix cpuset size argument in sched_affinity syscall il y a 8 ans
aliases.go 0ffbfd41fb unix, windows: add type aliases to std syscall for Signal, Errno, SysProcAttr il y a 7 ans
asm_darwin_386.s e11762ca30 unix: add gccgo support il y a 10 ans
asm_darwin_amd64.s e11762ca30 unix: add gccgo support il y a 10 ans
asm_darwin_arm.s 785372d7b0 unix: add darwin/arm support il y a 10 ans
asm_darwin_arm64.s 58e109635f unix: add darwin/arm64 support il y a 10 ans
asm_dragonfly_amd64.s 64746a42f3 unix: address vet's finding of wrong argument size il y a 7 ans
asm_freebsd_386.s e11762ca30 unix: add gccgo support il y a 10 ans
asm_freebsd_amd64.s e11762ca30 unix: add gccgo support il y a 10 ans
asm_freebsd_arm.s e11762ca30 unix: add gccgo support il y a 10 ans
asm_linux_386.s 28a7276518 unix: add SyscallNoError and RawSyscallNoError on Linux il y a 8 ans
asm_linux_amd64.s 28a7276518 unix: add SyscallNoError and RawSyscallNoError on Linux il y a 8 ans
asm_linux_arm.s 810d700034 unix: match seek argument size to signature on linux/arm il y a 8 ans
asm_linux_arm64.s a3f2cbd54c unix: fix typo in unix/asm_linux_arm64.s made in 28a7276 il y a 8 ans
asm_linux_mips64x.s 28a7276518 unix: add SyscallNoError and RawSyscallNoError on Linux il y a 8 ans
asm_linux_mipsx.s 28a7276518 unix: add SyscallNoError and RawSyscallNoError on Linux il y a 8 ans
asm_linux_ppc64x.s 28a7276518 unix: add SyscallNoError and RawSyscallNoError on Linux il y a 8 ans
asm_linux_s390x.s 28a7276518 unix: add SyscallNoError and RawSyscallNoError on Linux il y a 8 ans
asm_netbsd_386.s e11762ca30 unix: add gccgo support il y a 10 ans
asm_netbsd_amd64.s e11762ca30 unix: add gccgo support il y a 10 ans
asm_netbsd_arm.s e11762ca30 unix: add gccgo support il y a 10 ans
asm_openbsd_386.s e11762ca30 unix: add gccgo support il y a 10 ans
asm_openbsd_amd64.s e11762ca30 unix: add gccgo support il y a 10 ans
asm_openbsd_arm.s b0e0dd7297 unix: add openbsd/arm support (in theory) il y a 8 ans
asm_solaris_amd64.s f888ac0c35 unix: fix vet warnings on solaris il y a 8 ans
bluetooth_linux.go 8aa0c605e5 syscall: add bluetooth constants for linux il y a 9 ans
cap_freebsd.go 6f686a352d unix: add ErrnoName and SignalName il y a 7 ans
constants.go 8642817a1a unix: Add [RWX]_OK constants for Access il y a 10 ans
creds_test.go d0faeb5398 unix: fix TestSCMCredentials to not fail when root il y a 7 ans
dev_darwin.go 804a9fee62 unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD il y a 8 ans
dev_dragonfly.go 804a9fee62 unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD il y a 8 ans
dev_freebsd.go 804a9fee62 unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD il y a 8 ans
dev_linux.go 7a85bfad8b unix: fix potential overflow in Mkdev on Linux il y a 8 ans
dev_linux_test.go 04b83988a0 unix: fix or skip failing tests on android and iOS il y a 7 ans
dev_netbsd.go 804a9fee62 unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD il y a 8 ans
dev_openbsd.go 033028a6b4 unix: add Major, Minor and Mkdev functions on OpenBSD il y a 8 ans
dirent.go af50095a40 unix: use ParseDirent from syscall il y a 8 ans
endian_big.go 7de4796419 unix: add mips and mipsle to endian files il y a 8 ans
endian_little.go 7de4796419 unix: add mips and mipsle to endian files il y a 8 ans
env_unix.go 1792d66dc8 unix: move Unsetenv into env_unix.go il y a 8 ans
errors_freebsd_386.go 0f826bdd13 unix: re-enable Capsicum on FreeBSD 386 il y a 8 ans
errors_freebsd_amd64.go 0f826bdd13 unix: re-enable Capsicum on FreeBSD 386 il y a 8 ans
errors_freebsd_arm.go 47bdb838cc unix: fix freebsd/arm build, fix freebsd/{386,arm} tests il y a 8 ans
example_test.go d8e400bc7d unix: fix example il y a 7 ans
export_test.go 9e4fff1f4d all: single space after period il y a 8 ans
fcntl.go 7138fd3d9d unix: do not return non-nil error for 0 errno in FcntlInt il y a 7 ans
fcntl_linux_32bit.go 1d206c9fa8 unix: add FcntlInt il y a 7 ans
gccgo.go d38bf781f1 unix: restore gccgo support il y a 8 ans
gccgo_c.c 7c1e4f34a3 unix: drop use function stub for gccgo il y a 7 ans
gccgo_linux_amd64.go 9e4fff1f4d all: single space after period il y a 8 ans
ioctl.go e072cadbbd unix: document IoctlSetWinsize and IoctlSetTermios and fix pointer lifetime il y a 7 ans
mkall.sh a13efeb2fd unix: remove dragonfly/386 from mkall.sh il y a 8 ans
mkerrors.sh f0d5e33068 unix: add *xattr functions on NetBSD il y a 7 ans
mkpost.go 7c87d13f8e unix: add tpacket types and constants on Linux il y a 7 ans
mksyscall.pl 3dbebcf8ef unix: use SyscallNoError and RawSyscallNoError on Linux only il y a 8 ans
mksyscall_solaris.pl ea9bcade75 unix: generate all Linux go files from source il y a 8 ans
mksysctl_openbsd.pl 9e6071e1da unix: follow convention for generated code comment il y a 7 ans
mksysnum_darwin.pl ea9bcade75 unix: generate all Linux go files from source il y a 8 ans
mksysnum_dragonfly.pl ea9bcade75 unix: generate all Linux go files from source il y a 8 ans
mksysnum_freebsd.pl 7a4fde3fda unix: add some FreeBSD Capsicum support. il y a 8 ans
mksysnum_netbsd.pl 43e60d72a8 unix: unify memory functions on BSD il y a 8 ans
mksysnum_openbsd.pl ea9bcade75 unix: generate all Linux go files from source il y a 8 ans
mmap_unix_test.go 2320a9c158 unix: fix TestMmap crash on openbsd/386 il y a 8 ans
openbsd_pledge.go 7f59abf37b unix: update openbsd/amd64 to OpenBSD 6.3 il y a 7 ans
openbsd_test.go 8fd966b47d unix: add support for OpenBSD pledge il y a 8 ans
pagesize_unix.go 9e4fff1f4d all: single space after period il y a 8 ans
race.go 9e4fff1f4d all: single space after period il y a 8 ans
race0.go 9e4fff1f4d all: single space after period il y a 8 ans
sockcmsg_linux.go 9e4fff1f4d all: single space after period il y a 8 ans
sockcmsg_unix.go 9c9d83fe39 unix: fix Send{msg,msgN}, Recvmsg and control message handling on solaris il y a 8 ans
str.go 082a6a3a8b unix: fix infinite recursion in itoa il y a 10 ans
syscall.go 91ee8cde43 unix: use strings.IndexByte instead of for loops il y a 7 ans
syscall_bsd.go 1b2967e3c2 unix: implement RFCOMM sockets on Linux il y a 7 ans
syscall_bsd_test.go df29b91272 unix: add TestSelect for *BSD il y a 8 ans
syscall_darwin.go 904bdc2570 unix: add F*xattr on Darwin il y a 7 ans
syscall_darwin_386.go 9e4fff1f4d all: single space after period il y a 8 ans
syscall_darwin_amd64.go 9e4fff1f4d all: single space after period il y a 8 ans
syscall_darwin_arm.go 82aafbf43b unix: add SYS___SYSCTL on darwin/arm il y a 8 ans
syscall_darwin_arm64.go 9e4fff1f4d all: single space after period il y a 8 ans
syscall_darwin_test.go 88eb85aaee unix: add tests for *xattr functions il y a 7 ans
syscall_dragonfly.go e072cadbbd unix: document IoctlSetWinsize and IoctlSetTermios and fix pointer lifetime il y a 7 ans
syscall_dragonfly_amd64.go e825973668 unix: unify NsecToTime{spec,val}, fix for times < 1970 il y a 8 ans
syscall_freebsd.go f0d5e33068 unix: add *xattr functions on NetBSD il y a 7 ans
syscall_freebsd_386.go e825973668 unix: unify NsecToTime{spec,val}, fix for times < 1970 il y a 8 ans
syscall_freebsd_amd64.go e825973668 unix: unify NsecToTime{spec,val}, fix for times < 1970 il y a 8 ans
syscall_freebsd_arm.go e825973668 unix: unify NsecToTime{spec,val}, fix for times < 1970 il y a 8 ans
syscall_freebsd_test.go 88eb85aaee unix: add tests for *xattr functions il y a 7 ans
syscall_linux.go 3249cb6984 unix: drop incorrect Fsetxattr size return value il y a 7 ans
syscall_linux_386.go fc8bd948cf unix: don't use deprecated syscalls on linux/arm64 il y a 7 ans
syscall_linux_amd64.go fc8bd948cf unix: don't use deprecated syscalls on linux/arm64 il y a 7 ans
syscall_linux_amd64_gc.go d75a526598 x/sys/unix: move gccgo redeclared functions to separate files il y a 9 ans
syscall_linux_arm.go fc8bd948cf unix: don't use deprecated syscalls on linux/arm64 il y a 7 ans
syscall_linux_arm64.go fc8bd948cf unix: don't use deprecated syscalls on linux/arm64 il y a 7 ans
syscall_linux_gc.go 37707fdb30 unix: move gccgo redeclared *SyscallNoError functions to a separate file il y a 8 ans
syscall_linux_gc_386.go 24c297a8f3 unix: support compiling with gccgo on linux/386 il y a 7 ans
syscall_linux_gccgo_386.go 24c297a8f3 unix: support compiling with gccgo on linux/386 il y a 7 ans
syscall_linux_gccgo_arm.go 24c297a8f3 unix: support compiling with gccgo on linux/386 il y a 7 ans
syscall_linux_mips64x.go fc8bd948cf unix: don't use deprecated syscalls on linux/arm64 il y a 7 ans
syscall_linux_mipsx.go c4d1ff19d3 unix: implement pipe() on linux/mips il y a 7 ans
syscall_linux_ppc64x.go fc8bd948cf unix: don't use deprecated syscalls on linux/arm64 il y a 7 ans
syscall_linux_s390x.go fc8bd948cf unix: don't use deprecated syscalls on linux/arm64 il y a 7 ans
syscall_linux_sparc64.go fc8bd948cf unix: don't use deprecated syscalls on linux/arm64 il y a 7 ans
syscall_linux_test.go bd9dbc187b unix: support Faccessat flags argument il y a 7 ans
syscall_netbsd.go f0d5e33068 unix: add *xattr functions on NetBSD il y a 7 ans
syscall_netbsd_386.go e825973668 unix: unify NsecToTime{spec,val}, fix for times < 1970 il y a 8 ans
syscall_netbsd_amd64.go e825973668 unix: unify NsecToTime{spec,val}, fix for times < 1970 il y a 8 ans
syscall_netbsd_arm.go e825973668 unix: unify NsecToTime{spec,val}, fix for times < 1970 il y a 8 ans
syscall_netbsd_test.go f0d5e33068 unix: add *xattr functions on NetBSD il y a 7 ans
syscall_openbsd.go e072cadbbd unix: document IoctlSetWinsize and IoctlSetTermios and fix pointer lifetime il y a 7 ans
syscall_openbsd_386.go e825973668 unix: unify NsecToTime{spec,val}, fix for times < 1970 il y a 8 ans
syscall_openbsd_amd64.go 7f59abf37b unix: update openbsd/amd64 to OpenBSD 6.3 il y a 7 ans
syscall_openbsd_arm.go e825973668 unix: unify NsecToTime{spec,val}, fix for times < 1970 il y a 8 ans
syscall_solaris.go e072cadbbd unix: document IoctlSetWinsize and IoctlSetTermios and fix pointer lifetime il y a 7 ans
syscall_solaris_amd64.go 2de2067aa5 unix: add sendfile support on Solaris il y a 7 ans
syscall_solaris_test.go 801364e02a unix: add Select on Solaris il y a 8 ans
syscall_test.go b8f5ef3219 unix: enable TestUname for all GOOSes il y a 8 ans
syscall_unix.go 1b2967e3c2 unix: implement RFCOMM sockets on Linux il y a 7 ans
syscall_unix_gc.go d75a526598 x/sys/unix: move gccgo redeclared functions to separate files il y a 9 ans
syscall_unix_test.go 7138fd3d9d unix: do not return non-nil error for 0 errno in FcntlInt il y a 7 ans
timestruct.go 9418b3fdda unix: add function for converting time.Time to Timespec il y a 8 ans
timestruct_test.go 9418b3fdda unix: add function for converting time.Time to Timespec il y a 8 ans
types_darwin.go 665f6529cc unix: add Uname on Darwin il y a 8 ans
types_dragonfly.go 1d2aa6dbde unix: add Getcwd to support Getwd on all BSDs il y a 8 ans
types_freebsd.go f62c962c3e unix: add S_IRWXG and S_IRWXO to FreeBSD types il y a 7 ans
types_netbsd.go ee8db001f5 unix: add Fadvise on NetBSD il y a 7 ans
types_openbsd.go 57f5ac0287 unix: add additional file mode bit constants from sys/stat.h on OpenBSD il y a 7 ans
types_solaris.go 661970f62f unix: add Poll function on Solaris il y a 8 ans
xattr_bsd.go f0d5e33068 unix: add *xattr functions on NetBSD il y a 7 ans
xattr_test.go f0d5e33068 unix: add *xattr functions on NetBSD il y a 7 ans
zerrors_darwin_386.go 77b0e43150 unix: add symlink-safe *xattr functions on darwin il y a 7 ans
zerrors_darwin_amd64.go 77b0e43150 unix: add symlink-safe *xattr functions on darwin il y a 7 ans
zerrors_darwin_arm.go 77b0e43150 unix: add symlink-safe *xattr functions on darwin il y a 7 ans
zerrors_darwin_arm64.go 77b0e43150 unix: add symlink-safe *xattr functions on darwin il y a 7 ans
zerrors_dragonfly_amd64.go 6f686a352d unix: add ErrnoName and SignalName il y a 7 ans
zerrors_freebsd_386.go 6f686a352d unix: add ErrnoName and SignalName il y a 7 ans
zerrors_freebsd_amd64.go 6f686a352d unix: add ErrnoName and SignalName il y a 7 ans
zerrors_freebsd_arm.go 6f686a352d unix: add ErrnoName and SignalName il y a 7 ans
zerrors_linux_386.go 2be389f392 unix: add Renameat2 on Linux il y a 7 ans
zerrors_linux_amd64.go 2be389f392 unix: add Renameat2 on Linux il y a 7 ans
zerrors_linux_arm.go 2be389f392 unix: add Renameat2 on Linux il y a 7 ans
zerrors_linux_arm64.go 2be389f392 unix: add Renameat2 on Linux il y a 7 ans
zerrors_linux_mips.go 2be389f392 unix: add Renameat2 on Linux il y a 7 ans
zerrors_linux_mips64.go 2be389f392 unix: add Renameat2 on Linux il y a 7 ans
zerrors_linux_mips64le.go 2be389f392 unix: add Renameat2 on Linux il y a 7 ans
zerrors_linux_mipsle.go 2be389f392 unix: add Renameat2 on Linux il y a 7 ans
zerrors_linux_ppc64.go 2be389f392 unix: add Renameat2 on Linux il y a 7 ans
zerrors_linux_ppc64le.go 2be389f392 unix: add Renameat2 on Linux il y a 7 ans
zerrors_linux_s390x.go 2be389f392 unix: add Renameat2 on Linux il y a 7 ans
zerrors_linux_sparc64.go 9e6071e1da unix: follow convention for generated code comment il y a 7 ans
zerrors_netbsd_386.go f0d5e33068 unix: add *xattr functions on NetBSD il y a 7 ans
zerrors_netbsd_amd64.go f0d5e33068 unix: add *xattr functions on NetBSD il y a 7 ans
zerrors_netbsd_arm.go f0d5e33068 unix: add *xattr functions on NetBSD il y a 7 ans
zerrors_openbsd_386.go 57f5ac0287 unix: add additional file mode bit constants from sys/stat.h on OpenBSD il y a 7 ans
zerrors_openbsd_amd64.go 57f5ac0287 unix: add additional file mode bit constants from sys/stat.h on OpenBSD il y a 7 ans
zerrors_openbsd_arm.go 57f5ac0287 unix: add additional file mode bit constants from sys/stat.h on OpenBSD il y a 7 ans
zerrors_solaris_amd64.go 6f686a352d unix: add ErrnoName and SignalName il y a 7 ans
zptrace386_linux.go 30ef8ff723 unix: single space after period in generated zptrace header il y a 8 ans
zptracearm_linux.go 30ef8ff723 unix: single space after period in generated zptrace header il y a 8 ans
zptracemips_linux.go 30ef8ff723 unix: single space after period in generated zptrace header il y a 8 ans
zptracemipsle_linux.go 30ef8ff723 unix: single space after period in generated zptrace header il y a 8 ans
zsyscall_darwin_386.go 904bdc2570 unix: add F*xattr on Darwin il y a 7 ans
zsyscall_darwin_amd64.go 904bdc2570 unix: add F*xattr on Darwin il y a 7 ans
zsyscall_darwin_arm.go 904bdc2570 unix: add F*xattr on Darwin il y a 7 ans
zsyscall_darwin_arm64.go 904bdc2570 unix: add F*xattr on Darwin il y a 7 ans
zsyscall_dragonfly_amd64.go 7ceb54c841 unix: add Fchmodat on DragonflyBSD il y a 7 ans
zsyscall_freebsd_386.go 2477406b06 unix: add Fstatat on FreeBSD il y a 7 ans
zsyscall_freebsd_amd64.go 2477406b06 unix: add Fstatat on FreeBSD il y a 7 ans
zsyscall_freebsd_arm.go 2477406b06 unix: add Fstatat on FreeBSD il y a 7 ans
zsyscall_linux_386.go 3249cb6984 unix: drop incorrect Fsetxattr size return value il y a 7 ans
zsyscall_linux_amd64.go 3249cb6984 unix: drop incorrect Fsetxattr size return value il y a 7 ans
zsyscall_linux_arm.go 3249cb6984 unix: drop incorrect Fsetxattr size return value il y a 7 ans
zsyscall_linux_arm64.go 3249cb6984 unix: drop incorrect Fsetxattr size return value il y a 7 ans
zsyscall_linux_mips.go 3249cb6984 unix: drop incorrect Fsetxattr size return value il y a 7 ans
zsyscall_linux_mips64.go 3249cb6984 unix: drop incorrect Fsetxattr size return value il y a 7 ans
zsyscall_linux_mips64le.go 3249cb6984 unix: drop incorrect Fsetxattr size return value il y a 7 ans
zsyscall_linux_mipsle.go 3249cb6984 unix: drop incorrect Fsetxattr size return value il y a 7 ans
zsyscall_linux_ppc64.go 3249cb6984 unix: drop incorrect Fsetxattr size return value il y a 7 ans
zsyscall_linux_ppc64le.go 3249cb6984 unix: drop incorrect Fsetxattr size return value il y a 7 ans
zsyscall_linux_s390x.go 3249cb6984 unix: drop incorrect Fsetxattr size return value il y a 7 ans
zsyscall_linux_sparc64.go fc8bd948cf unix: don't use deprecated syscalls on linux/arm64 il y a 7 ans
zsyscall_netbsd_386.go f0d5e33068 unix: add *xattr functions on NetBSD il y a 7 ans
zsyscall_netbsd_amd64.go f0d5e33068 unix: add *xattr functions on NetBSD il y a 7 ans
zsyscall_netbsd_arm.go f0d5e33068 unix: add *xattr functions on NetBSD il y a 7 ans
zsyscall_openbsd_386.go f4b713d596 unix: add Faccessat on OpenBSD il y a 7 ans
zsyscall_openbsd_amd64.go f4b713d596 unix: add Faccessat on OpenBSD il y a 7 ans
zsyscall_openbsd_arm.go f4b713d596 unix: add Faccessat on OpenBSD il y a 7 ans
zsyscall_solaris_amd64.go f24d3d461d unix: add Faccessat on Solaris il y a 7 ans
zsysctl_openbsd_386.go 9e6071e1da unix: follow convention for generated code comment il y a 7 ans
zsysctl_openbsd_amd64.go 9e6071e1da unix: follow convention for generated code comment il y a 7 ans
zsysctl_openbsd_arm.go 9e6071e1da unix: follow convention for generated code comment il y a 7 ans
zsysnum_darwin_386.go 8413e589a2 unix: regenerate for macOS 10.13/iOS 11.1 il y a 8 ans
zsysnum_darwin_amd64.go 8413e589a2 unix: regenerate for macOS 10.13/iOS 11.1 il y a 8 ans
zsysnum_darwin_arm.go 8413e589a2 unix: regenerate for macOS 10.13/iOS 11.1 il y a 8 ans
zsysnum_darwin_arm64.go 8413e589a2 unix: regenerate for macOS 10.13/iOS 11.1 il y a 8 ans
zsysnum_dragonfly_amd64.go 9ccfe848b9 unix: sync with DragonFly BSD 4.8 kernel il y a 8 ans
zsysnum_freebsd_386.go 0f826bdd13 unix: re-enable Capsicum on FreeBSD 386 il y a 8 ans
zsysnum_freebsd_amd64.go 7a4fde3fda unix: add some FreeBSD Capsicum support. il y a 8 ans
zsysnum_freebsd_arm.go 47bdb838cc unix: fix freebsd/arm build, fix freebsd/{386,arm} tests il y a 8 ans
zsysnum_linux_386.go 31e1fafe95 unix: update Linux to v4.13 kernel and v2.26 glibc il y a 8 ans
zsysnum_linux_amd64.go 31e1fafe95 unix: update Linux to v4.13 kernel and v2.26 glibc il y a 8 ans
zsysnum_linux_arm.go 31e1fafe95 unix: update Linux to v4.13 kernel and v2.26 glibc il y a 8 ans
zsysnum_linux_arm64.go 31e1fafe95 unix: update Linux to v4.13 kernel and v2.26 glibc il y a 8 ans
zsysnum_linux_mips.go 31e1fafe95 unix: update Linux to v4.13 kernel and v2.26 glibc il y a 8 ans
zsysnum_linux_mips64.go 31e1fafe95 unix: update Linux to v4.13 kernel and v2.26 glibc il y a 8 ans
zsysnum_linux_mips64le.go 31e1fafe95 unix: update Linux to v4.13 kernel and v2.26 glibc il y a 8 ans
zsysnum_linux_mipsle.go 31e1fafe95 unix: update Linux to v4.13 kernel and v2.26 glibc il y a 8 ans
zsysnum_linux_ppc64.go 3b87a42e50 unix: update Dockerfile to Linux 4.16 and Go 1.10.1 il y a 7 ans
zsysnum_linux_ppc64le.go 3b87a42e50 unix: update Dockerfile to Linux 4.16 and Go 1.10.1 il y a 7 ans
zsysnum_linux_s390x.go a9e25c09b9 unix: update Dockerfile to Ubuntu 18.04, Linux 4.17, and Go 1.10.3 il y a 7 ans
zsysnum_linux_sparc64.go 9e6071e1da unix: follow convention for generated code comment il y a 7 ans
zsysnum_netbsd_386.go 9e6071e1da unix: follow convention for generated code comment il y a 7 ans
zsysnum_netbsd_amd64.go 9e6071e1da unix: follow convention for generated code comment il y a 7 ans
zsysnum_netbsd_arm.go 9e6071e1da unix: follow convention for generated code comment il y a 7 ans
zsysnum_openbsd_386.go 9e6071e1da unix: follow convention for generated code comment il y a 7 ans
zsysnum_openbsd_amd64.go 34b17bdb43 unix: fix OpenBSD codegen to include F_OK il y a 7 ans
zsysnum_openbsd_arm.go 9e6071e1da unix: follow convention for generated code comment il y a 7 ans
ztypes_darwin_386.go 1e3c7779a7 unix: don't export padding fields on Darwin il y a 7 ans
ztypes_darwin_amd64.go 1e3c7779a7 unix: don't export padding fields on Darwin il y a 7 ans
ztypes_darwin_arm.go 1e3c7779a7 unix: don't export padding fields on Darwin il y a 7 ans
ztypes_darwin_arm64.go 1e3c7779a7 unix: don't export padding fields on Darwin il y a 7 ans
ztypes_dragonfly_amd64.go bcaab34b51 unix: don't export padding fields on DragonflyBSD il y a 7 ans
ztypes_freebsd_386.go f62c962c3e unix: add S_IRWXG and S_IRWXO to FreeBSD types il y a 7 ans
ztypes_freebsd_amd64.go f62c962c3e unix: add S_IRWXG and S_IRWXO to FreeBSD types il y a 7 ans
ztypes_freebsd_arm.go f62c962c3e unix: add S_IRWXG and S_IRWXO to FreeBSD types il y a 7 ans
ztypes_linux_386.go 90887a55d6 unix: add IFLA_INFO_KIND on Linux il y a 7 ans
ztypes_linux_amd64.go 90887a55d6 unix: add IFLA_INFO_KIND on Linux il y a 7 ans
ztypes_linux_arm.go 90887a55d6 unix: add IFLA_INFO_KIND on Linux il y a 7 ans
ztypes_linux_arm64.go 90887a55d6 unix: add IFLA_INFO_KIND on Linux il y a 7 ans
ztypes_linux_mips.go 90887a55d6 unix: add IFLA_INFO_KIND on Linux il y a 7 ans
ztypes_linux_mips64.go 90887a55d6 unix: add IFLA_INFO_KIND on Linux il y a 7 ans
ztypes_linux_mips64le.go 90887a55d6 unix: add IFLA_INFO_KIND on Linux il y a 7 ans
ztypes_linux_mipsle.go 90887a55d6 unix: add IFLA_INFO_KIND on Linux il y a 7 ans
ztypes_linux_ppc64.go 90887a55d6 unix: add IFLA_INFO_KIND on Linux il y a 7 ans
ztypes_linux_ppc64le.go 90887a55d6 unix: add IFLA_INFO_KIND on Linux il y a 7 ans
ztypes_linux_s390x.go 90887a55d6 unix: add IFLA_INFO_KIND on Linux il y a 7 ans
ztypes_linux_sparc64.go 2f1e207ee3 unix: add IFLA attributes on linux/sparc64 il y a 7 ans
ztypes_netbsd_386.go ee8db001f5 unix: add Fadvise on NetBSD il y a 7 ans
ztypes_netbsd_amd64.go ee8db001f5 unix: add Fadvise on NetBSD il y a 7 ans
ztypes_netbsd_arm.go ee8db001f5 unix: add Fadvise on NetBSD il y a 7 ans
ztypes_openbsd_386.go 57f5ac0287 unix: add additional file mode bit constants from sys/stat.h on OpenBSD il y a 7 ans
ztypes_openbsd_amd64.go 57f5ac0287 unix: add additional file mode bit constants from sys/stat.h on OpenBSD il y a 7 ans
ztypes_openbsd_arm.go 57f5ac0287 unix: add additional file mode bit constants from sys/stat.h on OpenBSD il y a 7 ans
ztypes_solaris_amd64.go 6035cb031f unix: don't export padding fields on Solaris il y a 7 ans

README.md

Building sys/unix

The sys/unix package provides access to the raw system call interface of the underlying operating system. See: https://godoc.org/golang.org/x/sys/unix

Porting Go to a new architecture/OS combination or adding syscalls, types, or constants to an existing architecture/OS pair requires some manual effort; however, there are tools that automate much of the process.

Build Systems

There are currently two ways we generate the necessary files. We are currently migrating the build system to use containers so the builds are reproducible. This is being done on an OS-by-OS basis. Please update this documentation as components of the build system change.

Old Build System (currently for GOOS != "Linux" || GOARCH == "sparc64")

The old build system generates the Go files based on the C header files present on your system. This means that files for a given GOOS/GOARCH pair must be generated on a system with that OS and architecture. This also means that the generated code can differ from system to system, based on differences in the header files.

To avoid this, if you are using the old build system, only generate the Go files on an installation with unmodified header files. It is also important to keep track of which version of the OS the files were generated from (ex. Darwin 14 vs Darwin 15). This makes it easier to track the progress of changes and have each OS upgrade correspond to a single change.

To build the files for your current OS and architecture, make sure GOOS and GOARCH are set correctly and run mkall.sh. This will generate the files for your specific system. Running mkall.sh -n shows the commands that will be run.

Requirements: bash, perl, go

New Build System (currently for GOOS == "Linux" && GOARCH != "sparc64")

The new build system uses a Docker container to generate the go files directly from source checkouts of the kernel and various system libraries. This means that on any platform that supports Docker, all the files using the new build system can be generated at once, and generated files will not change based on what the person running the scripts has installed on their computer.

The OS specific files for the new build system are located in the ${GOOS} directory, and the build is coordinated by the ${GOOS}/mkall.go program. When the kernel or system library updates, modify the Dockerfile at ${GOOS}/Dockerfile to checkout the new release of the source.

To build all the files under the new build system, you must be on an amd64/Linux system and have your GOOS and GOARCH set accordingly. Running mkall.sh will then generate all of the files for all of the GOOS/GOARCH pairs in the new build system. Running mkall.sh -n shows the commands that will be run.

Requirements: bash, perl, go, docker

Component files

This section describes the various files used in the code generation process. It also contains instructions on how to modify these files to add a new architecture/OS or to add additional syscalls, types, or constants. Note that if you are using the new build system, the scripts cannot be called normally. They must be called from within the docker container.

asm files

The hand-written assembly file at asm_${GOOS}_${GOARCH}.s implements system call dispatch. There are three entry points:

  func Syscall(trap, a1, a2, a3 uintptr) (r1, r2, err uintptr)
  func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2, err uintptr)
  func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2, err uintptr)

The first and second are the standard ones; they differ only in how many arguments can be passed to the kernel. The third is for low-level use by the ForkExec wrapper. Unlike the first two, it does not call into the scheduler to let it know that a system call is running.

When porting Go to an new architecture/OS, this file must be implemented for each GOOS/GOARCH pair.

mksysnum

Mksysnum is a script located at ${GOOS}/mksysnum.pl (or mksysnum_${GOOS}.pl for the old system). This script takes in a list of header files containing the syscall number declarations and parses them to produce the corresponding list of Go numeric constants. See zsysnum_${GOOS}_${GOARCH}.go for the generated constants.

Adding new syscall numbers is mostly done by running the build on a sufficiently new installation of the target OS (or updating the source checkouts for the new build system). However, depending on the OS, you make need to update the parsing in mksysnum.

mksyscall.pl

The syscall.go, syscall_${GOOS}.go, syscall_${GOOS}_${GOARCH}.go are hand-written Go files which implement system calls (for unix, the specific OS, or the specific OS/Architecture pair respectively) that need special handling and list //sys comments giving prototypes for ones that can be generated.

The mksyscall.pl script takes the //sys and //sysnb comments and converts them into syscalls. This requires the name of the prototype in the comment to match a syscall number in the zsysnum_${GOOS}_${GOARCH}.go file. The function prototype can be exported (capitalized) or not.

Adding a new syscall often just requires adding a new //sys function prototype with the desired arguments and a capitalized name so it is exported. However, if you want the interface to the syscall to be different, often one will make an unexported //sys prototype, an then write a custom wrapper in syscall_${GOOS}.go.

types files

For each OS, there is a hand-written Go file at ${GOOS}/types.go (or types_${GOOS}.go on the old system). This file includes standard C headers and creates Go type aliases to the corresponding C types. The file is then fed through godef to get the Go compatible definitions. Finally, the generated code is fed though mkpost.go to format the code correctly and remove any hidden or private identifiers. This cleaned-up code is written to ztypes_${GOOS}_${GOARCH}.go.

The hardest part about preparing this file is figuring out which headers to include and which symbols need to be #defined to get the actual data structures that pass through to the kernel system calls. Some C libraries preset alternate versions for binary compatibility and translate them on the way in and out of system calls, but there is almost always a #define that can get the real ones. See types_darwin.go and linux/types.go for examples.

To add a new type, add in the necessary include statement at the top of the file (if it is not already there) and add in a type alias line. Note that if your type is significantly different on different architectures, you may need some #if/#elif macros in your include statements.

mkerrors.sh

This script is used to generate the system's various constants. This doesn't just include the error numbers and error strings, but also the signal numbers an a wide variety of miscellaneous constants. The constants come from the list of include files in the includes_${uname} variable. A regex then picks out the desired #define statements, and generates the corresponding Go constants. The error numbers and strings are generated from #include <errno.h>, and the signal numbers and strings are generated from #include <signal.h>. All of these constants are written to zerrors_${GOOS}_${GOARCH}.go via a C program, _errors.c, which prints out all the constants.

To add a constant, add the header that includes it to the appropriate variable. Then, edit the regex (if necessary) to match the desired constant. Avoid making the regex too broad to avoid matching unintended constants.

Generated files

zerror_${GOOS}_${GOARCH}.go

A file containing all of the system's generated error numbers, error strings, signal numbers, and constants. Generated by mkerrors.sh (see above).

zsyscall_${GOOS}_${GOARCH}.go

A file containing all the generated syscalls for a specific GOOS and GOARCH. Generated by mksyscall.pl (see above).

zsysnum_${GOOS}_${GOARCH}.go

A list of numeric constants for all the syscall number of the specific GOOS and GOARCH. Generated by mksysnum (see above).

ztypes_${GOOS}_${GOARCH}.go

A file containing Go types for passing into (or returning from) syscalls. Generated by godefs and the types file (see above).