sys/unix
Eric Chiang ef0ce17483 unix: add KEYCTL_RESTRICT_KEYRING capabilities
Asymmetric keyrings can require key payloads to be X.509 certificates
signed by a key in a different keyring. This can be helpful for rotating
keys on a live machines for subsystems like IMA while preventing local
tampering.

Tested locally by applying the "key_or_keyring:<id>" restriction to a
keyring.

Change-Id: Ia8dcb343abc5f405d374c357d5cac3d5181d7159
Reviewed-on: https://go-review.googlesource.com/c/sys/+/178400
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
2019-09-20 19:08:10 +00:00
..
linux unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image 2019-09-16 14:18:54 +00:00
.gitignore unix: add unix.test to .gitignore 2017-12-13 15:44:37 +00:00
README.md unix: replace Perl script references in "README.md" with Go programs 2019-02-13 12:17:43 +00:00
affinity_linux.go unix: use bits.OnesCount64 instead of local copy 2019-08-29 20:48:30 +00:00
aliases.go unix: code for AIX ppc and ppc64, for gccgo 2018-08-28 06:51:06 +00:00
asm_aix_ppc64.s unix: add support for aix/ppc64, gc implementation 2018-10-19 08:45:34 +00:00
asm_darwin_386.s unix: add gccgo support 2015-05-07 23:38:20 +00:00
asm_darwin_amd64.s unix: add gccgo support 2015-05-07 23:38:20 +00:00
asm_darwin_arm.s unix: add darwin/arm support 2015-05-18 19:16:10 +00:00
asm_darwin_arm64.s unix: add darwin/arm64 support 2015-05-18 19:16:22 +00:00
asm_dragonfly_amd64.s unix: address vet's finding of wrong argument size 2018-05-09 20:58:23 +00:00
asm_freebsd_386.s unix: add gccgo support 2015-05-07 23:38:20 +00:00
asm_freebsd_amd64.s unix: add gccgo support 2015-05-07 23:38:20 +00:00
asm_freebsd_arm.s unix: add gccgo support 2015-05-07 23:38:20 +00:00
asm_freebsd_arm64.s unix: add support for freebsd/arm64 2019-01-02 15:55:44 +00:00
asm_linux_386.s unix: add SyscallNoError and RawSyscallNoError on Linux 2018-01-03 16:03:02 +00:00
asm_linux_amd64.s unix: add SyscallNoError and RawSyscallNoError on Linux 2018-01-03 16:03:02 +00:00
asm_linux_arm.s unix: match seek argument size to signature on linux/arm 2018-01-10 07:17:38 +00:00
asm_linux_arm64.s unix: fix typo in unix/asm_linux_arm64.s made in 28a7276 2018-01-04 16:29:08 +00:00
asm_linux_mips64x.s unix: add SyscallNoError and RawSyscallNoError on Linux 2018-01-03 16:03:02 +00:00
asm_linux_mipsx.s unix: add SyscallNoError and RawSyscallNoError on Linux 2018-01-03 16:03:02 +00:00
asm_linux_ppc64x.s unix: fix errors in syscalls when using -linkshared on ppc64x 2018-11-06 07:38:32 +00:00
asm_linux_riscv64.s unix: provide linux/riscv64 assembly for syscalls 2019-05-31 17:50:56 +00:00
asm_linux_s390x.s unix: add SyscallNoError and RawSyscallNoError on Linux 2018-01-03 16:03:02 +00:00
asm_netbsd_386.s unix: add gccgo support 2015-05-07 23:38:20 +00:00
asm_netbsd_amd64.s unix: add gccgo support 2015-05-07 23:38:20 +00:00
asm_netbsd_arm.s unix: add gccgo support 2015-05-07 23:38:20 +00:00
asm_netbsd_arm64.s unix: add netbsd/arm64 files. 2019-01-21 09:02:51 +00:00
asm_openbsd_386.s unix: add gccgo support 2015-05-07 23:38:20 +00:00
asm_openbsd_amd64.s unix: add gccgo support 2015-05-07 23:38:20 +00:00
asm_openbsd_arm.s unix: add openbsd/arm support (in theory) 2017-08-09 03:45:07 +00:00
asm_openbsd_arm64.s unix: add support for openbsd/arm64 2019-04-24 16:06:41 +00:00
asm_solaris_amd64.s unix: fix vet warnings on solaris 2017-05-11 21:48:19 +00:00
bluetooth_linux.go syscall: add bluetooth constants for linux 2016-04-08 01:02:42 +00:00
cap_freebsd.go unix: add ErrnoName and SignalName 2018-05-04 06:42:12 +00:00
constants.go unix: code for AIX ppc and ppc64, for gccgo 2018-08-28 06:51:06 +00:00
creds_test.go unix: fix TestSCMCredentials to not fail when root 2018-05-11 16:50:53 +00:00
darwin_test.go unix: reverse default for 1.11/1.12 split 2018-12-21 06:53:00 +00:00
dev_aix_ppc.go unix: add Termio, Winsize, Statfs_t, TC[GS]ET, Mkdir and Mknod for AIX 2018-09-19 16:26:11 +00:00
dev_aix_ppc64.go unix: add Termio, Winsize, Statfs_t, TC[GS]ET, Mkdir and Mknod for AIX 2018-09-19 16:26:11 +00:00
dev_darwin.go unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD 2017-09-12 19:57:40 +00:00
dev_dragonfly.go unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD 2017-09-12 19:57:40 +00:00
dev_freebsd.go unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD 2017-09-12 19:57:40 +00:00
dev_linux.go unix: fix potential overflow in Mkdev on Linux 2017-09-12 14:41:02 +00:00
dev_linux_test.go unix: fix or skip failing tests on android and iOS 2018-05-24 13:58:53 +00:00
dev_netbsd.go unix: convert major/minor to uint64 before shifting in Mkdev on Darwin/*BSD 2017-09-12 19:57:40 +00:00
dev_openbsd.go unix: add Major, Minor and Mkdev functions on OpenBSD 2017-09-12 22:26:33 +00:00
dirent.go unix: remove nacl build tag from dirent code 2019-08-01 04:14:06 +00:00
dirent_test.go unix: merge implementation for ReadDirent 2019-06-21 18:36:46 +00:00
endian_big.go unix: add mips and mipsle to endian files 2017-04-06 17:19:08 +00:00
endian_little.go unix: add riscv64 tag to endian_little.go 2019-07-26 00:22:31 +00:00
env_unix.go unix: code for AIX ppc and ppc64, for gccgo 2018-08-28 06:51:06 +00:00
errors_freebsd_386.go unix: re-enable Capsicum on FreeBSD 386 2017-07-28 17:44:21 +00:00
errors_freebsd_amd64.go unix: re-enable Capsicum on FreeBSD 386 2017-07-28 17:44:21 +00:00
errors_freebsd_arm.go unix: fix freebsd/arm build, fix freebsd/{386,arm} tests 2017-08-08 15:06:51 +00:00
example_exec_test.go unix: remove Flock syscall for aix 2018-12-13 20:03:52 +00:00
example_flock_test.go unix: remove Flock syscall for aix 2018-12-13 20:03:52 +00:00
export_test.go unix: code for AIX ppc and ppc64, for gccgo 2018-08-28 06:51:06 +00:00
fcntl.go unix: make Fcntl* routines use libSystem on Darwin 2019-01-06 19:24:25 +00:00
fcntl_darwin.go unix: make Fcntl* routines use libSystem on Darwin 2019-01-06 19:24:25 +00:00
fcntl_linux_32bit.go unix: add FcntlInt 2018-04-04 20:37:33 +00:00
gccgo.go unix: code for AIX ppc and ppc64, for gccgo 2018-08-28 06:51:06 +00:00
gccgo_c.c unix: code for AIX ppc and ppc64, for gccgo 2018-08-28 06:51:06 +00:00
gccgo_linux_amd64.go all: single space after period 2017-10-25 20:39:07 +00:00
getdirentries_test.go unix: use ParseDirent in testGetdirentries 2019-06-24 14:20:14 +00:00
ioctl.go unix: add IoctlRetInt for Linux 2019-09-02 13:37:55 +00:00
mkall.sh unix: change the mksysnum master to point to stable/11 on freebsd 2019-06-14 16:08:38 +00:00
mkasm_darwin.go unix: reverse default for 1.11/1.12 split 2018-12-21 06:53:00 +00:00
mkerrors.sh unix: redefine TIPC_WAIT_FOREVER as a uint32 value 2019-09-16 20:23:48 +00:00
mkpost.go unix: correctly rename Val member in Sigset_t on freebsd 2019-06-21 13:41:30 +00:00
mksyscall.go unix: don't generate raw syscall wrapper for ClockGettime on darwin 2019-04-03 15:24:47 +00:00
mksyscall_aix_ppc.go unix: add Select syscall on AIX 2019-04-18 15:33:12 +00:00
mksyscall_aix_ppc64.go unix: add Select syscall on AIX 2019-04-18 15:33:12 +00:00
mksyscall_solaris.go unix: replace "mksyscall_solaris.pl" script with a Go program 2019-02-13 11:57:55 +00:00
mksysctl_openbsd.go unix: replace "mksysctl_openbsd.pl" script with a Go program 2019-04-28 18:31:49 +00:00
mksysnum.go unix: change the mksysnum master to point to stable/11 on freebsd 2019-06-14 16:08:38 +00:00
mmap_unix_test.go unix: code for AIX ppc and ppc64, for gccgo 2018-08-28 06:51:06 +00:00
openbsd_test.go unix: update the OpenBSD pledge interface to handle execpromises 2018-08-10 17:33:57 +00:00
pagesize_unix.go unix: code for AIX ppc and ppc64, for gccgo 2018-08-28 06:51:06 +00:00
pledge_openbsd.go unix: remove arch specific build for openbsd_pledge.go 2019-04-24 16:00:12 +00:00
race.go all: single space after period 2017-10-25 20:39:07 +00:00
race0.go unix: code for AIX ppc and ppc64, for gccgo 2018-08-28 06:51:06 +00:00
readdirent_getdents.go unix: add Getdents on dragonfly 2019-06-24 14:20:23 +00:00
readdirent_getdirentries.go unix: add Getdents on dragonfly 2019-06-24 14:20:23 +00:00
sendfile_test.go unix: fix several staticcheck issues 2019-07-30 18:39:49 +00:00
sockcmsg_linux.go all: single space after period 2017-10-25 20:39:07 +00:00
sockcmsg_unix.go unix: add illumos case 2019-05-02 14:57:24 +00:00
str.go unix: code for AIX ppc and ppc64, for gccgo 2018-08-28 06:51:06 +00:00
syscall.go unix: drop reference to mkunix.pl from comment 2019-05-02 14:15:30 +00:00
syscall_aix.go unix: fix coredump bit on aix/ppc64 2019-08-30 14:29:57 +00:00
syscall_aix_ppc.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_aix_ppc64.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_aix_test.go unix: remove unused stringsFromByteSlice for tests on aix 2019-05-20 20:13:01 +00:00
syscall_bsd.go unix: disable sysctl on iOS 2019-09-07 18:44:12 +00:00
syscall_bsd_test.go unix: add MNT_* flags on OpenBSD 2018-09-25 11:27:36 +00:00
syscall_darwin.go unix: unify Ioctl* functions 2019-08-30 08:01:33 +00:00
syscall_darwin_386.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_darwin_amd64.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_darwin_arm.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_darwin_arm64.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_darwin_libSystem.go unix: reverse default for 1.11/1.12 split 2018-12-21 06:53:00 +00:00
syscall_darwin_test.go unix: fix TestStatFieldNames on aix and TestUtimesNanoAt on darwin 2019-05-16 01:48:33 +00:00
syscall_dragonfly.go unix: disable sysctl on iOS 2019-09-07 18:44:12 +00:00
syscall_dragonfly_amd64.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_freebsd.go unix: disable sysctl on iOS 2019-09-07 18:44:12 +00:00
syscall_freebsd_386.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_freebsd_amd64.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_freebsd_arm.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_freebsd_arm64.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_freebsd_test.go unix: add tests for *xattr functions 2018-05-22 22:42:04 +00:00
syscall_internal_linux_test.go unix: implement AF_TIPC sockets on Linux 2019-09-04 00:50:37 +00:00
syscall_linux.go unix: add KEYCTL_RESTRICT_KEYRING capabilities 2019-09-20 19:08:10 +00:00
syscall_linux_386.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_linux_amd64.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_linux_amd64_gc.go x/sys/unix: move gccgo redeclared functions to separate files 2016-12-14 19:05:18 +00:00
syscall_linux_arm.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_linux_arm64.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_linux_gc.go unix: move gccgo redeclared *SyscallNoError functions to a separate file 2018-02-02 13:58:01 +00:00
syscall_linux_gc_386.go unix: support compiling with gccgo on linux/386 2018-06-11 07:33:41 +00:00
syscall_linux_gccgo_386.go unix: support compiling with gccgo on linux/386 2018-06-11 07:33:41 +00:00
syscall_linux_gccgo_arm.go unix: support compiling with gccgo on linux/386 2018-06-11 07:33:41 +00:00
syscall_linux_mips64x.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_linux_mipsx.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_linux_ppc64x.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_linux_riscv64.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_linux_s390x.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_linux_sparc64.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_linux_test.go unix: add IoctlRetInt for Linux 2019-09-02 13:37:55 +00:00
syscall_netbsd.go unix: disable sysctl on iOS 2019-09-07 18:44:12 +00:00
syscall_netbsd_386.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_netbsd_amd64.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_netbsd_arm.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_netbsd_arm64.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_netbsd_test.go unix: add IoctlGetPtmget on netbsd 2018-11-07 16:59:24 +00:00
syscall_openbsd.go unix: disable sysctl on iOS 2019-09-07 18:44:12 +00:00
syscall_openbsd_386.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_openbsd_amd64.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_openbsd_arm.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_openbsd_arm64.go unix: add Msghdr.SetIovlen 2019-09-09 08:27:30 +00:00
syscall_openbsd_test.go unix: add SysctlClockinfo on OpenBSD 2019-03-18 19:57:19 +00:00
syscall_solaris.go unix: unify Ioctl* functions 2019-08-30 08:01:33 +00:00
syscall_solaris_amd64.go unix: add Msghdr.SetIovlen for solaris/amd64 2019-09-10 06:45:55 +00:00
syscall_solaris_test.go unix: add Select on Solaris 2017-12-22 14:35:06 +00:00
syscall_test.go unix: fix several staticcheck issues 2019-07-30 18:39:49 +00:00
syscall_unix.go unix: allow empty string argument to SetsockoptString 2019-04-05 15:42:28 +00:00
syscall_unix_gc.go unix: fix errors in syscalls when using -linkshared on ppc64x 2018-11-06 07:38:32 +00:00
syscall_unix_gc_ppc64x.go unix: fix errors in syscalls when using -linkshared on ppc64x 2018-11-06 07:38:32 +00:00
syscall_unix_test.go unix: fix TestFchmodat on illumos 2019-05-31 13:24:40 +00:00
timestruct.go unix: code for AIX ppc and ppc64, for gccgo 2018-08-28 06:51:06 +00:00
timestruct_test.go unix: code for AIX ppc and ppc64, for gccgo 2018-08-28 06:51:06 +00:00
types_aix.go unix: add RawSockaddrDatalink on aix 2019-05-23 14:25:57 +00:00
types_darwin.go unix: add SysctlClockinfo on darwin 2019-04-02 05:46:13 +00:00
types_dragonfly.go unix: export sizeof consts 2018-10-04 14:53:25 +00:00
types_freebsd.go unix: add ptrace support for FreeBSD 2019-06-21 06:25:56 +00:00
types_netbsd.go unix: add AT_SYMLINK_FOLLOW const on netbsd 2019-06-20 07:01:26 +00:00
types_openbsd.go unix: add AT_SYMLINK_FOLLOW const on openbsd 2019-06-20 07:01:43 +00:00
types_solaris.go unix: export sizeof consts 2018-10-04 14:53:25 +00:00
unveil_openbsd.go unix: remove arch specific build for openbsd_pledge.go 2019-04-24 16:00:12 +00:00
xattr_bsd.go unix: avoid index out of range in *setxattr on BSD 2018-10-31 14:35:58 +00:00
xattr_test.go unix: avoid index out of range in *setxattr on BSD 2018-10-31 14:35:58 +00:00
zerrors_aix_ppc.go unix: use nsendmsg and nrecvmsg on AIX 2019-04-18 15:05:32 +00:00
zerrors_aix_ppc64.go unix: use nsendmsg and nrecvmsg on AIX 2019-04-18 15:05:32 +00:00
zerrors_darwin_386.go unix: add symlink-safe *xattr functions on darwin 2018-05-23 21:11:48 +00:00
zerrors_darwin_amd64.go unix: add symlink-safe *xattr functions on darwin 2018-05-23 21:11:48 +00:00
zerrors_darwin_arm.go unix: add symlink-safe *xattr functions on darwin 2018-05-23 21:11:48 +00:00
zerrors_darwin_arm64.go unix: add symlink-safe *xattr functions on darwin 2018-05-23 21:11:48 +00:00
zerrors_dragonfly_amd64.go unix: add MNT_* flags on DragonflyBSD 2018-09-24 17:12:10 +00:00
zerrors_freebsd_386.go unix: add additional file mode bit constants from sys/stat.h on FreeBSD 2018-08-16 05:55:13 +00:00
zerrors_freebsd_amd64.go unix: add additional file mode bit constants from sys/stat.h on FreeBSD 2018-08-16 05:55:13 +00:00
zerrors_freebsd_arm.go unix: add additional file mode bit constants from sys/stat.h on FreeBSD 2018-08-16 05:55:13 +00:00
zerrors_freebsd_arm64.go unix: add support for freebsd/arm64 2019-01-02 15:55:44 +00:00
zerrors_linux_386.go unix: redefine TIPC_WAIT_FOREVER as a uint32 value 2019-09-16 20:23:48 +00:00
zerrors_linux_amd64.go unix: redefine TIPC_WAIT_FOREVER as a uint32 value 2019-09-16 20:23:48 +00:00
zerrors_linux_arm.go unix: redefine TIPC_WAIT_FOREVER as a uint32 value 2019-09-16 20:23:48 +00:00
zerrors_linux_arm64.go unix: redefine TIPC_WAIT_FOREVER as a uint32 value 2019-09-16 20:23:48 +00:00
zerrors_linux_mips.go unix: redefine TIPC_WAIT_FOREVER as a uint32 value 2019-09-16 20:23:48 +00:00
zerrors_linux_mips64.go unix: redefine TIPC_WAIT_FOREVER as a uint32 value 2019-09-16 20:23:48 +00:00
zerrors_linux_mips64le.go unix: redefine TIPC_WAIT_FOREVER as a uint32 value 2019-09-16 20:23:48 +00:00
zerrors_linux_mipsle.go unix: redefine TIPC_WAIT_FOREVER as a uint32 value 2019-09-16 20:23:48 +00:00
zerrors_linux_ppc64.go unix: redefine TIPC_WAIT_FOREVER as a uint32 value 2019-09-16 20:23:48 +00:00
zerrors_linux_ppc64le.go unix: redefine TIPC_WAIT_FOREVER as a uint32 value 2019-09-16 20:23:48 +00:00
zerrors_linux_riscv64.go unix: redefine TIPC_WAIT_FOREVER as a uint32 value 2019-09-16 20:23:48 +00:00
zerrors_linux_s390x.go unix: redefine TIPC_WAIT_FOREVER as a uint32 value 2019-09-16 20:23:48 +00:00
zerrors_linux_sparc64.go unix: redefine TIPC_WAIT_FOREVER as a uint32 value 2019-09-16 20:23:48 +00:00
zerrors_netbsd_386.go unix: add additional rlimit resource constants on NetBSD 2018-09-26 14:17:14 +00:00
zerrors_netbsd_amd64.go unix: add additional rlimit resource constants on NetBSD 2018-09-26 14:17:14 +00:00
zerrors_netbsd_arm.go unix: add additional rlimit resource constants on NetBSD 2018-09-26 14:17:14 +00:00
zerrors_netbsd_arm64.go unix: add netbsd/arm64 files. 2019-01-21 09:02:51 +00:00
zerrors_openbsd_386.go unix: add MNT_* flags on OpenBSD 2018-09-25 11:27:36 +00:00
zerrors_openbsd_amd64.go unix: add SysctlUvmexp on OpenBSD 2018-10-03 14:57:07 +00:00
zerrors_openbsd_arm.go unix: add MNT_* flags on OpenBSD 2018-09-25 11:27:36 +00:00
zerrors_openbsd_arm64.go unix: add support for openbsd/arm64 2019-04-24 16:06:41 +00:00
zerrors_solaris_amd64.go unix: add additional file mode bit constants from sys/stat.h on Solaris 2018-08-21 14:08:42 +00:00
zptrace386_linux.go unix: single space after period in generated zptrace header 2017-10-27 12:34:53 +00:00
zptracearm_linux.go unix: single space after period in generated zptrace header 2017-10-27 12:34:53 +00:00
zptracemips_linux.go unix: single space after period in generated zptrace header 2017-10-27 12:34:53 +00:00
zptracemipsle_linux.go unix: single space after period in generated zptrace header 2017-10-27 12:34:53 +00:00
zsyscall_aix_ppc.go unix: remove StTimespec type on AIX 2019-05-20 16:14:52 +00:00
zsyscall_aix_ppc64.go unix: remove StTimespec type on AIX 2019-05-20 16:14:52 +00:00
zsyscall_aix_ppc64_gc.go unix: remove StTimespec type on AIX 2019-05-20 16:14:52 +00:00
zsyscall_aix_ppc64_gccgo.go unix: remove StTimespec type on AIX 2019-05-20 16:14:52 +00:00
zsyscall_darwin_386.1_11.go unix: disable ptrace on iOS 2019-08-12 17:24:37 +00:00
zsyscall_darwin_386.go unix: disable sysctl on iOS 2019-09-07 18:44:12 +00:00
zsyscall_darwin_386.s unix: disable sysctl on iOS 2019-09-07 18:44:12 +00:00
zsyscall_darwin_amd64.1_11.go unix: disable sysctl on iOS 2019-09-07 18:44:12 +00:00
zsyscall_darwin_amd64.go unix: disable sysctl on iOS 2019-09-07 18:44:12 +00:00
zsyscall_darwin_amd64.s unix: disable sysctl on iOS 2019-09-07 18:44:12 +00:00
zsyscall_darwin_arm.1_11.go unix: disable sysctl on iOS 2019-09-07 18:44:12 +00:00
zsyscall_darwin_arm.go unix: disable sysctl on iOS 2019-09-07 18:44:12 +00:00
zsyscall_darwin_arm.s unix: disable ptrace on iOS 2019-08-12 17:24:37 +00:00
zsyscall_darwin_arm64.1_11.go unix: disable sysctl on iOS 2019-09-07 18:44:12 +00:00
zsyscall_darwin_arm64.go unix: disable sysctl on iOS 2019-09-07 18:44:12 +00:00
zsyscall_darwin_arm64.s unix: disable sysctl on iOS 2019-09-07 18:44:12 +00:00
zsyscall_dragonfly_amd64.go unix: add Getdents on dragonfly 2019-06-24 14:20:23 +00:00
zsyscall_freebsd_386.go unix: add ptrace support for FreeBSD 2019-06-21 06:25:56 +00:00
zsyscall_freebsd_amd64.go unix: add ptrace support for FreeBSD 2019-06-21 06:25:56 +00:00
zsyscall_freebsd_arm.go unix: add ptrace support for FreeBSD 2019-06-21 06:25:56 +00:00
zsyscall_freebsd_arm64.go unix: add ptrace support for FreeBSD 2019-06-21 06:25:56 +00:00
zsyscall_linux_386.go unix: add KEYCTL_RESTRICT_KEYRING capabilities 2019-09-20 19:08:10 +00:00
zsyscall_linux_amd64.go unix: add KEYCTL_RESTRICT_KEYRING capabilities 2019-09-20 19:08:10 +00:00
zsyscall_linux_arm.go unix: add KEYCTL_RESTRICT_KEYRING capabilities 2019-09-20 19:08:10 +00:00
zsyscall_linux_arm64.go unix: add KEYCTL_RESTRICT_KEYRING capabilities 2019-09-20 19:08:10 +00:00
zsyscall_linux_mips.go unix: add KEYCTL_RESTRICT_KEYRING capabilities 2019-09-20 19:08:10 +00:00
zsyscall_linux_mips64.go unix: add KEYCTL_RESTRICT_KEYRING capabilities 2019-09-20 19:08:10 +00:00
zsyscall_linux_mips64le.go unix: add KEYCTL_RESTRICT_KEYRING capabilities 2019-09-20 19:08:10 +00:00
zsyscall_linux_mipsle.go unix: add KEYCTL_RESTRICT_KEYRING capabilities 2019-09-20 19:08:10 +00:00
zsyscall_linux_ppc64.go unix: add KEYCTL_RESTRICT_KEYRING capabilities 2019-09-20 19:08:10 +00:00
zsyscall_linux_ppc64le.go unix: add KEYCTL_RESTRICT_KEYRING capabilities 2019-09-20 19:08:10 +00:00
zsyscall_linux_riscv64.go unix: add KEYCTL_RESTRICT_KEYRING capabilities 2019-09-20 19:08:10 +00:00
zsyscall_linux_s390x.go unix: add KEYCTL_RESTRICT_KEYRING capabilities 2019-09-20 19:08:10 +00:00
zsyscall_linux_sparc64.go unix: add KEYCTL_RESTRICT_KEYRING capabilities 2019-09-20 19:08:10 +00:00
zsyscall_netbsd_386.go unix: fix Getdirentries emulation using Getdents on netbsd, openbsd 2019-06-16 12:48:12 +00:00
zsyscall_netbsd_amd64.go unix: fix Getdirentries emulation using Getdents on netbsd, openbsd 2019-06-16 12:48:12 +00:00
zsyscall_netbsd_arm.go unix: fix Getdirentries emulation using Getdents on netbsd, openbsd 2019-06-16 12:48:12 +00:00
zsyscall_netbsd_arm64.go unix: fix Getdirentries emulation using Getdents on netbsd, openbsd 2019-06-16 12:48:12 +00:00
zsyscall_openbsd_386.go unix: fix Getdirentries emulation using Getdents on netbsd, openbsd 2019-06-16 12:48:12 +00:00
zsyscall_openbsd_amd64.go unix: fix Getdirentries emulation using Getdents on netbsd, openbsd 2019-06-16 12:48:12 +00:00
zsyscall_openbsd_arm.go unix: fix Getdirentries emulation using Getdents on netbsd, openbsd 2019-06-16 12:48:12 +00:00
zsyscall_openbsd_arm64.go unix: fix Getdirentries emulation using Getdents on netbsd, openbsd 2019-06-16 12:48:12 +00:00
zsyscall_solaris_amd64.go unix: replace "mksyscall_solaris.pl" script with a Go program 2019-02-13 11:57:55 +00:00
zsysctl_openbsd_386.go unix: replace "mksysctl_openbsd.pl" script with a Go program 2019-04-28 18:31:49 +00:00
zsysctl_openbsd_amd64.go unix: replace "mksysctl_openbsd.pl" script with a Go program 2019-04-28 18:31:49 +00:00
zsysctl_openbsd_arm.go unix: replace "mksysctl_openbsd.pl" script with a Go program 2019-04-28 18:31:49 +00:00
zsysctl_openbsd_arm64.go unix: replace "mksysctl_openbsd.pl" script with a Go program 2019-04-28 18:31:49 +00:00
zsysnum_darwin_386.go unix: replace mksysnum_*.pl scripts with Go program 2018-12-28 11:21:25 +00:00
zsysnum_darwin_amd64.go unix: update zsysnum_darwin_amd64 for macOS 10.14 2019-02-09 17:35:27 +00:00
zsysnum_darwin_arm.go unix: replace mksysnum_*.pl scripts with Go program 2018-12-28 11:21:25 +00:00
zsysnum_darwin_arm64.go unix: replace mksysnum_*.pl scripts with Go program 2018-12-28 11:21:25 +00:00
zsysnum_dragonfly_amd64.go unix: get *BSD syscalls.master files using HTTPS 2019-01-09 14:50:17 +00:00
zsysnum_freebsd_386.go unix: change the mksysnum master to point to stable/11 on freebsd 2019-06-14 16:08:38 +00:00
zsysnum_freebsd_amd64.go unix: change the mksysnum master to point to stable/11 on freebsd 2019-06-14 16:08:38 +00:00
zsysnum_freebsd_arm.go unix: change the mksysnum master to point to stable/11 on freebsd 2019-06-14 16:08:38 +00:00
zsysnum_freebsd_arm64.go unix: change the mksysnum master to point to stable/11 on freebsd 2019-06-14 16:08:38 +00:00
zsysnum_linux_386.go unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image 2019-09-16 14:18:54 +00:00
zsysnum_linux_amd64.go unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image 2019-09-16 14:18:54 +00:00
zsysnum_linux_arm.go unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image 2019-09-16 14:18:54 +00:00
zsysnum_linux_arm64.go unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image 2019-09-16 14:18:54 +00:00
zsysnum_linux_mips.go unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image 2019-09-16 14:18:54 +00:00
zsysnum_linux_mips64.go unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image 2019-09-16 14:18:54 +00:00
zsysnum_linux_mips64le.go unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image 2019-09-16 14:18:54 +00:00
zsysnum_linux_mipsle.go unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image 2019-09-16 14:18:54 +00:00
zsysnum_linux_ppc64.go unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image 2019-09-16 14:18:54 +00:00
zsysnum_linux_ppc64le.go unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image 2019-09-16 14:18:54 +00:00
zsysnum_linux_riscv64.go unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image 2019-09-16 14:18:54 +00:00
zsysnum_linux_s390x.go unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image 2019-09-16 14:18:54 +00:00
zsysnum_linux_sparc64.go unix: update Dockerfile to Linux 5.3 and use ubuntu 19.04 base image 2019-09-16 14:18:54 +00:00
zsysnum_netbsd_386.go unix: replace mksysnum_*.pl scripts with Go program 2018-12-28 11:21:25 +00:00
zsysnum_netbsd_amd64.go unix: replace mksysnum_*.pl scripts with Go program 2018-12-28 11:21:25 +00:00
zsysnum_netbsd_arm.go unix: replace mksysnum_*.pl scripts with Go program 2018-12-28 11:21:25 +00:00
zsysnum_netbsd_arm64.go unix: regenerate sysnum files for freebsd/arm64 and netbsd/arm64 2019-01-29 07:23:52 +00:00
zsysnum_openbsd_386.go unix: get *BSD syscalls.master files using HTTPS 2019-01-09 14:50:17 +00:00
zsysnum_openbsd_amd64.go unix: get *BSD syscalls.master files using HTTPS 2019-01-09 14:50:17 +00:00
zsysnum_openbsd_arm.go unix: get *BSD syscalls.master files using HTTPS 2019-01-09 14:50:17 +00:00
zsysnum_openbsd_arm64.go unix: add support for openbsd/arm64 2019-04-24 16:06:41 +00:00
ztypes_aix_ppc.go unix: add RawSockaddrDatalink on aix 2019-05-23 14:25:57 +00:00
ztypes_aix_ppc64.go unix: add RawSockaddrDatalink on aix 2019-05-23 14:25:57 +00:00
ztypes_darwin_386.go unix: rename Stat_t time fields to [AMCB]tim 2019-05-15 19:05:49 +00:00
ztypes_darwin_amd64.go unix: rename Stat_t time fields to [AMCB]tim 2019-05-15 19:05:49 +00:00
ztypes_darwin_arm.go unix: rename Stat_t time fields to [AMCB]tim 2019-05-15 19:05:49 +00:00
ztypes_darwin_arm64.go unix: rename Stat_t time fields to [AMCB]tim 2019-05-15 19:05:49 +00:00
ztypes_dragonfly_amd64.go unix: rename Stat_t time fields to [AMCB]tim 2019-05-15 19:05:49 +00:00
ztypes_freebsd_386.go unix: add ptrace support for FreeBSD 2019-06-21 06:25:56 +00:00
ztypes_freebsd_amd64.go unix: add ptrace support for FreeBSD 2019-06-21 06:25:56 +00:00
ztypes_freebsd_arm.go unix: add ptrace support for FreeBSD 2019-06-21 06:25:56 +00:00
ztypes_freebsd_arm64.go unix: add ptrace support for FreeBSD 2019-06-21 06:25:56 +00:00
ztypes_linux_386.go unix: add IfaCacheinfo on linux 2019-09-13 12:16:21 +00:00
ztypes_linux_amd64.go unix: add IfaCacheinfo on linux 2019-09-13 12:16:21 +00:00
ztypes_linux_arm.go unix: add IfaCacheinfo on linux 2019-09-13 12:16:21 +00:00
ztypes_linux_arm64.go unix: add IfaCacheinfo on linux 2019-09-13 12:16:21 +00:00
ztypes_linux_mips.go unix: add IfaCacheinfo on linux 2019-09-13 12:16:21 +00:00
ztypes_linux_mips64.go unix: add IfaCacheinfo on linux 2019-09-13 12:16:21 +00:00
ztypes_linux_mips64le.go unix: add IfaCacheinfo on linux 2019-09-13 12:16:21 +00:00
ztypes_linux_mipsle.go unix: add IfaCacheinfo on linux 2019-09-13 12:16:21 +00:00
ztypes_linux_ppc64.go unix: add IfaCacheinfo on linux 2019-09-13 12:16:21 +00:00
ztypes_linux_ppc64le.go unix: add IfaCacheinfo on linux 2019-09-13 12:16:21 +00:00
ztypes_linux_riscv64.go unix: add IfaCacheinfo on linux 2019-09-13 12:16:21 +00:00
ztypes_linux_s390x.go unix: add IfaCacheinfo on linux 2019-09-13 12:16:21 +00:00
ztypes_linux_sparc64.go unix: add IfaCacheinfo on linux 2019-09-13 12:16:21 +00:00
ztypes_netbsd_386.go unix: add AT_SYMLINK_FOLLOW const on netbsd 2019-06-20 07:01:26 +00:00
ztypes_netbsd_amd64.go unix: add AT_SYMLINK_FOLLOW const on netbsd 2019-06-20 07:01:26 +00:00
ztypes_netbsd_arm.go unix: add AT_SYMLINK_FOLLOW const on netbsd 2019-06-20 07:01:26 +00:00
ztypes_netbsd_arm64.go unix: add AT_SYMLINK_FOLLOW const on netbsd 2019-06-20 07:01:26 +00:00
ztypes_openbsd_386.go unix: add AT_SYMLINK_FOLLOW const on openbsd 2019-06-20 07:01:43 +00:00
ztypes_openbsd_amd64.go unix: add AT_SYMLINK_FOLLOW const on openbsd 2019-06-20 07:01:43 +00:00
ztypes_openbsd_arm.go unix: add AT_SYMLINK_FOLLOW const on openbsd 2019-06-20 07:01:43 +00:00
ztypes_openbsd_arm64.go unix: add AT_SYMLINK_FOLLOW const on openbsd 2019-06-20 07:01:43 +00:00
ztypes_solaris_amd64.go unix: export sizeof consts 2018-10-04 14:53:25 +00:00

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