summaryrefslogtreecommitdiff
path: root/src/systemctl.c
Commit message (Expand)AuthorAgeFilesLines
* cgls: beef up control group dumping and introduce cgls toolLennart Poettering2010-07-081-26/+2
* systemctl: filter and sort member pid of cgroupLennart Poettering2010-07-081-49/+10
* log: bump up a number of log messages so that they are shown even if debug lo...Lennart Poettering2010-07-071-8/+8
* systemctl: minor beautificationsLennart Poettering2010-07-071-2/+8
* dbus: don't try to run AddMatch when connected to a private busLennart Poettering2010-07-071-33/+40
* systemctl: minor cosmetic fixesLennart Poettering2010-07-071-4/+3
* systemctl: when we cannot load a unit, retry with getting itLennart Poettering2010-07-061-5/+42
* systemctl: don't use UTF directlyLennart Poettering2010-07-061-3/+3
* systemctl: fix parsing of cgroup contentsLennart Poettering2010-07-061-16/+27
* install: implement --start optionLennart Poettering2010-07-061-39/+2
* systemctl: show cgroup contents in statusLennart Poettering2010-07-051-1/+40
* systemctl: implement 'status' commandLennart Poettering2010-07-051-8/+246
* dbus: send signals about jobs to the clients having created them unconditiona...Lennart Poettering2010-07-051-34/+3
* systemctl: use format_timespan() where applicableLennart Poettering2010-07-041-4/+11
* man: update systemctl man pageLennart Poettering2010-07-041-2/+2
* dbus: complete exec command coverageLennart Poettering2010-07-041-1/+62
* dbus: include NextElapse field in timer propertiesLennart Poettering2010-07-041-1/+1
* dbus: complete exec coverageLennart Poettering2010-07-041-0/+22
* dbus: complete automount and mount unit coverageLennart Poettering2010-07-041-1/+1
* dbus: complete coverage of timer unitsLennart Poettering2010-07-041-1/+21
* systemctl: load unit when introspectingLennart Poettering2010-07-041-1/+1
* dbus: complete coverage for path unitsLennart Poettering2010-07-041-2/+21
* systemctl: implement 'show' commandLennart Poettering2010-07-041-14/+353
* systemctl: implement delete commandLennart Poettering2010-07-021-0/+85
* systemctl: fix detection of active unitsLennart Poettering2010-07-011-1/+1
* systemctl: return error codes for failed jobsLennart Poettering2010-07-011-5/+23
* systemctl: add 'check' callLennart Poettering2010-07-011-2/+140
* systemctl: block by defaultLennart Poettering2010-07-011-18/+18
* utils: show help blurb when run without any argumentsLennart Poettering2010-06-241-1/+1
* systemctl: minor --help rewordingLennart Poettering2010-06-241-4/+4
* minor fixes to help textsLennart Poettering2010-06-241-14/+14
* systemctl: fix systemctl help textLennart Poettering2010-06-221-1/+1
* systemctl: make upstart glue code talk to upstart via private abstarct bus an...Lennart Poettering2010-06-191-5/+58
* dbus: to make sure that systemd stays controllable during early bootup, regis...Lennart Poettering2010-06-191-2/+7
* systemctl: don't fail if first argument to shutdown isn't 'now' just warn lou...Lennart Poettering2010-06-181-4/+2
* systemctl: when called as shutdown, fail if first argument isn't 'now'Lennart Poettering2010-06-181-1/+6
* systemctl: when called as shutdown, properly handle user specified wall messageLennart Poettering2010-06-181-0/+18
* systemctl: add compat support for shutting down the system via upstartLennart Poettering2010-06-181-11/+98
* systemctl: add /dev/initctl fallbackLennart Poettering2010-06-181-2/+39
* systemctl: add verbs for special unitsLennart Poettering2010-06-181-61/+160
* systemctl: warn users via wall that the system goes downLennart Poettering2010-06-181-4/+19
* systemctl: provide compatibility implementations for various sysv utilitiesLennart Poettering2010-06-171-176/+722
* service: optionally call into PAM when dropping priviligesLennart Poettering2010-06-161-1/+1
* install: add systemd-install tool for managing alias/wants symlinksLennart Poettering2010-06-161-0/+1
* systemctl: make sure getopt doesn't segfaultLennart Poettering2010-06-151-1/+2
* manager: recheck unit paths on daemon reloadLennart Poettering2010-06-151-1/+0
* systemctl: fix race in --blockLennart Poettering2010-06-151-13/+40
* systemctl: reimplement systemctl in pure C without Vala/GObjectLennart Poettering2010-06-151-0/+1485