runc/libcontainer/utils
Aleksa Sarai 2055115566
cmsg: add cmsg {send,recv}fd wrappers
This adds C wrappers for sendmsg and recvmsg, specifically used for
passing around file descriptors in Go. The wrappers (sendfd, recvfd)
expect to be called in a context where it makes sense (where the other
side is carrying out the corresponding action).

This patch is part of the console rewrite patchset.

Signed-off-by: Aleksa Sarai <asarai@suse.de>
2016-12-01 15:46:04 +11:00
..
cmsg.c cmsg: add cmsg {send,recv}fd wrappers 2016-12-01 15:46:04 +11:00
cmsg.go cmsg: add cmsg {send,recv}fd wrappers 2016-12-01 15:46:04 +11:00
cmsg.h cmsg: add cmsg {send,recv}fd wrappers 2016-12-01 15:46:04 +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 Windows: Factor out CloseExecFrom 2015-06-26 20:13:17 -07:00