sys/unix
Samuel Thibault b360406616 unix: support TIOCGETA on GNU/Hurd
Add minimal support for GNU/Hurd to allow building third party packages
which detect terminal support.

Change-Id: Ia13fe8e9e4880e8ab062f9a2efb581320637f017
GitHub-Last-Rev: f612efbe7d
GitHub-Pull-Request: golang/sys#144
Reviewed-on: https://go-review.googlesource.com/c/sys/+/459895
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-12-31 00:01:51 +00:00
..
internal/mkmerge all: gofmt 2022-04-29 23:34:32 +00:00
linux unix/linux: use Go 1.20rc1 to generate files 2022-12-12 14:20:30 +00:00
.gitignore unix: add unix.test to .gitignore 2017-12-13 15:44:37 +00:00
README.md unix: factor out mkmerge into a proper package 2021-11-12 16:43:55 +00:00
affinity_linux.go unix: use bits.OnesCount64 instead of local copy 2019-08-29 20:48:30 +00:00
aliases.go unix: add support for zos/s390x 2021-02-24 23:11:01 +00:00
asm_aix_ppc64.s unix: add //go:build lines to assembly files 2021-04-23 18:55:35 +00:00
asm_bsd_386.s unix: remove darwin build tags from asm_bsd_{386,arm}.s 2021-05-31 08:08:01 +00:00
asm_bsd_amd64.s unix: unify Syscall{,6,9} and RawSyscall{,6} on BSD 2021-03-16 16:44:54 +00:00
asm_bsd_arm.s unix: remove darwin build tags from asm_bsd_{386,arm}.s 2021-05-31 08:08:01 +00:00
asm_bsd_arm64.s unix: unify Syscall{,6,9} and RawSyscall{,6} on BSD 2021-03-16 16:44:54 +00:00
asm_bsd_ppc64.s unix: add support for openbsd/ppc64 2022-10-10 17:02:43 +00:00
asm_bsd_riscv64.s unix: add freebsd/riscv64 support 2022-07-12 01:45:10 +00:00
asm_linux_386.s unix: add //go:build lines to assembly files 2021-04-23 18:55:35 +00:00
asm_linux_amd64.s unix: add //go:build lines to assembly files 2021-04-23 18:55:35 +00:00
asm_linux_arm.s unix: add //go:build lines to assembly files 2021-04-23 18:55:35 +00:00
asm_linux_arm64.s unix: add //go:build lines to assembly files 2021-04-23 18:55:35 +00:00
asm_linux_loong64.s unix: always zero the higher bits of return value on linux/loong64 syscalls 2022-06-14 16:21:38 +00:00
asm_linux_mips64x.s unix: add //go:build lines to assembly files 2021-04-23 18:55:35 +00:00
asm_linux_mipsx.s unix: add //go:build lines to assembly files 2021-04-23 18:55:35 +00:00
asm_linux_ppc64x.s unix: add //go:build lines to assembly files 2021-04-23 18:55:35 +00:00
asm_linux_riscv64.s unix: add //go:build lines to assembly files 2021-04-23 18:55:35 +00:00
asm_linux_s390x.s unix: add //go:build lines to assembly files 2021-04-23 18:55:35 +00:00
asm_openbsd_mips64.s unix: add //go:build lines to assembly files 2021-04-23 18:55:35 +00:00
asm_solaris_amd64.s unix: add //go:build lines to assembly files 2021-04-23 18:55:35 +00:00
asm_zos_s390x.s unix: add support for zos/s390x 2021-02-24 23:11:01 +00:00
bluetooth_linux.go unix: add missing HCI_CHANNEL_LOGGING constant 2019-10-28 14:51:28 +00:00
cap_freebsd.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
constants.go unix: add support for zos/s390x 2021-02-24 23:11:01 +00:00
creds_test.go unix: add ParseOrigDstAddr 2021-10-25 11:29:17 +00:00
darwin_amd64_test.go unix: make mkasm_darwin.go usable with other operating systems 2022-08-08 15:51:32 +00:00
darwin_arm64_test.go unix: make mkasm_darwin.go usable with other operating systems 2022-08-08 15:51:32 +00:00
darwin_test.go unix: generate darwinTests per GOARCH and enabled darwin/arm64 test 2021-11-08 22:43:32 +00:00
dev_aix_ppc.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
dev_aix_ppc64.go all: go fmt ./... 2021-02-20 05:07:31 +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 all: go fmt ./... 2021-02-20 05:07:31 +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
dev_zos.go unix: add support for zos/s390x 2021-02-24 23:11:01 +00:00
dev_zos_test.go unix: add support for zos/s390x 2021-02-24 23:11:01 +00:00
dirent.go x/sys/unix: make ReadDirent available on zOS 2022-10-13 17:17:32 +00:00
dirent_test.go x/sys/unix: make ReadDirent available on zOS 2022-10-13 17:17:32 +00:00
endian_big.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
endian_little.go unix: add loong64 tag to endian_little.go 2022-04-22 01:37:27 +00:00
env_unix.go unix: add support for zos/s390x 2021-02-24 23:11:01 +00:00
epoll_zos.go unix: add support for zos/s390x 2021-02-24 23:11:01 +00:00
epoll_zos_test.go unix: add support for zos/s390x 2021-02-24 23:11:01 +00:00
example_exec_test.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
example_flock_test.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
example_sysvshm_test.go unix: enable Sysv shared memory support on darwin/arm64 2021-10-03 12:29:50 +00:00
fcntl.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
fcntl_darwin.go unix: add FcntlFstore on darwin 2020-09-18 17:44:21 +00:00
fcntl_linux_32bit.go unix/linux: add ppc system call definitions, for use with gccgo 2021-04-21 22:16:51 +00:00
fdset.go unix: augment support for zos/s390x 2021-05-02 18:08:10 +00:00
fdset_test.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
fstatfs_zos.go unix: add support for zos/s390x 2021-02-24 23:11:01 +00:00
fstatfs_zos_test.go unix: add support for zos/s390x 2021-02-24 23:11:01 +00:00
gccgo.go unix: support TIOCGETA on GNU/Hurd 2022-12-31 00:01:51 +00:00
gccgo_c.c unix: support TIOCGETA on GNU/Hurd 2022-12-31 00:01:51 +00:00
gccgo_linux_amd64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
getdirentries_test.go x/sys/unix: make ReadDirent available on zOS 2022-10-13 17:17:32 +00:00
getfsstat_test.go unix: enable sysctl tests on netbsd 2022-01-28 21:58:02 +00:00
ifreq_linux.go unix: use ByteSliceFromString in (*Ifreq).Name 2022-05-19 14:10:25 +00:00
ifreq_linux_test.go unix: use ByteSliceFromString in (*Ifreq).Name 2022-05-19 14:10:25 +00:00
ioctl.go unix: support TIOCGETA on GNU/Hurd 2022-12-31 00:01:51 +00:00
ioctl_linux.go unix: add IoctlLoop{Get,Set}Status64 on linux 2022-08-29 20:04:59 +00:00
ioctl_zos.go unix: add support for zos/s390x 2021-02-24 23:11:01 +00:00
mkall.sh unix: convert openbsd/mips64 to direct libc calls 2022-12-30 16:58:14 +00:00
mkasm.go unix: add support for openbsd/ppc64 2022-10-10 17:02:43 +00:00
mkerrors.sh all: use grep -E/-F instead of fgrep/egrep 2022-10-06 21:19:17 +00:00
mkpost.go x/sys/unix: use uintptr for tracee addresses on FreeBSD 2022-09-06 13:54:38 +00:00
mksyscall.go unix: convert openbsd/arm64 to direct libc calls 2022-08-11 17:12:43 +00:00
mksyscall_aix_ppc.go all: gofmt 2022-04-29 23:34:32 +00:00
mksyscall_aix_ppc64.go unix: add //go:build lines when generating files 2021-03-09 07:47:19 +00:00
mksyscall_solaris.go unix: add //go:build lines when generating files 2021-03-09 07:47:19 +00:00
mksysctl_openbsd.go unix: add //go:build lines when generating files 2021-03-09 07:47:19 +00:00
mksysnum.go unix: regenerate on FreeBSD 12.3 2022-07-04 08:42:25 +00:00
mmap_unix_test.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
mmap_zos_test.go unix: augment support for zos/s390x 2021-05-02 18:08:10 +00:00
openbsd_test.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
pagesize_unix.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
pipe2_test.go unix: test nonblocking and close-on-exec behavior of Pipe2 2021-02-25 09:19:47 +00:00
pledge_openbsd.go unix: remove arch specific build for openbsd_pledge.go 2019-04-24 16:00:12 +00:00
ptrace_darwin.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
ptrace_ios.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
race.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
race0.go unix: add support for zos/s390x 2021-02-24 23:11:01 +00:00
readdirent_getdents.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
readdirent_getdirentries.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
sendfile_test.go unix: delete darwin/386 and darwin/arm code 2021-05-07 01:43:57 +00:00
sockcmsg_dragonfly.go unix: don't use 32-bit aligned access for cmsgAlignOf on dragonfly after ABI change 2019-10-20 21:24:54 +00:00
sockcmsg_linux.go unix, windows: copy arrays by assignment instead of looping 2021-11-05 18:34:46 +00:00
sockcmsg_unix.go unix: add ParseOneSocketControlMessage to parse control messages without allocating 2022-11-02 19:48:38 +00:00
sockcmsg_unix_other.go unix: add support for zos/s390x 2021-02-24 23:11:01 +00:00
syscall.go all: simplify unsafe.Slice usage in {Byte,UTF16}PtrToString 2022-09-13 15:31:01 +00:00
syscall_aix.go unix: fix sendmsgN return value for empty iovecs and non-empty oob 2022-07-31 17:44:39 +00:00
syscall_aix_ppc.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_aix_ppc64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_aix_test.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_bsd.go unix: fix sendmsgN return value for empty iovecs and non-empty oob 2022-07-31 17:44:39 +00:00
syscall_bsd_test.go unix: enable sysctl tests on netbsd 2022-01-28 21:58:02 +00:00
syscall_darwin.go unix: remove Go 1.12 compatibility on darwin 2022-09-15 20:00:43 +00:00
syscall_darwin_amd64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_darwin_arm64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_darwin_libSystem.go unix: take address in assembly for Darwin syscall wrappers 2021-05-07 16:14:34 +00:00
syscall_darwin_test.go unix: allow passing optional args to SysctlKinfoProcSlice 2021-11-02 06:14:01 +00:00
syscall_dragonfly.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
syscall_dragonfly_amd64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_freebsd.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
syscall_freebsd_386.go x/sys/unix: use uintptr for tracee addresses on FreeBSD 2022-09-06 13:54:38 +00:00
syscall_freebsd_amd64.go x/sys/unix: use uintptr for tracee addresses on FreeBSD 2022-09-06 13:54:38 +00:00
syscall_freebsd_arm.go x/sys/unix: use uintptr for tracee addresses on FreeBSD 2022-09-06 13:54:38 +00:00
syscall_freebsd_arm64.go x/sys/unix: use uintptr for tracee addresses on FreeBSD 2022-09-06 13:54:38 +00:00
syscall_freebsd_riscv64.go x/sys/unix: use uintptr for tracee addresses on FreeBSD 2022-09-06 13:54:38 +00:00
syscall_freebsd_test.go unix: fix staticcheck issues 2022-03-30 03:32:06 +00:00
syscall_hurd.go unix: support TIOCGETA on GNU/Hurd 2022-12-31 00:01:51 +00:00
syscall_hurd_386.go unix: support TIOCGETA on GNU/Hurd 2022-12-31 00:01:51 +00:00
syscall_illumos.go unix: migrate some illumos definitions to solaris 2022-10-10 16:01:39 +00:00
syscall_internal_bsd_test.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_internal_darwin_test.go unix: test AF_VSOCK sockets on linux 2021-10-15 20:08:01 +00:00
syscall_internal_linux_test.go unix: test AF_VSOCK sockets on linux 2021-10-15 20:08:01 +00:00
syscall_internal_solaris_test.go unix: fix event port panic after close 2022-09-08 16:41:24 +00:00
syscall_linux.go unix: avoid allocations for common uses of Readv, Writev, etc. 2022-12-21 03:31:56 +00:00
syscall_linux_386.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
syscall_linux_alarm.go unix: implement alarm(2) on Linux on all GOARCH except arm* and riscv. 2022-02-07 23:40:03 +00:00
syscall_linux_amd64.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
syscall_linux_amd64_gc.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_linux_arm.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
syscall_linux_arm64.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
syscall_linux_gc.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_linux_gc_386.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_linux_gc_arm.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_linux_gccgo_386.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_linux_gccgo_arm.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_linux_loong64.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
syscall_linux_mips64x.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
syscall_linux_mipsx.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
syscall_linux_ppc.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
syscall_linux_ppc64x.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
syscall_linux_riscv64.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
syscall_linux_s390x.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
syscall_linux_sparc64.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
syscall_linux_test.go unix: avoid allocations for common uses of Readv, Writev, etc. 2022-12-21 03:31:56 +00:00
syscall_netbsd.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
syscall_netbsd_386.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_netbsd_amd64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_netbsd_arm.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_netbsd_arm64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_netbsd_test.go unix: use ByteSliceToString in TestIoctlPtmget 2022-05-20 15:11:50 +00:00
syscall_openbsd.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
syscall_openbsd_386.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_openbsd_amd64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_openbsd_arm.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_openbsd_arm64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_openbsd_libc.go unix: convert openbsd/mips64 to direct libc calls 2022-12-30 16:58:14 +00:00
syscall_openbsd_mips64.go unix: provide Msghdr.SetIovlen on openbsd/mips64 2022-06-27 19:12:45 +00:00
syscall_openbsd_ppc64.go unix: add support for openbsd/ppc64 2022-10-10 17:02:43 +00:00
syscall_openbsd_riscv64.go unix: add support for openbsd/riscv64 2022-10-10 17:02:16 +00:00
syscall_openbsd_test.go unix: add missing chtmpdir in TestPpoll on openbsd 2020-01-13 16:29:24 +00:00
syscall_solaris.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
syscall_solaris_amd64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_solaris_test.go unix: migrate some illumos definitions to solaris 2022-10-10 16:01:39 +00:00
syscall_test.go unix: use strconv.Itoa instead of local implementation 2022-08-29 20:07:55 +00:00
syscall_unix.go unix: improve Sendmsg and Recvmsg documentation 2022-12-13 14:00:46 +00:00
syscall_unix_gc.go unix: add support for openbsd/ppc64 2022-10-10 17:02:43 +00:00
syscall_unix_gc_ppc64x.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
syscall_unix_test.go unix: add ParseOneSocketControlMessage to parse control messages without allocating 2022-11-02 19:48:38 +00:00
syscall_zos_s390x.go x/sys/unix: make ReadDirent available on zOS 2022-10-13 17:17:32 +00:00
syscall_zos_test.go unix: use ByteSliceToString in TestMountUnmount on zos 2022-06-15 21:35:10 +00:00
sysvshm_linux.go unix: SysvShmCtl should use ipc_64 on mips64(le) 2021-10-01 09:24:34 +00:00
sysvshm_unix.go unix: use unsafe.Slice instead of unsafeheader package 2022-09-09 16:24:55 +00:00
sysvshm_unix_other.go unix: enable Sysv shared memory support on darwin/arm64 2021-10-03 12:29:50 +00:00
sysvshm_unix_test.go unix: skip TestSysvSharedMemory on ENOSYS 2021-09-30 21:29:24 +00:00
timestruct.go unix: add support for zos/s390x 2021-02-24 23:11:01 +00:00
timestruct_test.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
types_aix.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
types_darwin.go unix: add support for TCP_CONNECTION_INFO on macOS 2022-06-15 21:25:26 +00:00
types_dragonfly.go unix: add AT_REMOVEDIR, AT_EACCESS and AT_SYMLINK_FOLLOW on dragonfly 2021-06-11 08:36:19 +00:00
types_freebsd.go unix: regenerate on FreeBSD 12.3 2022-07-04 08:42:25 +00:00
types_netbsd.go unix: add AT_EACCESS and AT_REMOVEDIR on netbsd 2021-06-11 08:36:46 +00:00
types_openbsd.go unix: remove Mclpool from openbsd types 2022-12-30 16:58:38 +00:00
types_solaris.go unix: migrate some illumos definitions to solaris 2022-10-10 16:01:39 +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: add namespaced versions of Listxattr/Flistxattr/Llistxattr on *BSD 2022-09-13 17:52:20 +00:00
xattr_test.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zerrors_aix_ppc.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zerrors_aix_ppc64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zerrors_darwin_amd64.go unix: support vsock for darwin 2021-10-04 09:30:28 +00:00
zerrors_darwin_arm64.go unix: support vsock for darwin 2021-10-04 09:30:28 +00:00
zerrors_dragonfly_amd64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zerrors_freebsd_386.go unix: regenerate on FreeBSD 12.3 2022-07-04 08:42:25 +00:00
zerrors_freebsd_amd64.go unix: regenerate on FreeBSD 12.3 2022-07-04 08:42:25 +00:00
zerrors_freebsd_arm.go unix: regenerate on FreeBSD 12.3 2022-07-04 08:42:25 +00:00
zerrors_freebsd_arm64.go unix: regenerate on FreeBSD 12.3 2022-07-04 08:42:25 +00:00
zerrors_freebsd_riscv64.go unix: add freebsd/riscv64 support 2022-07-12 01:45:10 +00:00
zerrors_linux.go unix: add socket constants 2022-07-21 23:06:56 +00:00
zerrors_linux_386.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zerrors_linux_amd64.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zerrors_linux_arm.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zerrors_linux_arm64.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zerrors_linux_loong64.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zerrors_linux_mips.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zerrors_linux_mips64.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zerrors_linux_mips64le.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zerrors_linux_mipsle.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zerrors_linux_ppc.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zerrors_linux_ppc64.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zerrors_linux_ppc64le.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zerrors_linux_riscv64.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zerrors_linux_s390x.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zerrors_linux_sparc64.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zerrors_netbsd_386.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zerrors_netbsd_amd64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zerrors_netbsd_arm.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zerrors_netbsd_arm64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zerrors_openbsd_386.go unix: regen on OpenBSD 7.2 2022-12-30 16:58:58 +00:00
zerrors_openbsd_amd64.go unix: regen on OpenBSD 7.2 2022-12-30 16:58:58 +00:00
zerrors_openbsd_arm.go unix: regen on OpenBSD 7.2 2022-12-30 16:58:58 +00:00
zerrors_openbsd_arm64.go unix: regen on OpenBSD 7.2 2022-12-30 16:58:58 +00:00
zerrors_openbsd_mips64.go unix: regen on OpenBSD 7.2 2022-12-30 16:58:58 +00:00
zerrors_openbsd_ppc64.go unix: add support for openbsd/ppc64 2022-10-10 17:02:43 +00:00
zerrors_openbsd_riscv64.go unix: add support for openbsd/riscv64 2022-10-10 17:02:16 +00:00
zerrors_solaris_amd64.go unix: add ICMP6_FILTER on solaris 2021-03-31 17:51:45 +00:00
zerrors_zos_s390x.go unix: augment support for zos/s390x 2021-05-02 18:08:10 +00:00
zptrace_armnn_linux.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zptrace_linux_arm64.go unix: move functions Ptrace{Get|Set}RegSetArm64 to a separate file 2019-12-10 02:34:23 +00:00
zptrace_mipsnn_linux.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zptrace_mipsnnle_linux.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zptrace_x86_linux.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zsyscall_aix_ppc.go unix: add race annotations to Pread and Pwrite 2022-03-15 19:43:20 +00:00
zsyscall_aix_ppc64.go unix: add race annotations to Pread and Pwrite 2022-03-15 19:43:20 +00:00
zsyscall_aix_ppc64_gc.go unix: fix fsync for read-only files on aix 2021-11-09 06:54:45 +00:00
zsyscall_aix_ppc64_gccgo.go unix: fix fsync for read-only files on aix 2021-11-09 06:54:45 +00:00
zsyscall_darwin_amd64.go unix: remove Go 1.12 compatibility on darwin 2022-09-15 20:00:43 +00:00
zsyscall_darwin_amd64.s unix: remove Go 1.12 compatibility on darwin 2022-09-15 20:00:43 +00:00
zsyscall_darwin_arm64.go unix: remove Go 1.12 compatibility on darwin 2022-09-15 20:00:43 +00:00
zsyscall_darwin_arm64.s unix: remove Go 1.12 compatibility on darwin 2022-09-15 20:00:43 +00:00
zsyscall_dragonfly_amd64.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_freebsd_386.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_freebsd_amd64.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_freebsd_arm.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_freebsd_arm64.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_freebsd_riscv64.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_illumos_amd64.go unix: migrate some illumos definitions to solaris 2022-10-10 16:01:39 +00:00
zsyscall_linux.go unix: add PthreadSigmask for Linux 2022-09-27 17:03:52 +00:00
zsyscall_linux_386.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
zsyscall_linux_amd64.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
zsyscall_linux_arm.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
zsyscall_linux_arm64.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
zsyscall_linux_loong64.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
zsyscall_linux_mips.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
zsyscall_linux_mips64.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
zsyscall_linux_mips64le.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
zsyscall_linux_mipsle.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
zsyscall_linux_ppc.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
zsyscall_linux_ppc64.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
zsyscall_linux_ppc64le.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
zsyscall_linux_riscv64.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
zsyscall_linux_s390x.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
zsyscall_linux_sparc64.go unix: support all Setuid/Setgid and related syscalls on Linux 2022-09-06 16:55:34 +00:00
zsyscall_netbsd_386.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_netbsd_amd64.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_netbsd_arm.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_netbsd_arm64.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_openbsd_386.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_openbsd_386.s unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_openbsd_amd64.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_openbsd_amd64.s unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_openbsd_arm.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_openbsd_arm.s unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_openbsd_arm64.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_openbsd_arm64.s unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_openbsd_mips64.go unix: convert openbsd/mips64 to direct libc calls 2022-12-30 16:58:14 +00:00
zsyscall_openbsd_mips64.s unix: convert openbsd/mips64 to direct libc calls 2022-12-30 16:58:14 +00:00
zsyscall_openbsd_ppc64.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_openbsd_ppc64.s unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_openbsd_riscv64.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_openbsd_riscv64.s unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_solaris_amd64.go unix: add ClockGettime on *bsd and solaris 2022-12-13 14:01:47 +00:00
zsyscall_zos_s390x.go unix: augment support for zos/s390x 2021-05-02 18:08:10 +00:00
zsysctl_openbsd_386.go unix: regen on OpenBSD 7.2 2022-12-30 16:58:58 +00:00
zsysctl_openbsd_amd64.go unix: regen on OpenBSD 7.2 2022-12-30 16:58:58 +00:00
zsysctl_openbsd_arm.go unix: regen on OpenBSD 7.2 2022-12-30 16:58:58 +00:00
zsysctl_openbsd_arm64.go unix: regen on OpenBSD 7.2 2022-12-30 16:58:58 +00:00
zsysctl_openbsd_mips64.go unix: regen on OpenBSD 7.2 2022-12-30 16:58:58 +00:00
zsysctl_openbsd_ppc64.go unix: add support for openbsd/ppc64 2022-10-10 17:02:43 +00:00
zsysctl_openbsd_riscv64.go unix: add support for openbsd/riscv64 2022-10-10 17:02:16 +00:00
zsysnum_darwin_amd64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zsysnum_darwin_arm64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zsysnum_dragonfly_amd64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zsysnum_freebsd_386.go unix: regenerate on FreeBSD 12.3 2022-07-04 08:42:25 +00:00
zsysnum_freebsd_amd64.go unix: regenerate on FreeBSD 12.3 2022-07-04 08:42:25 +00:00
zsysnum_freebsd_arm.go unix: regenerate on FreeBSD 12.3 2022-07-04 08:42:25 +00:00
zsysnum_freebsd_arm64.go unix: regenerate on FreeBSD 12.3 2022-07-04 08:42:25 +00:00
zsysnum_freebsd_riscv64.go unix: add freebsd/riscv64 support 2022-07-12 01:45:10 +00:00
zsysnum_linux_386.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zsysnum_linux_amd64.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zsysnum_linux_arm.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zsysnum_linux_arm64.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zsysnum_linux_loong64.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zsysnum_linux_mips.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zsysnum_linux_mips64.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zsysnum_linux_mips64le.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zsysnum_linux_mipsle.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zsysnum_linux_ppc.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zsysnum_linux_ppc64.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zsysnum_linux_ppc64le.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zsysnum_linux_riscv64.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zsysnum_linux_s390x.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zsysnum_linux_sparc64.go unix/linux: run each mkall.go target in a seperate goroutine 2022-08-04 18:27:31 +00:00
zsysnum_netbsd_386.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zsysnum_netbsd_amd64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zsysnum_netbsd_arm.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zsysnum_netbsd_arm64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
zsysnum_openbsd_386.go unix: convert openbsd/386 to direct libc calls 2022-08-11 17:12:46 +00:00
zsysnum_openbsd_amd64.go unix: convert openbsd/amd64 to direct libc calls 2022-08-11 17:12:45 +00:00
zsysnum_openbsd_arm.go unix: convert openbsd/arm to direct libc calls 2022-08-17 07:08:43 +00:00
zsysnum_openbsd_arm64.go unix: convert openbsd/arm64 to direct libc calls 2022-08-11 17:12:43 +00:00
zsysnum_openbsd_mips64.go unix: convert openbsd/mips64 to direct libc calls 2022-12-30 16:58:14 +00:00
zsysnum_openbsd_ppc64.go unix: add support for openbsd/ppc64 2022-10-10 17:02:43 +00:00
zsysnum_openbsd_riscv64.go unix: add support for openbsd/riscv64 2022-10-10 17:02:16 +00:00
zsysnum_zos_s390x.go unix: add support for zos/s390x 2021-02-24 23:11:01 +00:00
ztypes_aix_ppc.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
ztypes_aix_ppc64.go all: go fmt ./... 2021-02-20 05:07:31 +00:00
ztypes_darwin_amd64.go unix: add support for TCP_CONNECTION_INFO on macOS 2022-06-15 21:25:26 +00:00
ztypes_darwin_arm64.go unix: add support for TCP_CONNECTION_INFO on macOS 2022-06-15 21:25:26 +00:00
ztypes_dragonfly_amd64.go unix: add AT_REMOVEDIR, AT_EACCESS and AT_SYMLINK_FOLLOW on dragonfly 2021-06-11 08:36:19 +00:00
ztypes_freebsd_386.go x/sys/unix: use uintptr for tracee addresses on FreeBSD 2022-09-06 13:54:38 +00:00
ztypes_freebsd_amd64.go x/sys/unix: use uintptr for tracee addresses on FreeBSD 2022-09-06 13:54:38 +00:00
ztypes_freebsd_arm.go x/sys/unix: use uintptr for tracee addresses on FreeBSD 2022-09-06 13:54:38 +00:00
ztypes_freebsd_arm64.go x/sys/unix: use uintptr for tracee addresses on FreeBSD 2022-09-06 13:54:38 +00:00
ztypes_freebsd_riscv64.go x/sys/unix: use uintptr for tracee addresses on FreeBSD 2022-09-06 13:54:38 +00:00
ztypes_linux.go unix: add missing IFLA_* consts on linux 2022-08-04 21:44:06 +00:00
ztypes_linux_386.go unix: add SIG_BLOCK and friends for Linux 2022-09-28 13:57:37 +00:00
ztypes_linux_amd64.go unix: add SIG_BLOCK and friends for Linux 2022-09-28 13:57:37 +00:00
ztypes_linux_arm.go unix: add SIG_BLOCK and friends for Linux 2022-09-28 13:57:37 +00:00
ztypes_linux_arm64.go unix: add SIG_BLOCK and friends for Linux 2022-09-28 13:57:37 +00:00
ztypes_linux_loong64.go unix: add SIG_BLOCK and friends for Linux 2022-09-28 13:57:37 +00:00
ztypes_linux_mips.go unix: add SIG_BLOCK and friends for Linux 2022-09-28 13:57:37 +00:00
ztypes_linux_mips64.go unix: add SIG_BLOCK and friends for Linux 2022-09-28 13:57:37 +00:00
ztypes_linux_mips64le.go unix: add SIG_BLOCK and friends for Linux 2022-09-28 13:57:37 +00:00
ztypes_linux_mipsle.go unix: add SIG_BLOCK and friends for Linux 2022-09-28 13:57:37 +00:00
ztypes_linux_ppc.go unix: add SIG_BLOCK and friends for Linux 2022-09-28 13:57:37 +00:00
ztypes_linux_ppc64.go unix: add SIG_BLOCK and friends for Linux 2022-09-28 13:57:37 +00:00
ztypes_linux_ppc64le.go unix: add SIG_BLOCK and friends for Linux 2022-09-28 13:57:37 +00:00
ztypes_linux_riscv64.go unix: add SIG_BLOCK and friends for Linux 2022-09-28 13:57:37 +00:00
ztypes_linux_s390x.go unix: add SIG_BLOCK and friends for Linux 2022-09-28 13:57:37 +00:00
ztypes_linux_sparc64.go unix: add SIG_BLOCK and friends for Linux 2022-09-28 13:57:37 +00:00
ztypes_netbsd_386.go unix: add AT_EACCESS and AT_REMOVEDIR on netbsd 2021-06-11 08:36:46 +00:00
ztypes_netbsd_amd64.go unix: add AT_EACCESS and AT_REMOVEDIR on netbsd 2021-06-11 08:36:46 +00:00
ztypes_netbsd_arm.go unix: add AT_EACCESS and AT_REMOVEDIR on netbsd 2021-06-11 08:36:46 +00:00
ztypes_netbsd_arm64.go unix: add AT_EACCESS and AT_REMOVEDIR on netbsd 2021-06-11 08:36:46 +00:00
ztypes_openbsd_386.go unix: regen on OpenBSD 7.2 2022-12-30 16:58:58 +00:00
ztypes_openbsd_amd64.go unix: regen on OpenBSD 7.2 2022-12-30 16:58:58 +00:00
ztypes_openbsd_arm.go unix: regen on OpenBSD 7.2 2022-12-30 16:58:58 +00:00
ztypes_openbsd_arm64.go unix: regen on OpenBSD 7.2 2022-12-30 16:58:58 +00:00
ztypes_openbsd_mips64.go unix: regen on OpenBSD 7.2 2022-12-30 16:58:58 +00:00
ztypes_openbsd_ppc64.go unix: add support for openbsd/ppc64 2022-10-10 17:02:43 +00:00
ztypes_openbsd_riscv64.go unix: add support for openbsd/riscv64 2022-10-10 17:02:16 +00:00
ztypes_solaris_amd64.go unix: migrate some illumos definitions to solaris 2022-10-10 16:01:39 +00:00
ztypes_zos_s390x.go x/sys/unix: make ReadDirent available on zOS 2022-10-13 17:17:32 +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 a 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 may 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, and 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 and 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.

internal/mkmerge

This program is used to extract duplicate const, func, and type declarations from the generated architecture-specific files listed below, and merge these into a common file for each OS.

The merge is performed in the following steps:

  1. Construct the set of common code that is idential in all architecture-specific files.
  2. Write this common code to the merged file.
  3. Remove the common code from all architecture-specific files.

Generated files

zerrors_${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).