Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-29 | tree-wide: port more code to use send_one_fd() and receive_one_fd() | Lennart Poettering | |
Also, make it slightly more powerful, by accepting a flags argument, and make it safe for handling if more than one cmsg attribute happens to be attached. | |||
2015-09-22 | util: introduce {send,receive}_one_fd() | David Herrmann | |
Introduce two new helpers that send/receive a single fd via a unix transport. Also make nspawn use them instead of hard-coding it. Based on a patch by Krzesimir Nowak. | |||
2015-09-07 | nspawn: remove nspawn.h, it's empty now | Lennart Poettering | |
2015-09-07 | nspawn: split all port exposure code into nspawn-expose-port.[ch] | Lennart Poettering | |