chiark / gitweb /
cgls: fix missing initialization
[elogind.git] / src / systemctl.c
2010-07-08 Lennart Poetteringcgls: beef up control group dumping and introduce cgls...
2010-07-08 Lennart Poetteringsystemctl: filter and sort member pid of cgroup
2010-07-07 Lennart Poetteringlog: bump up a number of log messages so that they...
2010-07-07 Lennart Poetteringsystemctl: minor beautifications
2010-07-07 Lennart Poetteringdbus: don't try to run AddMatch when connected to a...
2010-07-07 Lennart Poetteringsystemctl: minor cosmetic fixes
2010-07-06 Lennart Poetteringsystemctl: when we cannot load a unit, retry with getti...
2010-07-06 Lennart Poetteringsystemctl: don't use UTF directly
2010-07-06 Lennart Poetteringsystemctl: fix parsing of cgroup contents
2010-07-06 Lennart Poetteringinstall: implement --start option
2010-07-05 Lennart Poetteringsystemctl: show cgroup contents in status
2010-07-05 Lennart Poetteringsystemctl: implement 'status' command
2010-07-04 Lennart Poetteringdbus: send signals about jobs to the clients having...
2010-07-04 Lennart Poetteringsystemctl: use format_timespan() where applicable
2010-07-04 Lennart Poetteringman: update systemctl man page
2010-07-04 Lennart Poetteringdbus: complete exec command coverage
2010-07-04 Lennart Poetteringdbus: include NextElapse field in timer properties
2010-07-04 Lennart Poetteringdbus: complete exec coverage
2010-07-04 Lennart Poetteringdbus: complete automount and mount unit coverage
2010-07-04 Lennart Poetteringdbus: complete coverage of timer units
2010-07-04 Lennart Poetteringsystemctl: load unit when introspecting
2010-07-04 Lennart Poetteringdbus: complete coverage for path units
2010-07-04 Lennart Poetteringsystemctl: implement 'show' command
2010-07-02 Lennart Poetteringsystemctl: implement delete command
2010-07-01 Lennart Poetteringsystemctl: fix detection of active units
2010-07-01 Lennart Poetteringsystemctl: return error codes for failed jobs
2010-06-30 Lennart Poetteringsystemctl: add 'check' call
2010-06-30 Lennart Poetteringsystemctl: block by default
2010-06-24 Lennart Poetteringutils: show help blurb when run without any arguments
2010-06-24 Lennart Poetteringsystemctl: minor --help rewording
2010-06-23 Lennart Poetteringminor fixes to help texts
2010-06-22 Lennart Poetteringsystemctl: fix systemctl help text
2010-06-19 Lennart Poetteringsystemctl: make upstart glue code talk to upstart via...
2010-06-19 Lennart Poetteringdbus: to make sure that systemd stays controllable...
2010-06-18 Lennart Poetteringsystemctl: don't fail if first argument to shutdown...
2010-06-18 Lennart Poetteringsystemctl: when called as shutdown, fail if first argum...
2010-06-18 Lennart Poetteringsystemctl: when called as shutdown, properly handle...
2010-06-18 Lennart Poetteringsystemctl: add compat support for shutting down the...
2010-06-18 Lennart Poetteringsystemctl: add /dev/initctl fallback
2010-06-18 Lennart Poetteringsystemctl: add verbs for special units
2010-06-18 Lennart Poetteringsystemctl: warn users via wall that the system goes...
2010-06-17 Lennart Poetteringsystemctl: provide compatibility implementations for...
2010-06-16 Lennart Poetteringservice: optionally call into PAM when dropping priviliges
2010-06-15 Lennart Poetteringinstall: add systemd-install tool for managing alias...
2010-06-15 Lennart Poetteringsystemctl: make sure getopt doesn't segfault
2010-06-15 Lennart Poetteringmanager: recheck unit paths on daemon reload
2010-06-15 Lennart Poetteringsystemctl: fix race in --block
2010-06-15 Lennart Poetteringsystemctl: reimplement systemctl in pure C without...