Age | Commit message (Expand) | Author |
2015-11-10 | core: change return value of the unit's enumerate() call to void | Lennart Poettering |
2015-11-06 | doc: correct punctuation and improve typography in documentation | Jan Engelhardt |
2015-10-27 | core: all unit types that watch control PIDs should use the same logic | Lennart Poettering |
2015-10-27 | process-util: move a couple of process-related calls over | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-08 | core: add support for setting stdin/stdout/stderr for transient services | Lennart Poettering |
2015-09-28 | Move all unit states to basic/ and extend systemctl --state=help | Zbigniew Jędrzejewski-Szmek |
2015-09-09 | tree-wide: take benefit of the fact that hashmap_free() returns NULL | Lennart Poettering |
2015-09-09 | util: introduce safe_fclose() and port everything over to it | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-09-07 | basic: rework virtualization detection API | Lennart Poettering |
2015-08-31 | unit: unify how we assing slices to units | Lennart Poettering |
2015-08-28 | core: add unit_dbus_interface_from_type() to unit-name.h | Lennart Poettering |
2015-07-21 | core: remove generic job completion messages from unit vtables | Michal Schmidt |
2015-05-25 | swap: use swapon -o | Karel Zak |
2015-05-11 | core: rename SystemdRunningAs to ManagerRunningAs | Lennart Poettering |
2015-05-11 | core,network: major per-object logging rework | Lennart Poettering |
2015-05-11 | core: always initialize ExecParamters.bus_endpoint_fd to -1 | Lennart Poettering |
2015-05-11 | swap: avoid null pointer dereference | Thomas Hindoe Paaboel Andersen |
2015-05-05 | core: rework unit name validation and manipulation logic | Lennart Poettering |
2015-04-30 | core: simplify unit type detection logic | Lennart Poettering |
2015-04-29 | core: annotate event sources | Tom Gundersen |
2015-04-24 | Revert "core: do not spawn jobs or touch other units during coldplugging" | Lennart Poettering |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-04-07 | util: rework cunescape(), improve error handling | Lennart Poettering |
2015-03-13 | core: print warning on invalid swap pri= field | Zbigniew Jędrzejewski-Szmek |
2015-03-07 | core: do not spawn jobs or touch other units during coldplugging | Ivan Shapovalov |
2015-03-02 | core: expose consumed CPU time per unit | Lennart Poettering |
2015-02-28 | core: rework device state logic | Lennart Poettering |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-01-28 | core: output unit status output strings to console, only if we actually are c... | Lennart Poettering |
2015-01-28 | core: if two start jobs for the same swap device node are queued, only dispat... | Lennart Poettering |
2015-01-28 | swap: simplify a few things by making use of new LIST_FOREACH_OTHERS macro | Lennart Poettering |
2015-01-28 | swap: properly specify errno when logging | Lennart Poettering |
2015-01-11 | Add new function to filter fstab options | Zbigniew Jędrzejewski-Szmek |
2014-12-15 | unit: handle nicely of certain unit types are not supported on specific systems | Lennart Poettering |
2014-12-10 | sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/... | Lennart Poettering |
2014-11-28 | core: convert log_unit_*() to log_unit_*_errno() | 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 |
2014-11-27 | log: rearrange log function naming | Lennart Poettering |
2014-11-26 | swap: restore support for nofail | Zbigniew Jędrzejewski-Szmek |
2014-11-05 | core: introduce new Delegate=yes/no property controlling creation of cgroup s... | Lennart Poettering |
2014-10-28 | core: send sigabrt on watchdog timeout to get the stacktrace | Umut Tezduyar Lindskog |