Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek | |
No functional change expected :) | |||
2014-03-24 | util: replace close_pipe() with new safe_close_pair() | Lennart Poettering | |
safe_close_pair() is more like safe_close(), except that it handles pairs of fds, and doesn't make and misleading allusion, as it works similarly well for socketpairs() as for pipe()s... | |||
2014-03-17 | build-sys: move sd-login src/login → src/libsystemd/sd-login | Lennart Poettering | |
After all, it is ultimately linked to libsystems.so anyway, thus belongs there and shares very little with the rest of logind, hence let's move this away. |