vendoring sys/unix, go-systemd, dhcp libraries
authorEugene Yakubovich <eugene.yakubovich@coreos.com>
Tue, 19 May 2015 18:49:13 +0000 (11:49 -0700)
committerEugene Yakubovich <eugene.yakubovich@coreos.com>
Wed, 20 May 2015 00:43:44 +0000 (17:43 -0700)
commit01298363ad7fe93606c745d4cae4de184edce090
tree44abb6d8806f2de007a1b9d2e228078aec9a40d3
parent49a018fa85ac216fdc76c835371807bdcf3b8ead
vendoring sys/unix, go-systemd, dhcp libraries
166 files changed:
Godeps/Godeps.json
Godeps/_workspace/src/github.com/coreos/go-systemd/activation/files.go [new file with mode: 0644]
Godeps/_workspace/src/github.com/coreos/go-systemd/activation/files_test.go [new file with mode: 0644]
Godeps/_workspace/src/github.com/coreos/go-systemd/activation/listeners.go [new file with mode: 0644]
Godeps/_workspace/src/github.com/coreos/go-systemd/activation/listeners_test.go [new file with mode: 0644]
Godeps/_workspace/src/github.com/coreos/go-systemd/activation/packetconns.go [new file with mode: 0644]
Godeps/_workspace/src/github.com/coreos/go-systemd/activation/packetconns_test.go [new file with mode: 0644]
Godeps/_workspace/src/github.com/d2g/dhcp4/LICENSE [new file with mode: 0644]
Godeps/_workspace/src/github.com/d2g/dhcp4/README.md [new file with mode: 0644]
Godeps/_workspace/src/github.com/d2g/dhcp4/constants.go [new file with mode: 0644]
Godeps/_workspace/src/github.com/d2g/dhcp4/helpers.go [new file with mode: 0644]
Godeps/_workspace/src/github.com/d2g/dhcp4/option.go [new file with mode: 0644]
Godeps/_workspace/src/github.com/d2g/dhcp4/packet.go [new file with mode: 0644]
Godeps/_workspace/src/github.com/d2g/dhcp4client/LICENSE [new file with mode: 0644]
Godeps/_workspace/src/github.com/d2g/dhcp4client/README.md [new file with mode: 0644]
Godeps/_workspace/src/github.com/d2g/dhcp4client/client.go [new file with mode: 0644]
Godeps/_workspace/src/github.com/d2g/dhcp4client/client_test.go [new file with mode: 0644]
Godeps/_workspace/src/github.com/d2g/dhcp4client/inetsock.go [new file with mode: 0644]
Godeps/_workspace/src/github.com/d2g/dhcp4client/init.go [new file with mode: 0644]
Godeps/_workspace/src/github.com/d2g/dhcp4client/pktsock_linux.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm_darwin_386.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm_darwin_amd64.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm_dragonfly_386.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm_dragonfly_amd64.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm_freebsd_386.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm_freebsd_amd64.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm_freebsd_arm.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm_linux_386.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm_linux_amd64.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm_linux_arm.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm_netbsd_386.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm_netbsd_amd64.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm_netbsd_arm.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm_openbsd_386.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm_openbsd_amd64.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/asm_solaris_amd64.s [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/constants.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/creds_test.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/env_unix.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/env_unset.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/flock.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/flock_linux_32bit.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/gccgo.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/gccgo_c.c [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/gccgo_linux_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/mkall.sh [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/mkerrors.sh [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/mksyscall.pl [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/mksyscall_solaris.pl [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/mksysctl_openbsd.pl [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_darwin.pl [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_dragonfly.pl [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_freebsd.pl [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_linux.pl [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_netbsd.pl [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/mksysnum_openbsd.pl [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/mmap_unix_test.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/race.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/race0.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/so_solaris.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/sockcmsg_linux.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/sockcmsg_unix.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/str.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_bsd.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_bsd_test.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_darwin.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_darwin_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_darwin_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_dragonfly.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_dragonfly_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_dragonfly_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd_arm.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_linux.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_linux_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_linux_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_linux_arm.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_netbsd.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_netbsd_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_netbsd_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_netbsd_arm.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_no_getwd.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_openbsd.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_openbsd_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_openbsd_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_solaris.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_solaris_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_test.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_unix.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/syscall_unix_test.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/types_darwin.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/types_dragonfly.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/types_freebsd.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/types_linux.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/types_netbsd.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/types_openbsd.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/types_solaris.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_darwin_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_darwin_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_dragonfly_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_freebsd_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_freebsd_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_freebsd_arm.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_linux_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_linux_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_linux_arm.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_netbsd_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_netbsd_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_netbsd_arm.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_openbsd_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_openbsd_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zerrors_solaris_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_darwin_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_darwin_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_dragonfly_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_freebsd_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_freebsd_arm.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_linux_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_linux_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_linux_arm.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_netbsd_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_netbsd_arm.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_openbsd_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsyscall_solaris_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysctl_openbsd.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_darwin_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_darwin_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_dragonfly_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_freebsd_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_freebsd_arm.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_linux_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_linux_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_linux_arm.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_netbsd_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_netbsd_arm.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_openbsd_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/zsysnum_solaris_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_darwin_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_darwin_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_dragonfly_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_freebsd_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_freebsd_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_freebsd_arm.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_linux_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_linux_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_linux_arm.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_netbsd_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_netbsd_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_netbsd_arm.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_openbsd_386.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_openbsd_amd64.go [new file with mode: 0644]
Godeps/_workspace/src/golang.org/x/sys/unix/ztypes_solaris_amd64.go [new file with mode: 0644]