runc/libcontainer/cgroups
Christy Perez 3d7cb4293c Move libcontainer to x/sys/unix
Since syscall is outdated and broken for some architectures,
use x/sys/unix instead.

There are still some dependencies on the syscall package that will
remain in syscall for the forseeable future:

Errno
Signal
SysProcAttr

Additionally:
- os still uses syscall, so it needs to be kept for anything
returning *os.ProcessState, such as process.Wait.

Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com>
2017-05-22 17:35:20 -05:00
..
fs Move libcontainer to x/sys/unix 2017-05-22 17:35:20 -05:00
rootless rootless: add rootless cgroup manager 2017-03-23 20:46:20 +11:00
systemd rootless: add rootless cgroup manager 2017-03-23 20:46:20 +11:00
cgroups.go cgroups: update the comments 2017-01-03 22:40:12 +08:00
cgroups_test.go Rework ParseCgroupFile 2015-09-10 20:59:27 +03:00
cgroups_unsupported.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
stats.go Fix trivial style errors reported by `go vet` and `golint` 2016-04-12 08:13:16 +00:00
utils.go rootless: add rootless cgroup manager 2017-03-23 20:46:20 +11:00
utils_test.go Add a test for testing that we ignore cgroup2 mounts 2017-01-11 16:49:53 -08:00