runc/libcontainer/utils
Aleksa Sarai cbc4f9865a
libcontainer: rewrite cmsg to use sys/unix
The original implementation is in C, which increases cognitive load and
possibly might cause us problems in the future. Since sys/unix is better
maintained than the syscall standard library switching makes more sense.

Signed-off-by: Aleksa Sarai <asarai@suse.de>
2017-03-30 16:03:21 +11:00
..
cmsg.go libcontainer: rewrite cmsg to use sys/unix 2017-03-30 16:03:21 +11:00
utils.go tiny fix 2016-10-11 16:32:56 +08:00
utils_test.go Correction in util error messages 2016-10-29 19:50:56 +05:30
utils_unix.go Add separate console socket 2017-03-16 10:23:59 -07:00