Age | Commit message (Expand) | Author |
2014-02-15 | sd-rtnl: message_open_container - don't take a 'size' argument | Tom Gundersen |
2014-02-15 | sd-rtnl: link flags - don't allow change = 0 | Tom Gundersen |
2014-02-14 | Fix prototype of get_process_state | Zbigniew Jędrzejewski-Szmek |
2014-02-15 | util: fix mismatching function signature | Kay Sievers |
2014-02-14 | core: fix detection of dead processes | Yuxuan Shui |
2014-02-14 | nspawn: if we don't find bash, try sh | Lennart Poettering |
2014-02-14 | nspawn: don't accept just any tree to execute | Lennart Poettering |
2014-02-14 | localectl: log error if bus_map_all_properties() fails | Djalal Harouni |
2014-02-14 | service: when we complain about a notify message we cannot map to main pid be... | Lennart Poettering |
2014-02-14 | service: if we don't know the main pid of a service, we cannot accept any not... | Lennart Poettering |
2014-02-14 | shared: include root when canonicalizing conf paths | Michael Marineau |
2014-02-13 | logind: make sure to terminate systemd user on logouts | Djalal Harouni |
2014-02-13 | nspawn: make socket(AF_NETLINK, *, NETLINK_AUDIT) fail with EAFNOTSUPPORT in ... | Lennart Poettering |
2014-02-13 | nspawn: add new --network-veth switch to add a virtual ethernet link to the host | Lennart Poettering |
2014-02-13 | rtnl: support adding VETH_INFO_PEER containers into rtnl messages | Lennart Poettering |
2014-02-13 | systemctl: fix exit statuses from is-active/is-failed | Dave Reisner |
2014-02-13 | everywhere: always use O_CLOEXEC where it makes sense | Lennart Poettering |
2014-02-13 | everywhere: make use of new0() and macro() macros, and stop using perror() | Lennart Poettering |
2014-02-13 | nspawn: check with udev before we take possession of an interface | Lennart Poettering |
2014-02-13 | nspawn: no need to subscribe to netlink messages if we just want to execute o... | Lennart Poettering |
2014-02-13 | nspawn: --private-network should imply CAP_NET_ADMIN | Lennart Poettering |
2014-02-13 | rtnl: rename constructors from the form sd_rtnl_xxx_yyy_new() to sd_rtnl_xxx_... | Lennart Poettering |
2014-02-13 | rtnl: drop "sd_" prefix from cleanup macros | Lennart Poettering |
2014-02-13 | nspawn: add new --network-interface= switch to move an existing interface int... | Lennart Poettering |
2014-02-13 | nspawn: introduce --capability=all for retaining all capabilities | Lennart Poettering |
2014-02-13 | seccomp: fix build again if libseccomp is missing | Lennart Poettering |
2014-02-13 | core: make StopWhenUnneeded work in conjunction with units that fail | Lennart Poettering |
2014-02-13 | core: add a system-wide SystemCallArchitectures= setting | Lennart Poettering |
2014-02-13 | networkd: correctly handle manager_free(NULL) | Tom Gundersen |
2014-02-13 | core: add SystemCallArchitectures= unit setting to allow disabling of non-native | Lennart Poettering |
2014-02-12 | core: fix build without libseccomp | Lennart Poettering |
2014-02-12 | core: rework syscall filter | Lennart Poettering |
2014-02-12 | syscallfilter: port to libseccomp | Ronny Chevalier |
2014-02-12 | sd-dhcp: make sure client->secs > 0 | Tom Gundersen |
2014-02-12 | networkd: work inside containers | Tom Gundersen |
2014-02-12 | pager: support SYSTEMD_LESS environment variable | Jason A. Donenfeld |
2014-02-12 | nspawn: newer kernels (>= 3.14) allow resetting the audit loginuid, make use ... | Lennart Poettering |
2014-02-12 | test: fix "make check" | Lennart Poettering |
2014-02-12 | machinectl: add new "machinectl reboot" call | Lennart Poettering |
2014-02-11 | logind: ignore PropertiesChanged signals for jobs | Zbigniew Jędrzejewski-Szmek |
2014-02-11 | logind: always kill session when termination is requested | Zbigniew Jędrzejewski-Szmek |
2014-02-11 | journald: log provenience of signals | Zbigniew Jędrzejewski-Szmek |
2014-02-11 | machined: fix enumeration of existing machines on restart | Lennart Poettering |
2014-02-11 | logind: use session_get_state() to get sessions state of the user | Djalal Harouni |
2014-02-11 | efi: fix Undefined reference efi_loader_get_boot_usec when EFI support is dis... | Cristian Rodríguez |
2014-02-11 | machined: optionally, allow registration of pre-existing units (scopes | Lennart Poettering |
2014-02-11 | util: modernize readlink_malloc() a bit | Lennart Poettering |
2014-02-11 | util: drop parse_user_at_host() since its unused now | Lennart Poettering |
2014-02-11 | nspawn: add --register=yes|no switch to optionally disable registration of th... | Lennart Poettering |
2014-02-11 | sd-dhcp: split out packet handling from client | Tom Gundersen |