summaryrefslogtreecommitdiff
path: root/src/systemctl.c
AgeCommit message (Expand)Author
2010-08-16systemctl: warn in intervals before going down when delayed shutdown is usedLennart Poettering
2010-08-16shutdown: if now time argument is passed, imply +1 not +0Lennart Poettering
2010-08-16systemctl: add support for delayed shutdown, similar to sysv in styleLennart Poettering
2010-08-14emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering
2010-08-14systemctl: skip writing of utmp if we booted using systemd, under the assumpt...Lennart Poettering
2010-08-14systemctl: sort 'list-units' outputLennart Poettering
2010-08-13systemctl: properly detect whether taling to systemd via D-Bus worked before ...Lennart Poettering
2010-08-13man: document new 'systemctl status PID' syntaxLennart Poettering
2010-08-13systemctl: when calling 'status' accept a PIDLennart Poettering
2010-08-13systemctl: show sysv path if it is set if the fragment path isn't in systemct...Lennart Poettering
2010-08-12systemctl: at full stop after last message before shutting downLennart Poettering
2010-08-11clang: fix numerous little issues found with clang-analyzerLennart Poettering
2010-08-11systemctl: beef up highlighting of service states a littleLennart Poettering
2010-08-11utmp: enable systemd-update-utmp by defaultLennart Poettering
2010-08-09manager: when two pending jobs conflict, keep the one that "conflicts", remov...Lennart Poettering
2010-08-09systemctl: show exit code only if it is actually setLennart Poettering
2010-08-07systemctl: fix parsing of DBus reply in 'dot'Michal Schmidt
2010-08-05reboot: handle -p switch properlyMichal Schmidt
2010-07-24telinit: forward to upstart, if not booted with systemdsystemd/v4Lennart Poettering
2010-07-24systemctl: don't use the systemd bus to talk to upstartLennart Poettering
2010-07-24systemctl: don't hit an assert when we are run from a non-systemd bootLennart Poettering
2010-07-24systemctl: fold systemd-install into systemctlLennart Poettering
2010-07-23systemctl: support force-reload and condrestart as aliases for reload-or-try-...Lennart Poettering
2010-07-23systemctl: accept -p more than onceLennart Poettering
2010-07-20systemctl: always disable color when output goes into a fileLennart Poettering
2010-07-20device: do not merge devicesLennart Poettering
2010-07-19systemctl: introduce reset-maintenance commandLennart Poettering
2010-07-17systemctl: extend list-units output a littleLennart Poettering
2010-07-17systemctl: warn when operating on service files that changed on disk but have...Lennart Poettering
2010-07-16systemctl: always show units with active jobs in list-units outputLennart Poettering
2010-07-16systemctl: add to command for virtualizing the dependency tree with graphvizLennart Poettering
2010-07-13systemctl: introduce try-restart and reload-or-restart commandsLennart Poettering
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