apiserver/vendor/github.com
Kubernetes Publisher 06ea0476f0 Merge pull request #49300 from tklauser/syscall-to-x-sys-unix
Automatic merge from submit-queue

Switch from package syscall to golang.org/x/sys/unix

**What this PR does / why we need it**:

The syscall package is locked down and the comment in https://github.com/golang/go/blob/master/src/syscall/syscall.go#L21-L24 advises to switch code to use the corresponding package from golang.org/x/sys. This PR does so and replaces usage of package syscall with package golang.org/x/sys/unix where applicable. This will also allow to get updates and fixes
without having to use a new go version.

In order to get the latest functionality, golang.org/x/sys/ is re-vendored. This also allows to use Eventfd() from this package instead of calling the eventfd() C function.

**Special notes for your reviewer**:

This follows previous works in other Go projects, see e.g. moby/moby#33399, cilium/cilium#588

**Release note**:

```release-note
NONE
```

Kubernetes-commit: 5d24a2c19923d6da46110b827619f4b21cf689ac
2017-08-29 13:13:50 +00:00
..
NYTimes/gziphandler sync: resync vendor folder 2017-07-01 08:40:15 +00:00
PuerkitoBio sync: resync vendor folder 2017-02-23 11:13:21 -05:00
beorn7/perks sync: resync vendor folder 2017-02-23 11:13:21 -05:00
boltdb/bolt sync: resync vendor folder 2017-04-05 20:35:48 +00:00
coreos Merge pull request #49300 from tklauser/syscall-to-x-sys-unix 2017-08-29 13:13:50 +00:00
davecgh/go-spew sync: resync vendor folder 2017-07-19 03:49:47 +00:00
elazarl/go-bindata-assetfs sync: resync vendor folder 2017-02-23 11:13:21 -05:00
emicklei sync: resync vendor folder 2017-05-12 17:30:46 +00:00
evanphx/json-patch Merge pull request #49300 from tklauser/syscall-to-x-sys-unix 2017-08-29 13:13:50 +00:00
ghodss/yaml sync: resync vendor folder 2017-02-23 11:13:21 -05:00
gogo/protobuf sync: resync vendor folder 2017-04-12 20:36:01 +00:00
golang/protobuf sync: resync vendor folder 2017-05-21 17:28:40 +00:00
google/btree sync: resync vendor folder 2017-05-12 17:30:46 +00:00
googleapis/gnostic Merge pull request #49300 from tklauser/syscall-to-x-sys-unix 2017-08-29 13:13:50 +00:00
gophercloud/gophercloud sync: resync vendor folder 2017-06-28 00:15:15 +00:00
grpc-ecosystem sync: resync vendor folder 2017-04-12 20:36:01 +00:00
hashicorp/golang-lru sync: resync vendor folder 2017-05-17 17:28:28 +00:00
howeyc/gopass sync: resync vendor folder 2017-06-13 20:48:33 +00:00
imdario/mergo sync: resync vendor folder 2017-02-23 11:13:21 -05:00
jonboulle/clockwork sync: resync vendor folder 2017-02-23 11:13:21 -05:00
juju/ratelimit sync: resync vendor folder 2017-06-13 20:48:33 +00:00
karlseguin/ccache sync: resync vendor folder 2017-04-12 20:36:01 +00:00
mailru/easyjson sync: resync vendor folder 2017-02-23 11:13:21 -05:00
matttproud/golang_protobuf_extensions sync: resync vendor folder 2017-02-23 11:13:21 -05:00
mxk/go-flowrate sync: resync vendor folder 2017-02-23 11:13:21 -05:00
pborman/uuid sync: resync vendor folder 2017-02-23 11:13:21 -05:00
pkg/errors sync: resync vendor folder 2017-02-23 11:13:21 -05:00
pmezard/go-difflib sync: resync vendor folder 2017-02-23 11:13:21 -05:00
prometheus sync: resync vendor folder 2017-06-13 20:48:33 +00:00
spf13/pflag sync: resync vendor folder 2017-03-31 20:37:52 +00:00
stretchr/testify sync: resync vendor folder 2017-07-19 03:49:47 +00:00
ugorji/go sync: resync vendor folder 2017-02-23 11:13:21 -05:00
xiang90/probing sync: resync vendor folder 2017-02-23 11:13:21 -05:00