chiark / gitweb /
systemctl: process only signals for jobs we really wait for
[elogind.git] / src / systemctl / systemctl.c
2013-09-12 Michal Sekletarsystemctl: process only signals for jobs we really...
2013-09-10 Gao fengsystemctl: show BlockIODeviceWeight for unit
2013-09-10 Gao fengsystemcl: add support for setting BlockIODeviceWeight...
2013-09-10 Gao fengsystemcl: add support for setting BlockIORead/WriteBand...
2013-08-11 Zbigniew Jędrzejew... systemctl: show hint about --full when lines don't fit
2013-08-09 Lennart Poetteringsystemctl: add missing newline to --help output
2013-08-04 Daniel Schaalsystemd-delta: Only print colors when on a tty
2013-07-26 Lennart Poetteringsystemctl: rearrange --help output a bit
2013-07-26 Lennart Poetteringsystemctl: remove "load" command
2013-07-26 Lennart Poetteringsystemctl: move set-log-level to systemd-analyze
2013-07-26 Lennart Poetteringsystemctl: move "dump" command from systemctl to system...
2013-07-19 Lennart Poetteringman: update documentation of systemctl cgroup commands
2013-07-18 Maciej Wereskisystemctl: option to list units by state
2013-07-18 Zbigniew Jędrzejew... systemd,systemctl: export condition status and show...
2013-07-18 Lennart Poetteringsystemctl: also highlight a load state of "not-found...
2013-07-11 Lukas Nykrynsystemctl: remove unused variable
2013-07-11 Lennart Poetteringsystemctl: show cgroup tree if cgroup is empty but...
2013-07-10 Lennart Poetteringsystemctl: suppress error message when doing "systemctl...
2013-07-10 Lennart Poetteringsystemctl: suppress error messages when checking whethe...
2013-07-03 David Coppabuild-sys: rename LEGACY to NOLEGACY to better reflect...
2013-07-03 Jason St. Johnreplace tabs with spaces in various files
2013-07-01 Lennart Poetteringlogind: port over to use scopes+slices for all cgroup...
2013-06-30 Lennart Poetteringsystemctl: show per-unit cgroup tree correctly followin...
2013-06-27 Lennart Poetteringdbus: make DeviceAllow=/DevicePolicy= writable
2013-06-27 Lennart Poetteringdbus: make more cgroup attributes runtime settable
2013-06-27 Lennart Poetteringdbus: add infrastructure for changing multiple properti...
2013-06-27 Lennart Poetteringcore: general cgroup rework
2013-06-25 Harald Hoyersystemctl: conform to LSB with the "status" return...
2013-06-25 Harald Hoyersystemctl: conform to LSB with the "status" return...
2013-06-19 Zbigniew Jędrzejew... cgls,loginctl,systemctl: fix -l
2013-06-17 Lennart Poetteringcore: add new .slice unit type for partitioning systems
2013-06-17 Daniel Albersjournalctl,loginctl,systemctl,systemd-cgls: add -l...
2013-06-09 Daniel WallaceAllow for the use of @ in remote host calls
2013-06-09 Zbigniew Jędrzejew... systemctl: remove extra padding from status output
2013-06-04 Zbigniew Jędrzejew... systemctl: add missing verbs to help
2013-05-31 Zbigniew Jędrzejew... systemctl: suggest 'systemctl daemon-reload' without...
2013-05-31 Václav Pavlínsystemctl: add command set-log-level
2013-05-31 Václav Pavlínsystemctl: add commands set-default and get-default
2013-05-23 Václav Pavlínsystemctl: mangle names when avoiding dbus
2013-05-21 Mantas Mikulėnassystemctl: honor "--no-legend" in 'list-sockets'
2013-05-03 Zbigniew Jędrzejew... systemctl: use GREEDY_REALLOC in one more place
2013-05-03 Lukas Nykrynsystemctl: add --plain option to list-dependencies
2013-05-03 Zbigniew Jędrzejew... Add __attribute__((const, pure, format)) in various...
2013-04-24 Zbigniew Jędrzejew... systemctl: show reverse dependencies or before/after...
2013-04-24 Zbigniew Jędrzejew... Add set_consume which always takes ownership
2013-04-18 Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-18 Lennart Poetteringsystemctl: drop usage of "internally loaded modules"
2013-04-17 Harald Hoyersystemctl:enable_sysv_units() more _cleanup_free_
2013-04-17 Harald Hoyersystemctl: clarify usage of "--all" versus list-unit...
2013-04-16 Lennart Poetteringutil: replace decimal_str_max() by a typesafe macro...
2013-04-15 Anatol PomozovFix spelling errors using 'codespell' tool
2013-04-12 Zbigniew Jędrzejew... systemctl: new verb 'list-sockets'
2013-04-11 Zbigniew Jędrzejew... errno is positive
2013-04-11 Zbigniew Jędrzejew... systemctl: show the name of failing unit in red
2013-04-11 Zbigniew Jędrzejew... systemctl: allow multiple arguments to --type
2013-04-10 Zbigniew Jędrzejew... systemctl: ellipsize job list only when necessary,...
2013-04-05 Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-04-05 Lennart Poetteringsystemctl: tweak drop-in display
2013-04-05 Lennart Poetteringsystemctl: tweak output of Listen: fields a bit
2013-04-05 Oleksii Shevchuksystemctl: Add DropIn paths to status message
2013-04-05 Zbigniew Jędrzejew... systemctl: align cgroups to 'n' in 'name='
2013-04-04 Lennart Poetteringutil: make time formatting a bit smarter
2013-04-02 Zbigniew Jędrzejew... systemctl: align all status fields to common column
2013-04-02 Oleksii ShevchukAdd Listen* to dbus properties
2013-04-02 Cristian RodríguezAlways use our own MAX/MIN definitions
2013-03-31 Zbigniew Jędrzejew... Modernization
2013-03-30 Lennart Poetteringunit: no need to export variables if we can avoid it
2013-03-29 Zbigniew Jędrzejew... Always use errno > 0 to help gcc
2013-03-23 Cristian Rodríguezadd --with-telinit=PATH configure option
2013-03-14 Michal Sekletarsystemctl: remove unused variable
2013-03-13 Zbigniew Jędrzejew... initctl: catch write error, use _cleanup_
2013-03-13 Zbigniew Jędrzejew... logs-show: export logic to add matches for units
2013-03-07 Harald Hoyerpager: introduce "jump to end" option
2013-03-07 Lukas Nykrynsystemctl: mangle unit name in is-enabled
2013-03-01 Lukas Nykrynsystemctl: check if iterator was initialized succesfully
2013-03-01 Lennart PoetteringRevert "systemctl: try to reload daemon after enable...
2013-03-01 Lennart Poetteringsystemctl: try to reload daemon after enable/disable...
2013-03-01 Zbigniew Jędrzejew... Merge branch 'python-systemd-reader'
2013-02-27 Lennart Poetteringsystemctl: fix minimal number of params for new cgroup...
2013-02-27 Lennart Poetteringunit: rework resource management API
2013-02-27 Lennart Poetteringsystemctl: fix indentation
2013-02-22 Michal Schmidtsystemctl: generalize action table to be usable in...
2013-02-22 Michal Schmidtsystemctl: make shutdown operations use irreversible...
2013-02-22 Michal Schmidtcore, systemctl: add support for irreversible jobs
2013-02-22 Michal Schmidtsystemctl: make "systemctl default" use "isolate" job...
2013-02-16 Zbigniew Jędrzejew... systemctl: allow comma sepearted property lists
2013-02-16 Jan Janssensystemctl: Don't give re-activation warning if unit...
2013-02-16 Zbigniew Jędrzejew... systemctl: allow status with no units
2013-02-14 Zbigniew Jędrzejew... systemctl: print wall message only if successful
2013-02-14 Zbigniew Jędrzejew... systemctl: use automatic cleanup
2013-02-14 Harald Hoyerhonor SELinux labels, when creating and writing config...
2013-02-13 Simon PeetersMove systemctl dot to systemd-analyze dot
2013-02-13 Marc-Antoine Perennousystemctl: use parse_unit_info
2013-02-13 Marc-Antoine Perennoudbus: import struct unit_info from systemctl
2013-01-31 Mauro Dreissigsystemctl: Fix wrong assertion test
2013-01-19 Lennart Poetteringunit: optionally allow making cgroup attribute changes...
2013-01-18 Mirco Tischlersystemctl: print the user session journal for user...
2013-01-18 Lennart Poetteringsystemctl: add new "get-cgroup-attr" to query current...
2013-01-17 Lennart Poetteringsystemctl: it's probably a good idea not to alter retur...
2013-01-17 Lennart Poetteringsystemctl: no need to check this explicitly, we already...
next