open-vault/vendor/golang.org/x/sys/unix
Brian Kassouf ed14061578
Raft Storage Backend (#6888)
* Work on raft backend

* Add logstore locally

* Add encryptor and unsealable interfaces

* Add clustering support to raft

* Remove client and handler

* Bootstrap raft on init

* Cleanup raft logic a bit

* More raft work

* Work on TLS config

* More work on bootstrapping

* Fix build

* More work on bootstrapping

* More bootstrapping work

* fix build

* Remove consul dep

* Fix build

* merged oss/master into raft-storage

* Work on bootstrapping

* Get bootstrapping to work

* Clean up FMS and node-id

* Update local node ID logic

* Cleanup node-id change

* Work on snapshotting

* Raft: Add remove peer API (#906)

* Add remove peer API

* Add some comments

* Fix existing snapshotting (#909)

* Raft get peers API (#912)

* Read raft configuration

* address review feedback

* Use the Leadership Transfer API to step-down the active node (#918)

* Raft join and unseal using Shamir keys (#917)

* Raft join using shamir

* Store AEAD instead of master key

* Split the raft join process to answer the challenge after a successful unseal

* get the follower to standby state

* Make unseal work

* minor changes

* Some input checks

* reuse the shamir seal access instead of new default seal access

* refactor joinRaftSendAnswer function

* Synchronously send answer in auto-unseal case

* Address review feedback

* Raft snapshots (#910)

* Fix existing snapshotting

* implement the noop snapshotting

* Add comments and switch log libraries

* add some snapshot tests

* add snapshot test file

* add TODO

* More work on raft snapshotting

* progress on the ConfigStore strategy

* Don't use two buckets

* Update the snapshot store logic to hide the file logic

* Add more backend tests

* Cleanup code a bit

* [WIP] Raft recovery (#938)

* Add recovery functionality

* remove fmt.Printfs

* Fix a few fsm bugs

* Add max size value for raft backend (#942)

* Add max size value for raft backend

* Include physical.ErrValueTooLarge in the message

* Raft snapshot Take/Restore API  (#926)

* Inital work on raft snapshot APIs

* Always redirect snapshot install/download requests

* More work on the snapshot APIs

* Cleanup code a bit

* On restore handle special cases

* Use the seal to encrypt the sha sum file

* Add sealer mechanism and fix some bugs

* Call restore while state lock is held

* Send restore cb trigger through raft log

* Make error messages nicer

* Add test helpers

* Add snapshot test

* Add shamir unseal test

* Add more raft snapshot API tests

* Fix locking

* Change working to initalize

* Add underlying raw object to test cluster core

* Move leaderUUID to core

* Add raft TLS rotation logic (#950)

* Add TLS rotation logic

* Cleanup logic a bit

* Add/Remove from follower state on add/remove peer

* add comments

* Update more comments

* Update request_forwarding_service.proto

* Make sure we populate all nodes in the followerstate obj

* Update times

* Apply review feedback

* Add more raft config setting (#947)

* Add performance config setting

* Add more config options and fix tests

* Test Raft Recovery (#944)

* Test raft recovery

* Leave out a node during recovery

* remove unused struct

* Update physical/raft/snapshot_test.go

* Update physical/raft/snapshot_test.go

* fix vendoring

* Switch to new raft interface

* Remove unused files

* Switch a gogo -> proto instance

* Remove unneeded vault dep in go.sum

* Update helper/testhelpers/testhelpers.go

Co-Authored-By: Calvin Leung Huang <cleung2010@gmail.com>

* Update vault/cluster/cluster.go

* track active key within the keyring itself (#6915)

* track active key within the keyring itself

* lookup and store using the active key ID

* update docstring

* minor refactor

* Small text fixes (#6912)

* Update physical/raft/raft.go

Co-Authored-By: Calvin Leung Huang <cleung2010@gmail.com>

* review feedback

* Move raft logical system into separate file

* Update help text a bit

* Enforce cluster addr is set and use it for raft bootstrapping

* Fix tests

* fix http test panic

* Pull in latest raft-snapshot library

* Add comment
2019-06-20 12:14:58 -07:00
..
.gitignore Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
README.md Update deps (#6580) 2019-04-12 11:51:37 -04:00
affinity_linux.go Bump deps 2018-02-10 19:29:52 -05:00
aliases.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
asm_aix_ppc64.s Update deps (#6580) 2019-04-12 11:51:37 -04:00
asm_darwin_386.s Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
asm_darwin_amd64.s Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
asm_darwin_arm.s Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
asm_darwin_arm64.s Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
asm_dragonfly_amd64.s Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
asm_freebsd_386.s Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
asm_freebsd_amd64.s Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
asm_freebsd_arm.s Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
asm_freebsd_arm64.s Update deps (#6580) 2019-04-12 11:51:37 -04:00
asm_linux_386.s Bump deps 2018-01-26 18:51:00 -05:00
asm_linux_amd64.s Bump deps 2018-01-26 18:51:00 -05:00
asm_linux_arm.s Bump deps 2018-01-26 18:51:00 -05:00
asm_linux_arm64.s Bump deps 2018-01-26 18:51:00 -05:00
asm_linux_mips64x.s Bump deps 2018-01-26 18:51:00 -05:00
asm_linux_mipsx.s Bump deps 2018-01-26 18:51:00 -05:00
asm_linux_ppc64x.s Update deps (#6580) 2019-04-12 11:51:37 -04:00
asm_linux_s390x.s Bump deps 2018-01-26 18:51:00 -05:00
asm_netbsd_386.s Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
asm_netbsd_amd64.s Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
asm_netbsd_arm.s Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
asm_netbsd_arm64.s Update deps (#6580) 2019-04-12 11:51:37 -04:00
asm_openbsd_386.s Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
asm_openbsd_amd64.s Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
asm_openbsd_arm.s Bump deps 2017-09-05 18:06:47 -04:00
asm_openbsd_arm64.s Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
asm_solaris_amd64.s Bump deps 2017-05-24 09:40:58 -04:00
bluetooth_linux.go Update vendoring 2016-04-26 00:18:04 +00:00
cap_freebsd.go Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
constants.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
dev_aix_ppc.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
dev_aix_ppc64.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
dev_darwin.go Bump deps 2017-09-15 12:44:57 -04:00
dev_dragonfly.go Bump deps 2017-09-15 12:44:57 -04:00
dev_freebsd.go Bump deps 2017-09-15 12:44:57 -04:00
dev_linux.go Bump deps 2017-09-15 12:44:57 -04:00
dev_netbsd.go Bump deps 2017-09-15 12:44:57 -04:00
dev_openbsd.go Bump deps 2017-09-15 12:44:57 -04:00
dirent.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
endian_big.go Bump deps 2017-04-17 11:17:06 -04:00
endian_little.go Bump deps 2017-04-17 11:17:06 -04:00
env_unix.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
errors_freebsd_386.go Bump deps 2017-09-05 18:06:47 -04:00
errors_freebsd_amd64.go Bump deps 2017-09-05 18:06:47 -04:00
errors_freebsd_arm.go Bump deps 2017-09-05 18:06:47 -04:00
fcntl.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
fcntl_darwin.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
fcntl_linux_32bit.go Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
gccgo.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
gccgo_c.c Update Deps (#5454) 2018-10-03 09:55:26 -07:00
gccgo_linux_amd64.go Bump deps 2017-10-27 15:06:04 -04:00
ioctl.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
mkall.sh Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
mkasm_darwin.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
mkerrors.sh Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
mkpost.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
mksyscall.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
mksyscall_aix_ppc.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
mksyscall_aix_ppc64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
mksyscall_solaris.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
mksysctl_openbsd.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
mksysnum.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
pagesize_unix.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
pledge_openbsd.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
race.go Bump deps 2017-10-27 15:06:04 -04:00
race0.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
sockcmsg_linux.go Bump deps 2017-10-27 15:06:04 -04:00
sockcmsg_unix.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
str.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
syscall.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
syscall_aix.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
syscall_aix_ppc.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
syscall_aix_ppc64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
syscall_bsd.go Bump deps 2018-07-09 12:41:21 -04:00
syscall_darwin.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_darwin_386.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_darwin_amd64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_darwin_arm.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_darwin_arm64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_darwin_libSystem.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_dragonfly.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_dragonfly_amd64.go Bump deps 2017-10-27 15:06:04 -04:00
syscall_freebsd.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
syscall_freebsd_386.go Bump deps 2017-10-27 15:06:04 -04:00
syscall_freebsd_amd64.go Bump deps 2017-10-27 15:06:04 -04:00
syscall_freebsd_arm.go Bump deps 2017-10-27 15:06:04 -04:00
syscall_freebsd_arm64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_linux.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
syscall_linux_386.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_linux_amd64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_linux_amd64_gc.go Bump deps 2017-01-04 16:47:38 -05:00
syscall_linux_arm.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
syscall_linux_arm64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_linux_gc.go Bump deps 2018-02-10 19:29:52 -05:00
syscall_linux_gc_386.go Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
syscall_linux_gccgo_386.go Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
syscall_linux_gccgo_arm.go Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
syscall_linux_mips64x.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_linux_mipsx.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_linux_ppc64x.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_linux_riscv64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_linux_s390x.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_linux_sparc64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_netbsd.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_netbsd_386.go Bump deps 2017-10-27 15:06:04 -04:00
syscall_netbsd_amd64.go Bump deps 2017-10-27 15:06:04 -04:00
syscall_netbsd_arm.go Bump deps 2017-10-27 15:06:04 -04:00
syscall_netbsd_arm64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_openbsd.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_openbsd_386.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_openbsd_amd64.go Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
syscall_openbsd_arm.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_openbsd_arm64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
syscall_solaris.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_solaris_amd64.go Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
syscall_unix.go add elasticsearch database engine 2019-06-10 09:19:11 -07:00
syscall_unix_gc.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
syscall_unix_gc_ppc64x.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
timestruct.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
types_aix.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
types_darwin.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
types_dragonfly.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
types_freebsd.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
types_netbsd.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
types_openbsd.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
types_solaris.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
unveil_openbsd.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
xattr_bsd.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zerrors_aix_ppc.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zerrors_aix_ppc64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zerrors_darwin_386.go Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
zerrors_darwin_amd64.go Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
zerrors_darwin_arm.go Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
zerrors_darwin_arm64.go Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
zerrors_dragonfly_amd64.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
zerrors_freebsd_386.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
zerrors_freebsd_amd64.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
zerrors_freebsd_arm.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
zerrors_freebsd_arm64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zerrors_linux_386.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zerrors_linux_amd64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zerrors_linux_arm.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zerrors_linux_arm64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zerrors_linux_mips.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zerrors_linux_mips64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zerrors_linux_mips64le.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zerrors_linux_mipsle.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zerrors_linux_ppc64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zerrors_linux_ppc64le.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zerrors_linux_riscv64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zerrors_linux_s390x.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zerrors_linux_sparc64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zerrors_netbsd_386.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
zerrors_netbsd_amd64.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
zerrors_netbsd_arm.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
zerrors_netbsd_arm64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zerrors_openbsd_386.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
zerrors_openbsd_amd64.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
zerrors_openbsd_arm.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
zerrors_openbsd_arm64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zerrors_solaris_amd64.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
zptrace386_linux.go Bump deps 2017-10-27 15:06:04 -04:00
zptracearm_linux.go Bump deps 2017-10-27 15:06:04 -04:00
zptracemips_linux.go Bump deps 2017-10-27 15:06:04 -04:00
zptracemipsle_linux.go Bump deps 2017-10-27 15:06:04 -04:00
zsyscall_aix_ppc.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_aix_ppc64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_aix_ppc64_gc.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_aix_ppc64_gccgo.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_darwin_386.1_11.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_darwin_386.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_darwin_386.s Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_darwin_amd64.1_11.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_darwin_amd64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_darwin_amd64.s Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_darwin_arm.1_11.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_darwin_arm.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_darwin_arm.s Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_darwin_arm64.1_11.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_darwin_arm64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_darwin_arm64.s Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_dragonfly_amd64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_freebsd_386.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_freebsd_amd64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_freebsd_arm.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_freebsd_arm64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_linux_386.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_linux_amd64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_linux_arm.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_linux_arm64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_linux_mips.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_linux_mips64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_linux_mips64le.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_linux_mipsle.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_linux_ppc64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_linux_ppc64le.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_linux_riscv64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_linux_s390x.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_linux_sparc64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_netbsd_386.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_netbsd_amd64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_netbsd_arm.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_netbsd_arm64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_openbsd_386.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_openbsd_amd64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_openbsd_arm.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsyscall_openbsd_arm64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsyscall_solaris_amd64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysctl_openbsd_386.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysctl_openbsd_amd64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysctl_openbsd_arm.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysctl_openbsd_arm64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysnum_darwin_386.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysnum_darwin_amd64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysnum_darwin_arm.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysnum_darwin_arm64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysnum_dragonfly_amd64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysnum_freebsd_386.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysnum_freebsd_amd64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysnum_freebsd_arm.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysnum_freebsd_arm64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysnum_linux_386.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysnum_linux_amd64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysnum_linux_arm.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysnum_linux_arm64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysnum_linux_mips.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysnum_linux_mips64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysnum_linux_mips64le.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysnum_linux_mipsle.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysnum_linux_ppc64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysnum_linux_ppc64le.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysnum_linux_riscv64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysnum_linux_s390x.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysnum_linux_sparc64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
zsysnum_netbsd_386.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysnum_netbsd_amd64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysnum_netbsd_arm.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysnum_netbsd_arm64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysnum_openbsd_386.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysnum_openbsd_amd64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysnum_openbsd_arm.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
zsysnum_openbsd_arm64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_aix_ppc.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_aix_ppc64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_darwin_386.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_darwin_amd64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_darwin_arm.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_darwin_arm64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_dragonfly_amd64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_freebsd_386.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_freebsd_amd64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_freebsd_arm.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_freebsd_arm64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_linux_386.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_linux_amd64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_linux_arm.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_linux_arm64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_linux_mips.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_linux_mips64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_linux_mips64le.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_linux_mipsle.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_linux_ppc64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_linux_ppc64le.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_linux_riscv64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_linux_s390x.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_linux_sparc64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_netbsd_386.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_netbsd_amd64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_netbsd_arm.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_netbsd_arm64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_openbsd_386.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
ztypes_openbsd_amd64.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
ztypes_openbsd_arm.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
ztypes_openbsd_arm64.go Raft Storage Backend (#6888) 2019-06-20 12:14:58 -07:00
ztypes_solaris_amd64.go Update deps (#5520) 2018-10-15 14:36:55 -07: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).