moby--moby/pkg/system
Michael Crosby 60e4276f5a Integrate new structure into docker's native driver
This duplicates some of the Exec code but I think it it worth it because
the native driver is more straight forward and does not have the
complexity have handling the type issues for now.
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
2014-04-30 18:20:01 -07:00
..
MAINTAINERS Add system maintainers 2014-04-30 12:01:06 -07:00
calls_linux.go
errors.go
fds_linux.go Close extraneous file descriptors in containers 2014-04-29 16:45:28 -06:00
fds_unsupported.go Close extraneous file descriptors in containers 2014-04-29 16:45:28 -06:00
proc.go
pty_linux.go
setns_linux.go
stat_linux.go
stat_unsupported.go
sysconfig.go Use cgo to get systems clock ticks for metrics 2014-04-21 10:26:22 -07:00
sysconfig_nocgo.go Use cgo to get systems clock ticks for metrics 2014-04-21 10:26:22 -07:00
unsupported.go Integrate new structure into docker's native driver 2014-04-30 18:20:01 -07:00
utimes_freebsd.go
utimes_linux.go
utimes_test.go
utimes_unsupported.go
xattrs_linux.go
xattrs_unsupported.go