runc/libcontainer/integration
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
..
checkpoint_test.go Move libcontainer to x/sys/unix 2017-05-22 17:35:20 -05:00
doc.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
exec_test.go Move libcontainer to x/sys/unix 2017-05-22 17:35:20 -05:00
execin_test.go Move libcontainer to x/sys/unix 2017-05-22 17:35:20 -05:00
init_test.go Use fifo for create/start 2016-06-13 11:26:53 -07:00
seccomp_test.go Use fifo for create/start 2016-06-13 11:26:53 -07:00
template_test.go Move libcontainer to x/sys/unix 2017-05-22 17:35:20 -05:00
utils_test.go sync up `HookState` with OCI spec `State` 2016-12-20 00:00:43 +08:00