summaryrefslogtreecommitdiff
path: root/src/systemctl.c
AgeCommit message (Expand)Author
2010-07-06systemctl: when we cannot load a unit, retry with getting itLennart Poettering
2010-07-06systemctl: don't use UTF directlyLennart Poettering
2010-07-06systemctl: fix parsing of cgroup contentsLennart Poettering
2010-07-06install: implement --start optionLennart Poettering
2010-07-05systemctl: show cgroup contents in statusLennart Poettering
2010-07-05systemctl: implement 'status' commandLennart Poettering
2010-07-05dbus: send signals about jobs to the clients having created them unconditiona...Lennart Poettering
2010-07-04systemctl: use format_timespan() where applicableLennart Poettering
2010-07-04man: update systemctl man pageLennart Poettering
2010-07-04dbus: complete exec command coverageLennart Poettering
2010-07-04dbus: include NextElapse field in timer propertiesLennart Poettering
2010-07-04dbus: complete exec coverageLennart Poettering
2010-07-04dbus: complete automount and mount unit coverageLennart Poettering
2010-07-04dbus: complete coverage of timer unitsLennart Poettering
2010-07-04systemctl: load unit when introspectingLennart Poettering
2010-07-04dbus: complete coverage for path unitsLennart Poettering
2010-07-04systemctl: implement 'show' commandLennart Poettering
2010-07-02systemctl: implement delete commandLennart Poettering
2010-07-01systemctl: fix detection of active unitsLennart Poettering
2010-07-01systemctl: return error codes for failed jobsLennart Poettering
2010-07-01systemctl: add 'check' callLennart Poettering
2010-07-01systemctl: block by defaultLennart Poettering
2010-06-24utils: show help blurb when run without any argumentsLennart Poettering
2010-06-24systemctl: minor --help rewordingLennart Poettering
2010-06-24minor fixes to help textsLennart Poettering
2010-06-22systemctl: fix systemctl help textLennart Poettering
2010-06-19systemctl: make upstart glue code talk to upstart via private abstarct bus an...Lennart Poettering
2010-06-19dbus: to make sure that systemd stays controllable during early bootup, regis...Lennart Poettering
2010-06-18systemctl: don't fail if first argument to shutdown isn't 'now' just warn lou...Lennart Poettering
2010-06-18systemctl: when called as shutdown, fail if first argument isn't 'now'Lennart Poettering
2010-06-18systemctl: when called as shutdown, properly handle user specified wall messageLennart Poettering
2010-06-18systemctl: add compat support for shutting down the system via upstartLennart Poettering
2010-06-18systemctl: add /dev/initctl fallbackLennart Poettering
2010-06-18systemctl: add verbs for special unitsLennart Poettering
2010-06-18systemctl: warn users via wall that the system goes downLennart Poettering
2010-06-17systemctl: provide compatibility implementations for various sysv utilitiesLennart Poettering
2010-06-16service: optionally call into PAM when dropping priviligesLennart Poettering
2010-06-16install: add systemd-install tool for managing alias/wants symlinksLennart Poettering
2010-06-15systemctl: make sure getopt doesn't segfaultLennart Poettering
2010-06-15manager: recheck unit paths on daemon reloadLennart Poettering
2010-06-15systemctl: fix race in --blockLennart Poettering
2010-06-15systemctl: reimplement systemctl in pure C without Vala/GObjectLennart Poettering