Age | Commit message (Expand) | Author |
2013-04-11 | errno is positive | Zbigniew Jędrzejewski-Szmek |
2013-04-11 | systemctl: show the name of failing unit in red | Zbigniew Jędrzejewski-Szmek |
2013-04-11 | systemctl: allow multiple arguments to --type | Zbigniew Jędrzejewski-Szmek |
2013-04-10 | systemctl: ellipsize job list only when necessary, highlight running | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | systemctl: tweak drop-in display | Lennart Poettering |
2013-04-05 | systemctl: tweak output of Listen: fields a bit | Lennart Poettering |
2013-04-05 | systemctl: Add DropIn paths to status message | Oleksii Shevchuk |
2013-04-05 | systemctl: align cgroups to 'n' in 'name=' | Zbigniew Jędrzejewski-Szmek |
2013-04-04 | util: make time formatting a bit smarter | Lennart Poettering |
2013-04-01 | systemctl: align all status fields to common column | Zbigniew Jędrzejewski-Szmek |
2013-04-01 | Add Listen* to dbus properties | Oleksii Shevchuk |
2013-04-01 | Always use our own MAX/MIN definitions | Cristian Rodríguez |
2013-03-31 | Modernization | Zbigniew Jędrzejewski-Szmek |
2013-03-30 | unit: no need to export variables if we can avoid it | Lennart Poettering |
2013-03-29 | Always use errno > 0 to help gcc | Zbigniew Jędrzejewski-Szmek |
2013-03-23 | add --with-telinit=PATH configure option | Cristian Rodríguez |
2013-03-13 | systemctl: remove unused variable | Michal Sekletar |
2013-03-13 | initctl: catch write error, use _cleanup_ | Zbigniew Jędrzejewski-Szmek |
2013-03-13 | logs-show: export logic to add matches for units | Zbigniew Jędrzejewski-Szmek |
2013-03-07 | pager: introduce "jump to end" option | Harald Hoyer |
2013-03-07 | systemctl: mangle unit name in is-enabled | Lukas Nykryn |
2013-03-01 | systemctl: check if iterator was initialized succesfully | Lukas Nykryn |
2013-03-01 | Revert "systemctl: try to reload daemon after enable/disable only when not ru... | Lennart Poettering |
2013-03-01 | systemctl: try to reload daemon after enable/disable only when not running in... | Lennart Poettering |
2013-02-27 | systemctl: fix minimal number of params for new cgroup commands | Lennart Poettering |
2013-02-27 | unit: rework resource management API | Lennart Poettering |
2013-02-27 | systemctl: fix indentation | Lennart Poettering |
2013-02-22 | systemctl: generalize action table to be usable in more action<->verb mappings | Michal Schmidt |
2013-02-22 | systemctl: make shutdown operations use irreversible jobs | Michal Schmidt |
2013-02-22 | core, systemctl: add support for irreversible jobs | Michal Schmidt |
2013-02-22 | systemctl: make "systemctl default" use "isolate" job mode | Michal Schmidt |
2013-02-16 | systemctl: allow comma sepearted property lists | Zbigniew Jędrzejewski-Szmek |
2013-02-16 | systemctl: Don't give re-activation warning if unit is masked | Jan Janssen |
2013-02-16 | systemctl: allow status with no units | Zbigniew Jędrzejewski-Szmek |
2013-02-14 | systemctl: print wall message only if successful | Zbigniew Jędrzejewski-Szmek |
2013-02-14 | systemctl: use automatic cleanup | Zbigniew Jędrzejewski-Szmek |
2013-02-14 | honor SELinux labels, when creating and writing config files | Harald Hoyer |
2013-02-13 | Move systemctl dot to systemd-analyze dot | Simon Peeters |
2013-02-13 | systemctl: use parse_unit_info | Marc-Antoine Perennou |
2013-02-13 | dbus: import struct unit_info from systemctl | Marc-Antoine Perennou |
2013-01-30 | systemctl: Fix wrong assertion test | Mauro Dreissig |
2013-01-19 | unit: optionally allow making cgroup attribute changes persistent | Lennart Poettering |
2013-01-18 | systemctl: print the user session journal for user session units. | Mirco Tischler |
2013-01-18 | systemctl: add new "get-cgroup-attr" to query current cgroup attribute value | Lennart Poettering |
2013-01-18 | systemctl: it's probably a good idea not to alter return parameters if we fail | Lennart Poettering |
2013-01-18 | systemctl: no need to check this explicitly, we already checked it a few line... | Lennart Poettering |
2013-01-18 | systemctl: we can make this faster and shorten it a bit with strv_extend() | Lennart Poettering |
2013-01-18 | systemctl: make list-dependencies default to default.target | Lennart Poettering |
2013-01-18 | systemctl: we can use nulstr_contains() for this lookup | Lennart Poettering |