Keith Randall 93c9922d18 unix: fix Getdirentries on 32-bit freebsd 12 6 năm trước cách đây
..
linux adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
.gitignore 76c138986e unix: add unix.test to .gitignore 8 năm trước cách đây
README.md 983097b1a8 unix: replace Perl script references in "README.md" with Go programs 6 năm trước cách đây
affinity_linux.go 8f27ce8a60 unix: fix cpuset size argument in sched_affinity syscall 7 năm trước cách đây
aliases.go d99a578cf4 unix: code for AIX ppc and ppc64, for gccgo 7 năm trước cách đây
asm_aix_ppc64.s 8f1d3d21f8 unix: add support for aix/ppc64, gc implementation 7 năm trước cách đây
asm_darwin_386.s e11762ca30 unix: add gccgo support 10 năm trước cách đây
asm_darwin_amd64.s e11762ca30 unix: add gccgo support 10 năm trước cách đây
asm_darwin_arm.s 785372d7b0 unix: add darwin/arm support 10 năm trước cách đây
asm_darwin_arm64.s 58e109635f unix: add darwin/arm64 support 10 năm trước cách đây
asm_dragonfly_amd64.s 64746a42f3 unix: address vet's finding of wrong argument size 7 năm trước cách đây
asm_freebsd_386.s e11762ca30 unix: add gccgo support 10 năm trước cách đây
asm_freebsd_amd64.s e11762ca30 unix: add gccgo support 10 năm trước cách đây
asm_freebsd_arm.s e11762ca30 unix: add gccgo support 10 năm trước cách đây
asm_freebsd_arm64.s a91c4d227e unix: add support for freebsd/arm64 7 năm trước cách đây
asm_linux_386.s 28a7276518 unix: add SyscallNoError and RawSyscallNoError on Linux 8 năm trước cách đây
asm_linux_amd64.s 28a7276518 unix: add SyscallNoError and RawSyscallNoError on Linux 8 năm trước cách đây
asm_linux_arm.s 810d700034 unix: match seek argument size to signature on linux/arm 8 năm trước cách đây
asm_linux_arm64.s a3f2cbd54c unix: fix typo in unix/asm_linux_arm64.s made in 28a7276 8 năm trước cách đây
asm_linux_mips64x.s 28a7276518 unix: add SyscallNoError and RawSyscallNoError on Linux 8 năm trước cách đây
asm_linux_mipsx.s 28a7276518 unix: add SyscallNoError and RawSyscallNoError on Linux 8 năm trước cách đây
asm_linux_ppc64x.s 7155702f2d unix: fix errors in syscalls when using -linkshared on ppc64x 7 năm trước cách đây
asm_linux_riscv64.s 4c3a928424 unix: provide linux/riscv64 assembly for syscalls 6 năm trước cách đây
asm_linux_s390x.s 28a7276518 unix: add SyscallNoError and RawSyscallNoError on Linux 8 năm trước cách đây
asm_netbsd_386.s e11762ca30 unix: add gccgo support 10 năm trước cách đây
asm_netbsd_amd64.s e11762ca30 unix: add gccgo support 10 năm trước cách đây
asm_netbsd_arm.s e11762ca30 unix: add gccgo support 10 năm trước cách đây
asm_netbsd_arm64.s 770c60269b unix: add netbsd/arm64 files. 6 năm trước cách đây
asm_openbsd_386.s e11762ca30 unix: add gccgo support 10 năm trước cách đây
asm_openbsd_amd64.s e11762ca30 unix: add gccgo support 10 năm trước cách đây
asm_openbsd_arm.s b0e0dd7297 unix: add openbsd/arm support (in theory) 8 năm trước cách đây
asm_openbsd_arm64.s 4347357a82 unix: add support for openbsd/arm64 6 năm trước cách đây
asm_solaris_amd64.s f888ac0c35 unix: fix vet warnings on solaris 8 năm trước cách đây
bluetooth_linux.go 8aa0c605e5 syscall: add bluetooth constants for linux 9 năm trước cách đây
cap_freebsd.go 6f686a352d unix: add ErrnoName and SignalName 7 năm trước cách đây
constants.go d99a578cf4 unix: code for AIX ppc and ppc64, for gccgo 7 năm trước cách đây
creds_test.go d0faeb5398 unix: fix TestSCMCredentials to not fail when root 7 năm trước cách đây
darwin_test.go 9fbf701fc3 unix: reverse default for 1.11/1.12 split 7 năm trước cách đây
dev_aix_ppc.go 1561086e64 unix: add Termio, Winsize, Statfs_t, TC[GS]ET, Mkdir and Mknod for AIX 7 năm trước cách đây
dev_aix_ppc64.go 1561086e64 unix: add Termio, Winsize, Statfs_t, TC[GS]ET, Mkdir and Mknod for AIX 7 năm trước cách đây
dev_darwin.go 804a9fee62 unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD 8 năm trước cách đây
dev_dragonfly.go 804a9fee62 unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD 8 năm trước cách đây
dev_freebsd.go 804a9fee62 unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD 8 năm trước cách đây
dev_linux.go 7a85bfad8b unix: fix potential overflow in Mkdev on Linux 8 năm trước cách đây
dev_linux_test.go 04b83988a0 unix: fix or skip failing tests on android and iOS 7 năm trước cách đây
dev_netbsd.go 804a9fee62 unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD 8 năm trước cách đây
dev_openbsd.go 033028a6b4 unix: add Major, Minor and Mkdev functions on OpenBSD 8 năm trước cách đây
dirent.go d99a578cf4 unix: code for AIX ppc and ppc64, for gccgo 7 năm trước cách đây
endian_big.go 7de4796419 unix: add mips and mipsle to endian files 8 năm trước cách đây
endian_little.go 7de4796419 unix: add mips and mipsle to endian files 8 năm trước cách đây
env_unix.go d99a578cf4 unix: code for AIX ppc and ppc64, for gccgo 7 năm trước cách đây
errors_freebsd_386.go 0f826bdd13 unix: re-enable Capsicum on FreeBSD 386 8 năm trước cách đây
errors_freebsd_amd64.go 0f826bdd13 unix: re-enable Capsicum on FreeBSD 386 8 năm trước cách đây
errors_freebsd_arm.go 47bdb838cc unix: fix freebsd/arm build, fix freebsd/{386,arm} tests 8 năm trước cách đây
example_exec_test.go 4d1cda033e unix: remove Flock syscall for aix 7 năm trước cách đây
example_flock_test.go 4d1cda033e unix: remove Flock syscall for aix 7 năm trước cách đây
export_test.go d99a578cf4 unix: code for AIX ppc and ppc64, for gccgo 7 năm trước cách đây
fcntl.go 1775db3f06 unix: make Fcntl* routines use libSystem on Darwin 7 năm trước cách đây
fcntl_darwin.go 1775db3f06 unix: make Fcntl* routines use libSystem on Darwin 7 năm trước cách đây
fcntl_linux_32bit.go 1d206c9fa8 unix: add FcntlInt 7 năm trước cách đây
gccgo.go d99a578cf4 unix: code for AIX ppc and ppc64, for gccgo 7 năm trước cách đây
gccgo_c.c d99a578cf4 unix: code for AIX ppc and ppc64, for gccgo 7 năm trước cách đây
gccgo_linux_amd64.go 9e4fff1f4d all: single space after period 8 năm trước cách đây
ioctl.go 1561086e64 unix: add Termio, Winsize, Statfs_t, TC[GS]ET, Mkdir and Mknod for AIX 7 năm trước cách đây
mkall.sh c0b26311cb unix: support generating netbsd/arm64 files in mkall.sh 6 năm trước cách đây
mkasm_darwin.go 9fbf701fc3 unix: reverse default for 1.11/1.12 split 7 năm trước cách đây
mkerrors.sh abf6ff7781 unix: add MCAST_* constants on linux 6 năm trước cách đây
mkpost.go ad400b1274 unix: remove StTimespec type on AIX 6 năm trước cách đây
mksyscall.go 81d4e9dc47 unix: don't generate raw syscall wrapper for ClockGettime on darwin 6 năm trước cách đây
mksyscall_aix_ppc.go f0ce4c0180 unix: add Select syscall on AIX 6 năm trước cách đây
mksyscall_aix_ppc64.go f0ce4c0180 unix: add Select syscall on AIX 6 năm trước cách đây
mksyscall_solaris.go cea5d2f6b4 unix: replace "mksyscall_solaris.pl" script with a Go program 6 năm trước cách đây
mksysctl_openbsd.go 804c0c7841 unix: replace "mksysctl_openbsd.pl" script with a Go program 6 năm trước cách đây
mksysnum.go 48ac38b7c8 unix: get *BSD syscalls.master files using HTTPS 7 năm trước cách đây
mmap_unix_test.go d99a578cf4 unix: code for AIX ppc and ppc64, for gccgo 7 năm trước cách đây
openbsd_test.go 98c5dad5d1 unix: update the OpenBSD pledge interface to handle execpromises 7 năm trước cách đây
pagesize_unix.go d99a578cf4 unix: code for AIX ppc and ppc64, for gccgo 7 năm trước cách đây
pledge_openbsd.go 82968946f5 unix: remove arch specific build for openbsd_pledge.go 6 năm trước cách đây
race.go 9e4fff1f4d all: single space after period 8 năm trước cách đây
race0.go d99a578cf4 unix: code for AIX ppc and ppc64, for gccgo 7 năm trước cách đây
sendfile_test.go 36ca6f176f unix: add Sendfile test 7 năm trước cách đây
sockcmsg_linux.go 9e4fff1f4d all: single space after period 8 năm trước cách đây
sockcmsg_unix.go 3ef323f4f1 unix: add illumos case 6 năm trước cách đây
str.go d99a578cf4 unix: code for AIX ppc and ppc64, for gccgo 7 năm trước cách đây
syscall.go 050d976686 unix: drop reference to mkunix.pl from comment 6 năm trước cách đây
syscall_aix.go ad400b1274 unix: remove StTimespec type on AIX 6 năm trước cách đây
syscall_aix_ppc.go ad400b1274 unix: remove StTimespec type on AIX 6 năm trước cách đây
syscall_aix_ppc64.go ad400b1274 unix: remove StTimespec type on AIX 6 năm trước cách đây
syscall_aix_test.go c432e742b0 unix: remove unused stringsFromByteSlice for tests on aix 6 năm trước cách đây
syscall_bsd.go 1b2967e3c2 unix: implement RFCOMM sockets on Linux 7 năm trước cách đây
syscall_bsd_test.go b09afc3d57 unix: add MNT_* flags on OpenBSD 7 năm trước cách đây
syscall_darwin.go e4093980e8 unix: add SysctlClockinfo on darwin 6 năm trước cách đây
syscall_darwin_386.go a79f1b1907 unix: fix unused import in syscall_darwin_386.go 7 năm trước cách đây
syscall_darwin_amd64.go 7c4c994c65 unix: remove raw syscall from Sendfile 7 năm trước cách đây
syscall_darwin_arm.go 7c4c994c65 unix: remove raw syscall from Sendfile 7 năm trước cách đây
syscall_darwin_arm64.go 7c4c994c65 unix: remove raw syscall from Sendfile 7 năm trước cách đây
syscall_darwin_libSystem.go 9fbf701fc3 unix: reverse default for 1.11/1.12 split 7 năm trước cách đây
syscall_darwin_test.go cab07311ab unix: fix TestStatFieldNames on aix and TestUtimesNanoAt on darwin 6 năm trước cách đây
syscall_dragonfly.go 5552a988b7 unix: add Renameat on dragonfly 6 năm trước cách đây
syscall_dragonfly_amd64.go e825973668 unix: unify NsecToTime{spec,val}, fix for times < 1970 8 năm trước cách đây
syscall_freebsd.go 93c9922d18 unix: fix Getdirentries on 32-bit freebsd 12 6 năm trước cách đây
syscall_freebsd_386.go e825973668 unix: unify NsecToTime{spec,val}, fix for times < 1970 8 năm trước cách đây
syscall_freebsd_amd64.go e825973668 unix: unify NsecToTime{spec,val}, fix for times < 1970 8 năm trước cách đây
syscall_freebsd_arm.go e825973668 unix: unify NsecToTime{spec,val}, fix for times < 1970 8 năm trước cách đây
syscall_freebsd_arm64.go a91c4d227e unix: add support for freebsd/arm64 7 năm trước cách đây
syscall_freebsd_test.go 88eb85aaee unix: add tests for *xattr functions 7 năm trước cách đây
syscall_linux.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
syscall_linux_386.go e5ecc2a674 unix: use Renameat2 to implement Renameat on linux/riscv64 6 năm trước cách đây
syscall_linux_amd64.go e5ecc2a674 unix: use Renameat2 to implement Renameat on linux/riscv64 6 năm trước cách đây
syscall_linux_amd64_gc.go d75a526598 x/sys/unix: move gccgo redeclared functions to separate files 9 năm trước cách đây
syscall_linux_arm.go ecd444e865 unix: export KexecFileLoad on linux/arm 6 năm trước cách đây
syscall_linux_arm64.go e844e0132e unix: update Dockerfile to Go 1.12 and Linux 5.0 6 năm trước cách đây
syscall_linux_gc.go 37707fdb30 unix: move gccgo redeclared *SyscallNoError functions to a separate file 7 năm trước cách đây
syscall_linux_gc_386.go 24c297a8f3 unix: support compiling with gccgo on linux/386 7 năm trước cách đây
syscall_linux_gccgo_386.go 24c297a8f3 unix: support compiling with gccgo on linux/386 7 năm trước cách đây
syscall_linux_gccgo_arm.go 24c297a8f3 unix: support compiling with gccgo on linux/386 7 năm trước cách đây
syscall_linux_mips64x.go e5ecc2a674 unix: use Renameat2 to implement Renameat on linux/riscv64 6 năm trước cách đây
syscall_linux_mipsx.go e5ecc2a674 unix: use Renameat2 to implement Renameat on linux/riscv64 6 năm trước cách đây
syscall_linux_ppc64x.go e5ecc2a674 unix: use Renameat2 to implement Renameat on linux/riscv64 6 năm trước cách đây
syscall_linux_riscv64.go e844e0132e unix: update Dockerfile to Go 1.12 and Linux 5.0 6 năm trước cách đây
syscall_linux_s390x.go e5ecc2a674 unix: use Renameat2 to implement Renameat on linux/riscv64 6 năm trước cách đây
syscall_linux_sparc64.go e5ecc2a674 unix: use Renameat2 to implement Renameat on linux/riscv64 6 năm trước cách đây
syscall_linux_test.go a129542de9 unix: skip TestOpenByHandleAt if name_to_handle_at not supported 6 năm trước cách đây
syscall_netbsd.go 7c4c994c65 unix: remove raw syscall from Sendfile 7 năm trước cách đây
syscall_netbsd_386.go e825973668 unix: unify NsecToTime{spec,val}, fix for times < 1970 8 năm trước cách đây
syscall_netbsd_amd64.go e825973668 unix: unify NsecToTime{spec,val}, fix for times < 1970 8 năm trước cách đây
syscall_netbsd_arm.go e825973668 unix: unify NsecToTime{spec,val}, fix for times < 1970 8 năm trước cách đây
syscall_netbsd_arm64.go 770c60269b unix: add netbsd/arm64 files. 6 năm trước cách đây
syscall_netbsd_test.go 66b7b1311a unix: add IoctlGetPtmget on netbsd 7 năm trước cách đây
syscall_openbsd.go 6c81ef8f67 unix: add SysctlClockinfo on OpenBSD 6 năm trước cách đây
syscall_openbsd_386.go eda9bb28ed unix: update syscall numbers to OpenBSD 6.4 7 năm trước cách đây
syscall_openbsd_amd64.go 7f59abf37b unix: update openbsd/amd64 to OpenBSD 6.3 7 năm trước cách đây
syscall_openbsd_arm.go eda9bb28ed unix: update syscall numbers to OpenBSD 6.4 7 năm trước cách đây
syscall_openbsd_arm64.go 4347357a82 unix: add support for openbsd/arm64 6 năm trước cách đây
syscall_openbsd_test.go 6c81ef8f67 unix: add SysctlClockinfo on OpenBSD 6 năm trước cách đây
syscall_solaris.go 7c4c994c65 unix: remove raw syscall from Sendfile 7 năm trước cách đây
syscall_solaris_amd64.go 2de2067aa5 unix: add sendfile support on Solaris 7 năm trước cách đây
syscall_solaris_test.go 801364e02a unix: add Select on Solaris 8 năm trước cách đây
syscall_test.go ad400b1274 unix: remove StTimespec type on AIX 6 năm trước cách đây
syscall_unix.go 4b34438f7a unix: allow empty string argument to SetsockoptString 6 năm trước cách đây
syscall_unix_gc.go 7155702f2d unix: fix errors in syscalls when using -linkshared on ppc64x 7 năm trước cách đây
syscall_unix_gc_ppc64x.go 7155702f2d unix: fix errors in syscalls when using -linkshared on ppc64x 7 năm trước cách đây
syscall_unix_test.go 69e3a3a65b unix: fix TestFchmodat on illumos 6 năm trước cách đây
timestruct.go d99a578cf4 unix: code for AIX ppc and ppc64, for gccgo 7 năm trước cách đây
timestruct_test.go d99a578cf4 unix: code for AIX ppc and ppc64, for gccgo 7 năm trước cách đây
types_aix.go 0e01d883c5 unix: add RawSockaddrDatalink on aix 6 năm trước cách đây
types_darwin.go e4093980e8 unix: add SysctlClockinfo on darwin 6 năm trước cách đây
types_dragonfly.go 8469e31483 unix: export sizeof consts 7 năm trước cách đây
types_freebsd.go 3a27cdcbcf unix: don't use deprecated sys/capability.h header on FreeBSD 7 năm trước cách đây
types_netbsd.go 66b7b1311a unix: add IoctlGetPtmget on netbsd 7 năm trước cách đây
types_openbsd.go 6c81ef8f67 unix: add SysctlClockinfo on OpenBSD 6 năm trước cách đây
types_solaris.go 8469e31483 unix: export sizeof consts 7 năm trước cách đây
unveil_openbsd.go 82968946f5 unix: remove arch specific build for openbsd_pledge.go 6 năm trước cách đây
xattr_bsd.go 9b800f95db unix: avoid index out of range in *setxattr on BSD 7 năm trước cách đây
xattr_test.go 9b800f95db unix: avoid index out of range in *setxattr on BSD 7 năm trước cách đây
zerrors_aix_ppc.go d20716ef9d unix: use nsendmsg and nrecvmsg on AIX 6 năm trước cách đây
zerrors_aix_ppc64.go d20716ef9d unix: use nsendmsg and nrecvmsg on AIX 6 năm trước cách đây
zerrors_darwin_386.go 77b0e43150 unix: add symlink-safe *xattr functions on darwin 7 năm trước cách đây
zerrors_darwin_amd64.go 77b0e43150 unix: add symlink-safe *xattr functions on darwin 7 năm trước cách đây
zerrors_darwin_arm.go 77b0e43150 unix: add symlink-safe *xattr functions on darwin 7 năm trước cách đây
zerrors_darwin_arm64.go 77b0e43150 unix: add symlink-safe *xattr functions on darwin 7 năm trước cách đây
zerrors_dragonfly_amd64.go f02c79500a unix: add MNT_* flags on DragonflyBSD 7 năm trước cách đây
zerrors_freebsd_386.go 1c9583448a unix: add additional file mode bit constants from sys/stat.h on FreeBSD 7 năm trước cách đây
zerrors_freebsd_amd64.go 1c9583448a unix: add additional file mode bit constants from sys/stat.h on FreeBSD 7 năm trước cách đây
zerrors_freebsd_arm.go 1c9583448a unix: add additional file mode bit constants from sys/stat.h on FreeBSD 7 năm trước cách đây
zerrors_freebsd_arm64.go a91c4d227e unix: add support for freebsd/arm64 7 năm trước cách đây
zerrors_linux_386.go abf6ff7781 unix: add MCAST_* constants on linux 6 năm trước cách đây
zerrors_linux_amd64.go abf6ff7781 unix: add MCAST_* constants on linux 6 năm trước cách đây
zerrors_linux_arm.go abf6ff7781 unix: add MCAST_* constants on linux 6 năm trước cách đây
zerrors_linux_arm64.go abf6ff7781 unix: add MCAST_* constants on linux 6 năm trước cách đây
zerrors_linux_mips.go abf6ff7781 unix: add MCAST_* constants on linux 6 năm trước cách đây
zerrors_linux_mips64.go abf6ff7781 unix: add MCAST_* constants on linux 6 năm trước cách đây
zerrors_linux_mips64le.go abf6ff7781 unix: add MCAST_* constants on linux 6 năm trước cách đây
zerrors_linux_mipsle.go abf6ff7781 unix: add MCAST_* constants on linux 6 năm trước cách đây
zerrors_linux_ppc64.go abf6ff7781 unix: add MCAST_* constants on linux 6 năm trước cách đây
zerrors_linux_ppc64le.go abf6ff7781 unix: add MCAST_* constants on linux 6 năm trước cách đây
zerrors_linux_riscv64.go abf6ff7781 unix: add MCAST_* constants on linux 6 năm trước cách đây
zerrors_linux_s390x.go abf6ff7781 unix: add MCAST_* constants on linux 6 năm trước cách đây
zerrors_linux_sparc64.go abf6ff7781 unix: add MCAST_* constants on linux 6 năm trước cách đây
zerrors_netbsd_386.go 2f1df4e56c unix: add additional rlimit resource constants on NetBSD 7 năm trước cách đây
zerrors_netbsd_amd64.go 2f1df4e56c unix: add additional rlimit resource constants on NetBSD 7 năm trước cách đây
zerrors_netbsd_arm.go 2f1df4e56c unix: add additional rlimit resource constants on NetBSD 7 năm trước cách đây
zerrors_netbsd_arm64.go 770c60269b unix: add netbsd/arm64 files. 6 năm trước cách đây
zerrors_openbsd_386.go b09afc3d57 unix: add MNT_* flags on OpenBSD 7 năm trước cách đây
zerrors_openbsd_amd64.go 679a27dec1 unix: add SysctlUvmexp on OpenBSD 7 năm trước cách đây
zerrors_openbsd_arm.go b09afc3d57 unix: add MNT_* flags on OpenBSD 7 năm trước cách đây
zerrors_openbsd_arm64.go 4347357a82 unix: add support for openbsd/arm64 6 năm trước cách đây
zerrors_solaris_amd64.go 3b58ed4ad3 unix: add additional file mode bit constants from sys/stat.h on Solaris 7 năm trước cách đây
zptrace386_linux.go 30ef8ff723 unix: single space after period in generated zptrace header 8 năm trước cách đây
zptracearm_linux.go 30ef8ff723 unix: single space after period in generated zptrace header 8 năm trước cách đây
zptracemips_linux.go 30ef8ff723 unix: single space after period in generated zptrace header 8 năm trước cách đây
zptracemipsle_linux.go 30ef8ff723 unix: single space after period in generated zptrace header 8 năm trước cách đây
zsyscall_aix_ppc.go ad400b1274 unix: remove StTimespec type on AIX 6 năm trước cách đây
zsyscall_aix_ppc64.go ad400b1274 unix: remove StTimespec type on AIX 6 năm trước cách đây
zsyscall_aix_ppc64_gc.go ad400b1274 unix: remove StTimespec type on AIX 6 năm trước cách đây
zsyscall_aix_ppc64_gccgo.go ad400b1274 unix: remove StTimespec type on AIX 6 năm trước cách đây
zsyscall_darwin_386.1_11.go 9fbf701fc3 unix: reverse default for 1.11/1.12 split 7 năm trước cách đây
zsyscall_darwin_386.go 8ff4e546d4 unix: add space to generated code 7 năm trước cách đây
zsyscall_darwin_386.s 7c4c994c65 unix: remove raw syscall from Sendfile 7 năm trước cách đây
zsyscall_darwin_amd64.1_11.go baf5eb976a unix: remove ClockGettime for darwin/amd64 on Go 1.11 6 năm trước cách đây
zsyscall_darwin_amd64.go 3b52091055 unix: add ClockGettime on darwin/amd64 6 năm trước cách đây
zsyscall_darwin_amd64.s 3b52091055 unix: add ClockGettime on darwin/amd64 6 năm trước cách đây
zsyscall_darwin_arm.1_11.go 9fbf701fc3 unix: reverse default for 1.11/1.12 split 7 năm trước cách đây
zsyscall_darwin_arm.go 8ff4e546d4 unix: add space to generated code 7 năm trước cách đây
zsyscall_darwin_arm.s 7c4c994c65 unix: remove raw syscall from Sendfile 7 năm trước cách đây
zsyscall_darwin_arm64.1_11.go 9fbf701fc3 unix: reverse default for 1.11/1.12 split 7 năm trước cách đây
zsyscall_darwin_arm64.go 8ff4e546d4 unix: add space to generated code 7 năm trước cách đây
zsyscall_darwin_arm64.s 7c4c994c65 unix: remove raw syscall from Sendfile 7 năm trước cách đây
zsyscall_dragonfly_amd64.go 5552a988b7 unix: add Renameat on dragonfly 6 năm trước cách đây
zsyscall_freebsd_386.go 93c9922d18 unix: fix Getdirentries on 32-bit freebsd 12 6 năm trước cách đây
zsyscall_freebsd_amd64.go 93c9922d18 unix: fix Getdirentries on 32-bit freebsd 12 6 năm trước cách đây
zsyscall_freebsd_arm.go 93c9922d18 unix: fix Getdirentries on 32-bit freebsd 12 6 năm trước cách đây
zsyscall_freebsd_arm64.go 93c9922d18 unix: fix Getdirentries on 32-bit freebsd 12 6 năm trước cách đây
zsyscall_linux_386.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
zsyscall_linux_amd64.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
zsyscall_linux_arm.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
zsyscall_linux_arm64.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
zsyscall_linux_mips.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
zsyscall_linux_mips64.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
zsyscall_linux_mips64le.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
zsyscall_linux_mipsle.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
zsyscall_linux_ppc64.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
zsyscall_linux_ppc64le.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
zsyscall_linux_riscv64.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
zsyscall_linux_s390x.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
zsyscall_linux_sparc64.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
zsyscall_netbsd_386.go 4ed8d59d0b unix: replace "mksyscall.pl" script with a Go program 7 năm trước cách đây
zsyscall_netbsd_amd64.go 4ed8d59d0b unix: replace "mksyscall.pl" script with a Go program 7 năm trước cách đây
zsyscall_netbsd_arm.go 4ed8d59d0b unix: replace "mksyscall.pl" script with a Go program 7 năm trước cách đây
zsyscall_netbsd_arm64.go 770c60269b unix: add netbsd/arm64 files. 6 năm trước cách đây
zsyscall_openbsd_386.go 4ed8d59d0b unix: replace "mksyscall.pl" script with a Go program 7 năm trước cách đây
zsyscall_openbsd_amd64.go 4ed8d59d0b unix: replace "mksyscall.pl" script with a Go program 7 năm trước cách đây
zsyscall_openbsd_arm.go 4ed8d59d0b unix: replace "mksyscall.pl" script with a Go program 7 năm trước cách đây
zsyscall_openbsd_arm64.go 4347357a82 unix: add support for openbsd/arm64 6 năm trước cách đây
zsyscall_solaris_amd64.go cea5d2f6b4 unix: replace "mksyscall_solaris.pl" script with a Go program 6 năm trước cách đây
zsysctl_openbsd_386.go 804c0c7841 unix: replace "mksysctl_openbsd.pl" script with a Go program 6 năm trước cách đây
zsysctl_openbsd_amd64.go 804c0c7841 unix: replace "mksysctl_openbsd.pl" script with a Go program 6 năm trước cách đây
zsysctl_openbsd_arm.go 804c0c7841 unix: replace "mksysctl_openbsd.pl" script with a Go program 6 năm trước cách đây
zsysctl_openbsd_arm64.go 804c0c7841 unix: replace "mksysctl_openbsd.pl" script with a Go program 6 năm trước cách đây
zsysnum_darwin_386.go 367055b3f9 unix: replace mksysnum_*.pl scripts with Go program 7 năm trước cách đây
zsysnum_darwin_amd64.go f54c5e0abf unix: update zsysnum_darwin_amd64 for macOS 10.14 6 năm trước cách đây
zsysnum_darwin_arm.go 367055b3f9 unix: replace mksysnum_*.pl scripts with Go program 7 năm trước cách đây
zsysnum_darwin_arm64.go 367055b3f9 unix: replace mksysnum_*.pl scripts with Go program 7 năm trước cách đây
zsysnum_dragonfly_amd64.go 48ac38b7c8 unix: get *BSD syscalls.master files using HTTPS 7 năm trước cách đây
zsysnum_freebsd_386.go 48ac38b7c8 unix: get *BSD syscalls.master files using HTTPS 7 năm trước cách đây
zsysnum_freebsd_amd64.go 48ac38b7c8 unix: get *BSD syscalls.master files using HTTPS 7 năm trước cách đây
zsysnum_freebsd_arm.go 48ac38b7c8 unix: get *BSD syscalls.master files using HTTPS 7 năm trước cách đây
zsysnum_freebsd_arm64.go d57399882c unix: regenerate sysnum files for freebsd/arm64 and netbsd/arm64 6 năm trước cách đây
zsysnum_linux_386.go 2953c62de4 unix: update Dockerfile to Linux 5.1 6 năm trước cách đây
zsysnum_linux_amd64.go 2953c62de4 unix: update Dockerfile to Linux 5.1 6 năm trước cách đây
zsysnum_linux_arm.go 2953c62de4 unix: update Dockerfile to Linux 5.1 6 năm trước cách đây
zsysnum_linux_arm64.go 2953c62de4 unix: update Dockerfile to Linux 5.1 6 năm trước cách đây
zsysnum_linux_mips.go 2953c62de4 unix: update Dockerfile to Linux 5.1 6 năm trước cách đây
zsysnum_linux_mips64.go 2953c62de4 unix: update Dockerfile to Linux 5.1 6 năm trước cách đây
zsysnum_linux_mips64le.go 2953c62de4 unix: update Dockerfile to Linux 5.1 6 năm trước cách đây
zsysnum_linux_mipsle.go 2953c62de4 unix: update Dockerfile to Linux 5.1 6 năm trước cách đây
zsysnum_linux_ppc64.go 2953c62de4 unix: update Dockerfile to Linux 5.1 6 năm trước cách đây
zsysnum_linux_ppc64le.go 2953c62de4 unix: update Dockerfile to Linux 5.1 6 năm trước cách đây
zsysnum_linux_riscv64.go 2953c62de4 unix: update Dockerfile to Linux 5.1 6 năm trước cách đây
zsysnum_linux_s390x.go 2953c62de4 unix: update Dockerfile to Linux 5.1 6 năm trước cách đây
zsysnum_linux_sparc64.go 2953c62de4 unix: update Dockerfile to Linux 5.1 6 năm trước cách đây
zsysnum_netbsd_386.go 367055b3f9 unix: replace mksysnum_*.pl scripts with Go program 7 năm trước cách đây
zsysnum_netbsd_amd64.go 367055b3f9 unix: replace mksysnum_*.pl scripts with Go program 7 năm trước cách đây
zsysnum_netbsd_arm.go 367055b3f9 unix: replace mksysnum_*.pl scripts with Go program 7 năm trước cách đây
zsysnum_netbsd_arm64.go d57399882c unix: regenerate sysnum files for freebsd/arm64 and netbsd/arm64 6 năm trước cách đây
zsysnum_openbsd_386.go 48ac38b7c8 unix: get *BSD syscalls.master files using HTTPS 7 năm trước cách đây
zsysnum_openbsd_amd64.go 48ac38b7c8 unix: get *BSD syscalls.master files using HTTPS 7 năm trước cách đây
zsysnum_openbsd_arm.go 48ac38b7c8 unix: get *BSD syscalls.master files using HTTPS 7 năm trước cách đây
zsysnum_openbsd_arm64.go 4347357a82 unix: add support for openbsd/arm64 6 năm trước cách đây
ztypes_aix_ppc.go 0e01d883c5 unix: add RawSockaddrDatalink on aix 6 năm trước cách đây
ztypes_aix_ppc64.go 0e01d883c5 unix: add RawSockaddrDatalink on aix 6 năm trước cách đây
ztypes_darwin_386.go 87c872767d unix: rename Stat_t time fields to [AMCB]tim 6 năm trước cách đây
ztypes_darwin_amd64.go 87c872767d unix: rename Stat_t time fields to [AMCB]tim 6 năm trước cách đây
ztypes_darwin_arm.go 87c872767d unix: rename Stat_t time fields to [AMCB]tim 6 năm trước cách đây
ztypes_darwin_arm64.go 87c872767d unix: rename Stat_t time fields to [AMCB]tim 6 năm trước cách đây
ztypes_dragonfly_amd64.go 87c872767d unix: rename Stat_t time fields to [AMCB]tim 6 năm trước cách đây
ztypes_freebsd_386.go 87c872767d unix: rename Stat_t time fields to [AMCB]tim 6 năm trước cách đây
ztypes_freebsd_amd64.go 87c872767d unix: rename Stat_t time fields to [AMCB]tim 6 năm trước cách đây
ztypes_freebsd_arm.go 87c872767d unix: rename Stat_t time fields to [AMCB]tim 6 năm trước cách đây
ztypes_freebsd_arm64.go 87c872767d unix: rename Stat_t time fields to [AMCB]tim 6 năm trước cách đây
ztypes_linux_386.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
ztypes_linux_amd64.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
ztypes_linux_arm.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
ztypes_linux_arm64.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
ztypes_linux_mips.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
ztypes_linux_mips64.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
ztypes_linux_mips64le.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
ztypes_linux_mipsle.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
ztypes_linux_ppc64.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
ztypes_linux_ppc64le.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
ztypes_linux_riscv64.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
ztypes_linux_s390x.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
ztypes_linux_sparc64.go adf421d2ca unix: fix Signalfd function signature on linux 6 năm trước cách đây
ztypes_netbsd_386.go 87c872767d unix: rename Stat_t time fields to [AMCB]tim 6 năm trước cách đây
ztypes_netbsd_amd64.go 87c872767d unix: rename Stat_t time fields to [AMCB]tim 6 năm trước cách đây
ztypes_netbsd_arm.go 87c872767d unix: rename Stat_t time fields to [AMCB]tim 6 năm trước cách đây
ztypes_netbsd_arm64.go 87c872767d unix: rename Stat_t time fields to [AMCB]tim 6 năm trước cách đây
ztypes_openbsd_386.go 6c81ef8f67 unix: add SysctlClockinfo on OpenBSD 6 năm trước cách đây
ztypes_openbsd_amd64.go 6c81ef8f67 unix: add SysctlClockinfo on OpenBSD 6 năm trước cách đây
ztypes_openbsd_arm.go 6c81ef8f67 unix: add SysctlClockinfo on OpenBSD 6 năm trước cách đây
ztypes_openbsd_arm64.go 4347357a82 unix: add support for openbsd/arm64 6 năm trước cách đây
ztypes_solaris_amd64.go 8469e31483 unix: export sizeof consts 7 năm trước cách đây

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")

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, go

New Build System (currently for GOOS == "linux")

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, 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/programs 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 Go program located at ${GOOS}/mksysnum.go (or mksysnum_${GOOS}.go for the old system). This program 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.go

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.go program 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.go (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).