chiark / gitweb /
systemctl: accept condstop as alias for stop
[elogind.git] / src / systemctl.c
2010-07-24 Lennart Poetteringsystemctl: don't use the systemd bus to talk to upstart
2010-07-23 Lennart Poetteringsystemctl: don't hit an assert when we are run from...
2010-07-23 Lennart Poetteringsystemctl: fold systemd-install into systemctl
2010-07-23 Lennart Poetteringsystemctl: support force-reload and condrestart as...
2010-07-23 Lennart Poetteringsystemctl: accept -p more than once
2010-07-20 Lennart Poetteringsystemctl: always disable color when output goes into...
2010-07-20 Lennart Poetteringdevice: do not merge devices
2010-07-19 Lennart Poetteringsystemctl: introduce reset-maintenance command
2010-07-16 Lennart Poetteringsystemctl: extend list-units output a little
2010-07-16 Lennart Poetteringsystemctl: warn when operating on service files that...
2010-07-16 Lennart Poetteringsystemctl: always show units with active jobs in list...
2010-07-16 Lennart Poetteringsystemctl: add to command for virtualizing the dependen...
2010-07-13 Lennart Poetteringsystemctl: introduce try-restart and reload-or-restart...
2010-07-12 Lennart Poetteringunits: introduce emergency.target
2010-07-12 Lennart Poetteringcgroup: reimplement the last bit of libcgroup functiona...
2010-07-12 Lennart Poetteringexecute: optionally ignore return status of invoked...
2010-07-11 Lennart Poetteringunits: turn Wants=shutdown back into Requires=shutdown...
2010-07-11 Lennart Poetteringsystemctl: turn --replace into --fail
2010-07-11 Lennart PoetteringMerge branch 'master' of ssh://git.freedesktop.org...
2010-07-11 Lennart Poetteringdbus: use private connections wherever possible
2010-07-10 Lennart Poetteringsystemctl: move status further down
2010-07-10 Lennart Poetteringcgroup: kill processes, not tasks and other cgroup...
2010-07-10 Lennart Poetteringsystemctl: show exec status of all exited programs
2010-07-09 Lennart Poetteringsystemctl: show connection counters only for Accept...
2010-07-08 Lennart Poetteringsystemctl: short cut things if we aren't root and the...
2010-07-08 Kay Sieverssystemctl: don't actually reboot/poweroff/halt if only...
2010-07-08 Lennart Poetteringcgls: beef up control group dumping and introduce cgls...
2010-07-08 Lennart Poetteringsystemctl: filter and sort member pid of cgroup
2010-07-07 Lennart Poetteringlog: bump up a number of log messages so that they...
2010-07-07 Lennart Poetteringsystemctl: minor beautifications
2010-07-07 Lennart Poetteringdbus: don't try to run AddMatch when connected to a...
2010-07-07 Lennart Poetteringsystemctl: minor cosmetic fixes
2010-07-06 Lennart Poetteringsystemctl: when we cannot load a unit, retry with getti...
2010-07-06 Lennart Poetteringsystemctl: don't use UTF directly
2010-07-06 Lennart Poetteringsystemctl: fix parsing of cgroup contents
2010-07-06 Lennart Poetteringinstall: implement --start option
2010-07-05 Lennart Poetteringsystemctl: show cgroup contents in status
2010-07-05 Lennart Poetteringsystemctl: implement 'status' command
2010-07-04 Lennart Poetteringdbus: send signals about jobs to the clients having...
2010-07-04 Lennart Poetteringsystemctl: use format_timespan() where applicable
2010-07-04 Lennart Poetteringman: update systemctl man page
2010-07-04 Lennart Poetteringdbus: complete exec command coverage
2010-07-04 Lennart Poetteringdbus: include NextElapse field in timer properties
2010-07-04 Lennart Poetteringdbus: complete exec coverage
2010-07-04 Lennart Poetteringdbus: complete automount and mount unit coverage
2010-07-04 Lennart Poetteringdbus: complete coverage of timer units
2010-07-04 Lennart Poetteringsystemctl: load unit when introspecting
2010-07-04 Lennart Poetteringdbus: complete coverage for path units
2010-07-04 Lennart Poetteringsystemctl: implement 'show' command
2010-07-02 Lennart Poetteringsystemctl: implement delete command
2010-07-01 Lennart Poetteringsystemctl: fix detection of active units
2010-07-01 Lennart Poetteringsystemctl: return error codes for failed jobs
2010-06-30 Lennart Poetteringsystemctl: add 'check' call
2010-06-30 Lennart Poetteringsystemctl: block by default
2010-06-24 Lennart Poetteringutils: show help blurb when run without any arguments
2010-06-24 Lennart Poetteringsystemctl: minor --help rewording
2010-06-23 Lennart Poetteringminor fixes to help texts
2010-06-22 Lennart Poetteringsystemctl: fix systemctl help text
2010-06-19 Lennart Poetteringsystemctl: make upstart glue code talk to upstart via...
2010-06-19 Lennart Poetteringdbus: to make sure that systemd stays controllable...
2010-06-18 Lennart Poetteringsystemctl: don't fail if first argument to shutdown...
2010-06-18 Lennart Poetteringsystemctl: when called as shutdown, fail if first argum...
2010-06-18 Lennart Poetteringsystemctl: when called as shutdown, properly handle...
2010-06-18 Lennart Poetteringsystemctl: add compat support for shutting down the...
2010-06-18 Lennart Poetteringsystemctl: add /dev/initctl fallback
2010-06-18 Lennart Poetteringsystemctl: add verbs for special units
2010-06-18 Lennart Poetteringsystemctl: warn users via wall that the system goes...
2010-06-17 Lennart Poetteringsystemctl: provide compatibility implementations for...
2010-06-16 Lennart Poetteringservice: optionally call into PAM when dropping priviliges
2010-06-15 Lennart Poetteringinstall: add systemd-install tool for managing alias...
2010-06-15 Lennart Poetteringsystemctl: make sure getopt doesn't segfault
2010-06-15 Lennart Poetteringmanager: recheck unit paths on daemon reload
2010-06-15 Lennart Poetteringsystemctl: fix race in --block
2010-06-15 Lennart Poetteringsystemctl: reimplement systemctl in pure C without...