summaryrefslogtreecommitdiff
path: root/src/systemctl.c
AgeCommit message (Expand)Author
2010-07-12units: introduce emergency.targetLennart Poettering
2010-07-12cgroup: reimplement the last bit of libcgroup functionality nativelyLennart Poettering
2010-07-12execute: optionally ignore return status of invoked commandsLennart Poettering
2010-07-11units: turn Wants=shutdown back into Requires=shutdown to avoid removal of jo...Lennart Poettering
2010-07-11systemctl: turn --replace into --failLennart Poettering
2010-07-11Merge branch 'master' of ssh://git.freedesktop.org/git/systemdLennart Poettering
2010-07-11dbus: use private connections wherever possibleLennart Poettering
2010-07-11systemctl: move status further downLennart Poettering
2010-07-11cgroup: kill processes, not tasks and other cgroup changesLennart Poettering
2010-07-10systemctl: show exec status of all exited programsLennart Poettering
2010-07-10systemctl: show connection counters only for Accept=yes socketsLennart Poettering
2010-07-08systemctl: short cut things if we aren't root and the user requested a reboot...Lennart Poettering
2010-07-08systemctl: don't actually reboot/poweroff/halt if only a wtmp update is reque...Kay Sievers
2010-07-08cgls: beef up control group dumping and introduce cgls toolLennart Poettering
2010-07-08systemctl: filter and sort member pid of cgroupLennart Poettering
2010-07-07log: bump up a number of log messages so that they are shown even if debug lo...Lennart Poettering
2010-07-07systemctl: minor beautificationsLennart Poettering
2010-07-07dbus: don't try to run AddMatch when connected to a private busLennart Poettering
2010-07-07systemctl: minor cosmetic fixesLennart Poettering
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