Age | Commit message (Expand) | Author |
2013-12-26 | Use enums to make it obvious what boolean params mean | Zbigniew Jędrzejewski-Szmek |
2013-12-14 | Add more _printf_'s for format-nonliterals | Thomas Hindoe Paaboel Andersen |
2013-12-06 | Get rid of our reimplementation of basename | Zbigniew Jędrzejewski-Szmek |
2013-12-02 | systemd: treat reload failure as failure | Zbigniew Jędrzejewski-Szmek |
2013-12-02 | bus: add .busname unit type to implement kdbus-style bus activation | Lennart Poettering |
2013-11-28 | core: initialize variable | Kay Sievers |
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-16 | Fix RemainAfterExit services keeping a hold on console | Olivier Brunel |
2013-11-15 | core: some more _cleanup_free_ | Zbigniew Jędrzejewski-Szmek |
2013-11-13 | Only disable output on console during boot if needed | Olivier Brunel |
2013-11-08 | Remove dead code and unexport some calls | Lennart Poettering |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering |
2013-10-13 | drop-ins: check return value | Zbigniew Jędrzejewski-Szmek |
2013-09-26 | core: rework how we match mount units against each other | Lennart Poettering |
2013-08-28 | Do not realloc strings, which are already in the hashmap as keys | Harald Hoyer |
2013-08-08 | dbus: use _cleanup_free_ instead of freeing ourself | Ronny Chevalier |
2013-07-30 | core: optionally send SIGHUP in addition to the configured kill signal | Lennart Poettering |
2013-07-17 | systemd,systemctl: export condition status and show failing condition | Zbigniew Jędrzejewski-Szmek |
2013-07-17 | systemd: log failed conditions | Zbigniew Jędrzejewski-Szmek |
2013-07-15 | systemd: do not output status messages once gettys are running | Zbigniew Jędrzejewski-Szmek |
2013-07-12 | unit: check correct variable after strdup | Lukas Nykryn |
2013-07-11 | core: simplify drop-in writing logic a bit | Lennart Poettering |
2013-07-11 | cgroup: simplify how instantiated units are mapped to cgroups | Lennart Poettering |
2013-07-11 | core: implicitly create a per-template slice for all instantiated units by de... | Lennart Poettering |
2013-07-10 | unit: when deserializing cgroup path add it back into cgroup hashmap | Lennart Poettering |
2013-07-10 | core: serialize/deserialize bus subscribers | Lennart Poettering |
2013-07-02 | core: make GC more aggressive | Lennart Poettering |
2013-07-02 | machined: sync to /run after job completed | 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-28 | unit: make sure the dropins we write are high-priority | 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-18 | core: unref slice ref after use | Lennart Poettering |
2013-06-17 | core: add new .slice unit type for partitioning systems | Lennart Poettering |
2013-05-06 | core: unit_inactive_or_pending() should actually do as it claims | Lennart Poettering |
2013-05-02 | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek |
2013-04-30 | cgroup: do not allow manipulating the cgroup path of units within the systemd... | Lennart Poettering |
2013-04-25 | core: remove duplicate MESSAGE= from log message | Mirco Tischler |
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-22 | cgroup: make sure all our cgroup objects have a suffix and are properly escaped | Lennart Poettering |