Age | Commit message (Expand) | Author |
2014-12-10 | sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/... | Lennart Poettering |
2014-12-09 | ima-setup: simplify | Zbigniew Jędrzejewski-Szmek |
2014-12-09 | treewide: sanitize loop_write | Zbigniew Jędrzejewski-Szmek |
2014-12-10 | util: introduce our own gperf based capability list | Lennart Poettering |
2014-12-10 | mount: clarify that we really need to replace the utab inotify code with the ... | Lennart Poettering |
2014-12-10 | core: unify how we iterate over inotify events | Lennart Poettering |
2014-12-10 | mount: use bools where appropriate | Lennart Poettering |
2014-12-09 | unit: update unit dropin paths and time when dropin file is written. | WaLyong Cho |
2014-12-09 | run: introduce timer support option | WaLyong Cho |
2014-12-09 | core: rename unit_destroy_cgroup() to unit_destroy_cgroup_if_empty() since it... | Lennart Poettering |
2014-12-09 | cgroup: Handle error when destroying cgroup | Ross Lagerwall |
2014-12-08 | load-fragment: remove wrong ifdef guard | Zbigniew Jędrzejewski-Szmek |
2014-12-08 | timer: timer can be a transient unit | WaLyong Cho |
2014-12-08 | bus: StartTransientUnit can have aux unit | WaLyong Cho |
2014-12-04 | selinux: figure out selinux context applied on exec() before closing all fds | Michal Sekletar |
2014-12-03 | machine-id-setup: add a machine_id_commit call to commit on disk a transient ... | Didier Roche |
2014-12-03 | machine-id-setup: casting const away is ugly, let's not do it if there's no r... | Lennart Poettering |
2014-12-03 | machine-id-setup: Factorize some machine-id-setup functions to be reused | Didier Roche |
2014-12-02 | systemctl: show unit file preset state in "systemctl status" output" | Lennart Poettering |
2014-12-02 | manager: log deserialization errors only at LOG_DEBUG level | Lennart Poettering |
2014-12-02 | core: OOM really shouldn't be considered a deserialization parse failure | Lennart Poettering |
2014-11-30 | core: warn and ignore SysVStartPriority= | Zbigniew Jędrzejewski-Szmek |
2014-11-30 | When warning about unsupported options, be more detailed | Zbigniew Jędrzejewski-Szmek |
2014-11-30 | core: remove unused variables | Ronny Chevalier |
2014-11-29 | core: Support system.conf.d and user.conf.d directories in the usual search p... | Josh Triplett |
2014-11-29 | delta: diff returns 1 when files differ, ignore this | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | mount: use DEFINE_TRIVIAL_CLEANUP_FUNC | Zbigniew Jędrzejewski-Szmek |
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 | 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 | 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: more log_*_errno + return simplifications | Michal Schmidt |
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 | treewide: more log_*_errno() conversions | 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 |