summaryrefslogtreecommitdiff
path: root/src/systemctl.c
AgeCommit message (Expand)Author
2011-07-08systemctl: fix --help syntax for variablesLennart Poettering
2011-07-08loginctl: add various introspection functionsLennart Poettering
2011-07-07systemctl: hide all information on --kill-mode= since it is mostly uselessLennart Poettering
2011-07-07systemctl: use cached tty value where possibleLennart Poettering
2011-07-07systemctl: cache tty value before we open the pagerLennart Poettering
2011-07-07loginctl: add basic implementation of loginctl for introspecting controlling ...Lennart Poettering
2011-07-07cgls: add pager support to systemd-cglsLennart Poettering
2011-07-03shutdown: respect the dry run option '-k'Michal Schmidt
2011-07-03shutdown: accept minutes argument without '+'Michal Schmidt
2011-06-27systemctl: add support for --root for systemctl enable/disable/is-enabledFrederic Crozat
2011-06-20systemctl: Add SYSTEMD_PAGER for setting the pager to use in systemctlVille Skyttä
2011-06-15systemctl: plug a leak upon create_symlink mismatchJim Meyering
2011-06-15systemctl: enable chkconfig support in systemctl for ALTLinuxAlexey Shabalin
2011-06-14systemctl: fix a FILE* leakMichal Schmidt
2011-06-14systemctl: fix 'is-enabled' for native units under /libMichal Schmidt
2011-06-09enable chkconfig support in systemctl for openSUSEFrederic Crozat
2011-06-05systemctl: fix double unref of a dbus messageMichal Schmidt
2011-04-28dbus: make daemon reexecution synchronousLennart Poettering
2011-04-27systemctl: whitelist /etc instead of blacklisting /lib to figure out if [Inst...Lennart Poettering
2011-04-20MeeGo supportChris E Ferron
2011-04-16systemctl: always consider unit files with no [Install] section but stored in...Lennart Poettering
2011-04-07dbus: expose monotonic timestamps on the busLennart Poettering
2011-04-06systemctl: properly parse JobNew signalsLennart Poettering
2011-04-06systemctl: make most operations NOPs in a chrootLennart Poettering
2011-03-29systemctl: don't truncate description when using pagerLennart Poettering
2011-03-28conf-parser: fix remaining parser functions according to new prototypeLennart Poettering
2011-03-28use /run instead of /dev/.runKay Sievers
2011-03-17chkconfig: check against runlevel 5 instead of 3, since it is a superset of t...Lennart Poettering
2011-03-17systemctl: accept condstop as alias for stopLennart Poettering
2011-03-14core: move abstract namespace sockets to /dev/.runLennart Poettering
2011-03-12systemctl: support remote and privileged systemctl access via SSH and pkexecLennart Poettering
2011-03-09condition: take a timestamp and store last result of conditionsLennart Poettering
2011-03-08build-sys: add Mandriva distribution supportsystemd/v20Andrey Borzenkov
2011-03-08systemctl: when forwarding is-enabled to chkconfig hardcode runlevel 3Lennart Poettering
2011-03-08job: introduce new job result code 'skipped' to use when pre conditions of jo...Lennart Poettering
2011-03-04systemctl: fix exit code when directing is-enabled to chkconfigLennart Poettering
2011-03-04execute: load environment files at time of execution, not when we load the se...Lennart Poettering
2011-03-03kill: always send SIGCONT after SIGTERMLennart Poettering
2011-03-01systemctl: add condreload alias for compat with ALTLinuxLennart Poettering
2011-02-25systemctl: shutdown agent explicitly so that it can reset the tty properlyLennart Poettering
2011-02-24systemctl: properly handle job resultsLennart Poettering
2011-02-24dbus: pass along information why a job failed when it failed (dbus api change!)Lennart Poettering
2011-02-20systemctl: shutdown(8) - call kexec if kexec kernel is loadedKay Sievers
2011-02-16systemctl: introduce --ignore-dependenciesLennart Poettering
2011-02-16systemctl: introduce --failed to show only failed servicesLennart Poettering
2011-02-13systemctl: minor optimizationsLennart Poettering
2011-02-13systemctl: don't unnecessarily close stdin/stdout/stderr for tty agent so tha...Lennart Poettering
2011-02-09systemctl: fix opening paramsLennart Poettering
2011-02-09systemctl: don't start agent for --userLennart Poettering
2011-02-09systemctl: make sure the tty agent does not retain a copy of stdioLennart Poettering