Age | Commit message (Expand) | Author |
2014-11-28 | mount: use DEFINE_TRIVIAL_CLEANUP_FUNC | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | udev: rules - ignore the lack of trailing newline | Tom Gundersen |
2014-11-28 | udev: rules - print the first invalid character | Tom Gundersen |
2014-11-28 | udev: rules - modernise add_rule a bit | Tom Gundersen |
2014-11-28 | sd-bus: move packet header definition to bus-protocol.h | Lennart Poettering |
2014-11-28 | treewide: convert some left-over (usec_t) -1 to USEC_INFINITY | Lennart Poettering |
2014-11-28 | treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1 | Lennart Poettering |
2014-11-28 | udevadm hwdb: discard extra leading whitespaces in hwdb | Peter Hutterer |
2014-11-28 | mount: constify MountParameters | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: deal with inotify queue overflow | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: create directory before adding watches on it | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: be more careful about errors when parsing mtab | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: simplify mount_needs_network check | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: check options as well as fstype for network mounts | Chris Leech |
2014-11-28 | mount: add remote-fs dependencies if needed after change | Chris Leech |
2014-11-28 | mount: monitor for utab changes with inotify | Chris Leech |
2014-11-28 | mount: use libmount to enumerate /proc/self/mountinfo | Chris Leech |
2014-11-28 | coredump: simplify a few things by allocating small fields on the stack rathe... | Lennart Poettering |
2014-11-28 | coredump: rework compose_open_fds() | Lennart Poettering |
2014-11-28 | sd-bus: add support for matches against arrays of strings in messages | Lennart Poettering |
2014-11-28 | sd-bus: if a NULL signatures is passed to sd_bus_message_skip(), make it skip... | Lennart Poettering |
2014-11-28 | sd-bus: add arrays of strings in the bloom filter | Lennart Poettering |
2014-11-28 | sd-bus: make more connection properties readable | Lennart Poettering |
2014-11-28 | sd-bus: add new sd_bus_get_address() for querying the current bus address | Lennart Poettering |
2014-11-28 | sd-bus: rename sd_bus_get_owner_id() → sd_bus_get_bus_id() | Lennart Poettering |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | core: fix return value in error path after sd_event_add_io() failure | Michal Schmidt |
2014-11-28 | treewide: a few more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | Revert "systemctl: append default suffix only if none present" | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | treewide: more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | systemctl: append default suffix only if none present | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | udevd: don't set receive buffer size when socket activated | Tom Gundersen |
2014-11-28 | treewide: simplify log_*_errno(r,...) immediately followed by "return r" | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno() conversions, multiline calls | Michal Schmidt |
2014-11-28 | hostnamectl: Exit with zero on success | Martin Pitt |
2014-11-28 | udev,update-done: more log_xyz_errno() conversions | Lennart Poettering |
2014-11-28 | sd-bus: make sure %m resolves to the specified error in bus_error_set_errnofv() | Lennart Poettering |
2014-11-28 | bus-proxy: automatically detect scope of bus and derive which XML snippets to... | Lennart Poettering |
2014-11-28 | sd-bus: rename default bus address constants, they aren't "paths" but "addres... | Lennart Poettering |
2014-11-28 | sd-bus: add new call sd_bus_get_scope() for querying whether one is connected... | Lennart Poettering |
2014-11-28 | sd-bus: rework credential query logic | Lennart Poettering |
2014-11-28 | treewide: more log_*_errno() conversions | Michal Schmidt |
2014-11-28 | treewide: drop unnecessary trailing \n in log_*() calls | Michal Schmidt |
2014-11-28 | core: two more log_unit_*_errno() conversions | Michal Schmidt |
2014-11-28 | core: convert log_unit_*() to log_unit_*_errno() | Michal Schmidt |
2014-11-28 | core: add log_unit_*_errno() macros | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |