cri-o/vendor/golang.org/x/sys/unix
Jonathan Yu 6c9628cdb1
Build and install from GOPATH
* Rename 'vendor/src' -> 'vendor'
  * Ignore vendor/ instead of vendor/src/ for lint
* Rename 'cmd/client' -> 'cmd/ocic' to make it 'go install'able
* Rename 'cmd/server' -> 'cmd/ocid' to make it 'go install'able
* Update Makefile to build and install from GOPATH
* Update tests to locate ocid/ocic in GOPATH/bin
* Search for binaries in GOPATH/bin instead of PATH
* Install tools using `go get -u`, so they are updated on each run

Signed-off-by: Jonathan Yu <jawnsy@redhat.com>
2017-01-17 12:09:09 -08:00
..
.gitignore Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_darwin_386.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_darwin_amd64.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_darwin_arm.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_darwin_arm64.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_dragonfly_amd64.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_freebsd_386.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_freebsd_amd64.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_freebsd_arm.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_linux_386.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_linux_amd64.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_linux_arm.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_linux_arm64.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_linux_mips64x.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_linux_ppc64x.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_linux_s390x.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_netbsd_386.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_netbsd_amd64.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_netbsd_arm.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_openbsd_386.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_openbsd_amd64.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
asm_solaris_amd64.s Build and install from GOPATH 2017-01-17 12:09:09 -08:00
bluetooth_linux.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
constants.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
env_unix.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
env_unset.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
flock.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
flock_linux_32bit.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
gccgo.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
gccgo_c.c Build and install from GOPATH 2017-01-17 12:09:09 -08:00
gccgo_linux_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
mkall.sh Build and install from GOPATH 2017-01-17 12:09:09 -08:00
mkerrors.sh Build and install from GOPATH 2017-01-17 12:09:09 -08:00
mkpost.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
mksyscall.pl Build and install from GOPATH 2017-01-17 12:09:09 -08:00
mksyscall_solaris.pl Build and install from GOPATH 2017-01-17 12:09:09 -08:00
mksysctl_openbsd.pl Build and install from GOPATH 2017-01-17 12:09:09 -08:00
mksysnum_darwin.pl Build and install from GOPATH 2017-01-17 12:09:09 -08:00
mksysnum_dragonfly.pl Build and install from GOPATH 2017-01-17 12:09:09 -08:00
mksysnum_freebsd.pl Build and install from GOPATH 2017-01-17 12:09:09 -08:00
mksysnum_linux.pl Build and install from GOPATH 2017-01-17 12:09:09 -08:00
mksysnum_netbsd.pl Build and install from GOPATH 2017-01-17 12:09:09 -08:00
mksysnum_openbsd.pl Build and install from GOPATH 2017-01-17 12:09:09 -08:00
race.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
race0.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
sockcmsg_linux.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
sockcmsg_unix.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
str.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_bsd.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_darwin.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_darwin_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_darwin_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_darwin_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_darwin_arm64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_dragonfly.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_dragonfly_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_freebsd.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_freebsd_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_freebsd_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_freebsd_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_linux.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_linux_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_linux_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_linux_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_linux_arm64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_linux_mips64x.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_linux_ppc64x.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_linux_s390x.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_netbsd.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_netbsd_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_netbsd_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_netbsd_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_no_getwd.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_openbsd.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_openbsd_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_openbsd_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_solaris.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_solaris_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
syscall_unix.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
types_darwin.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
types_dragonfly.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
types_freebsd.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
types_linux.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
types_netbsd.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
types_openbsd.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
types_solaris.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_darwin_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_darwin_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_darwin_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_darwin_arm64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_dragonfly_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_freebsd_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_freebsd_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_freebsd_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_linux_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_linux_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_linux_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_linux_arm64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_linux_mips64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_linux_mips64le.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_linux_ppc64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_linux_ppc64le.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_linux_s390x.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_netbsd_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_netbsd_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_netbsd_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_openbsd_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_openbsd_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zerrors_solaris_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_darwin_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_darwin_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_darwin_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_darwin_arm64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_dragonfly_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_freebsd_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_freebsd_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_freebsd_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_linux_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_linux_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_linux_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_linux_arm64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_linux_mips64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_linux_mips64le.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_linux_ppc64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_linux_ppc64le.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_linux_s390x.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_netbsd_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_netbsd_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_netbsd_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_openbsd_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_openbsd_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsyscall_solaris_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysctl_openbsd.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_darwin_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_darwin_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_darwin_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_darwin_arm64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_dragonfly_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_freebsd_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_freebsd_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_freebsd_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_linux_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_linux_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_linux_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_linux_arm64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_linux_mips64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_linux_mips64le.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_linux_ppc64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_linux_ppc64le.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_linux_s390x.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_netbsd_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_netbsd_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_netbsd_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_openbsd_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_openbsd_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
zsysnum_solaris_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_darwin_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_darwin_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_darwin_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_darwin_arm64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_dragonfly_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_freebsd_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_freebsd_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_freebsd_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_linux_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_linux_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_linux_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_linux_arm64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_linux_mips64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_linux_mips64le.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_linux_ppc64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_linux_ppc64le.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_linux_s390x.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_netbsd_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_netbsd_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_netbsd_arm.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_openbsd_386.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_openbsd_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
ztypes_solaris_amd64.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00