Age | Commit message (Expand) | Author |
2014-12-11 | core: correct spacing near eol in code comments | Torstein Husebø |
2014-12-02 | systemctl: show unit file preset state in "systemctl status" output" | Lennart Poettering |
2014-11-28 | core: add log_unit_*_errno() macros | Michal Schmidt |
2014-11-28 | log: fix order of log_unit_struct() to match other logging calls | Lennart Poettering |
2014-11-27 | log: rearrange log function naming | Lennart Poettering |
2014-11-27 | log: add an "error" parameter to all low-level logging calls and intrdouce lo... | Lennart Poettering |
2014-11-06 | shared: rename condition-util.[ch] to condition.[ch] | Lennart Poettering |
2014-11-06 | core: get rid of condition.c and move the remaining call into util.c | Lennart Poettering |
2014-11-06 | core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal... | Lennart Poettering |
2014-10-28 | core: send sigabrt on watchdog timeout to get the stacktrace | Umut Tezduyar Lindskog |
2014-10-28 | job: optionally, when a job timeout is hit, also execute a failure action | Lennart Poettering |
2014-10-25 | Rearrange Unit to make pahole happy | Zbigniew Jędrzejewski-Szmek |
2014-10-08 | unit: move UnitDependency to unit-name | Lukas Nykryn |
2014-03-19 | core: rework context initialization/destruction logic | Lennart Poettering |
2014-02-24 | core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo... | Lennart Poettering |
2014-02-17 | core: rework cgroup mask propagation | Lennart Poettering |
2014-02-07 | core: watch SIGCHLD more closely to track processes of units with no reliable... | Lennart Poettering |
2014-01-27 | core: add function to tell when job will time out | Zbigniew Jędrzejewski-Szmek |
2013-12-22 | core: no need to list properties for PropertiesChanged messages anymore | Lennart Poettering |
2013-12-02 | bus: add .busname unit type to implement kdbus-style bus activation | Lennart Poettering |
2013-11-27 | service: add the ability for units to join other unit's PrivateNetwork= and P... | Lennart Poettering |
2013-11-26 | core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s... | Lennart Poettering |
2013-11-25 | core: include following set data in dump | Lennart Poettering |
2013-11-22 | cgroups: Cache controller masks and optimize queues. | David Strauss |
2013-11-20 | core: convert PID 1 to libsystemd-bus | Lennart Poettering |
2013-11-08 | Remove dead code and unexport some calls | Lennart Poettering |
2013-10-16 | macro: clean up usage of gcc attributes | Lennart Poettering |
2013-09-26 | core: rework how we match mount units against each other | Lennart Poettering |
2013-07-11 | core: simplify drop-in writing logic a bit | Lennart Poettering |
2013-07-01 | core: add new "scope" unit type for making a unit of pre-existing processes | Lennart Poettering |
2013-06-28 | core: add transient units | Lennart Poettering |
2013-06-27 | dbus: make more cgroup attributes runtime settable | Lennart Poettering |
2013-06-27 | dbus: add infrastructure for changing multiple properties at once on units an... | Lennart Poettering |
2013-06-27 | core: general cgroup rework | Lennart Poettering |
2013-06-20 | logind: add infrastructure to keep track of machines, and move to slices | Lennart Poettering |
2013-06-17 | core: add new .slice unit type for partitioning systems | Lennart Poettering |
2013-05-02 | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek |
2013-04-25 | Add some extra __attribute__ ((format)) s | Cristian Rodríguez |
2013-04-25 | unit: rework stop pending logic | Lennart Poettering |
2013-04-24 | cgroup: always validate cgroup controller names | Lennart Poettering |
2013-04-23 | unit: rework trigger dependency logic | Lennart Poettering |
2013-04-17 | Report about syntax errors with metadata | Zbigniew Jędrzejewski-Szmek |
2013-04-01 | Introspect and monitor dropin configuration | Oleksii Shevchuk |
2013-03-13 | core: single unit_kill implementation for all unit types | Michal Schmidt |
2013-02-28 | core: redefine unit_status_printf() | Michal Schmidt |
2013-02-28 | core: add manager_status_printf() | Michal Schmidt |
2013-02-27 | unit: rework resource management API | Lennart Poettering |
2013-01-26 | core: unify kill code of mount, service, socket, swap units | Lennart Poettering |
2013-01-19 | unit: optionally allow making cgroup attribute changes persistent | Lennart Poettering |
2013-01-18 | core: log USER_UNIT instead of UNIT if in user session | Mirco Tischler |