Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-05 | reboot: handle -p switch properly | Michal Schmidt | |
https://bugzilla.redhat.com/show_bug.cgi?id=618678 | |||
2010-07-24 | telinit: forward to upstart, if not booted with systemdsystemd/v4 | Lennart Poettering | |
2010-07-24 | systemctl: don't use the systemd bus to talk to upstart | Lennart Poettering | |
2010-07-24 | systemctl: don't hit an assert when we are run from a non-systemd boot | Lennart Poettering | |
2010-07-24 | systemctl: fold systemd-install into systemctl | Lennart Poettering | |
2010-07-23 | systemctl: support force-reload and condrestart as aliases for ↵ | Lennart Poettering | |
reload-or-try-restart | |||
2010-07-23 | systemctl: accept -p more than once | Lennart Poettering | |
2010-07-20 | systemctl: always disable color when output goes into a file | Lennart Poettering | |
2010-07-20 | device: do not merge devices | Lennart Poettering | |
Don't try to merge devices that have been created via dependencies when they appear in the system and can be recognized as the same. Instead, simply continue to maintain them independently of each other, however with the same state cycle. Why? Because otherwise we'd have a hard time to seperate the dependencies after the devices are unplugged again and we hence cannot be sure anymore that next time the device is plugged in it will carry the same names. Example: if one depndency refers to dev-sda.device and another one to dev-by-id-xxxyyy.device we only learn at time of plug in of the device that it is actually the same device that was ment. In the moment the device is unplugged again we won't know anymore their relation to each other and the next time the harddisk is plugged it might even appear as dev-by-id-xxxyyy.device and dev-sdb.service. To ensure the dependencies continue to have the meaning they were intended to have let's hence keep the .device objects seperate all the time, even when they are plugged in. This patch also introduces a new Following= property which points from the various .device units of a specific device to the main .device unit for it. This can be used by the client side to figure out the relation of the .device units to each other and even filter units from display. | |||
2010-07-19 | systemctl: introduce reset-maintenance command | Lennart Poettering | |
2010-07-17 | systemctl: extend list-units output a little | Lennart Poettering | |
2010-07-17 | systemctl: warn when operating on service files that changed on disk but ↵ | Lennart Poettering | |
haven't been reloaded | |||
2010-07-16 | systemctl: always show units with active jobs in list-units output | Lennart Poettering | |
2010-07-16 | systemctl: add to command for virtualizing the dependency tree with graphviz | Lennart Poettering | |
2010-07-13 | systemctl: introduce try-restart and reload-or-restart commands | Lennart Poettering | |
2010-07-12 | units: introduce emergency.target | Lennart Poettering | |
2010-07-12 | cgroup: reimplement the last bit of libcgroup functionality natively | Lennart Poettering | |
2010-07-12 | execute: optionally ignore return status of invoked commands | Lennart Poettering | |
2010-07-11 | units: turn Wants=shutdown back into Requires=shutdown to avoid removal of ↵ | Lennart Poettering | |
jobs due to the impact minimizer | |||
2010-07-11 | systemctl: turn --replace into --fail | Lennart Poettering | |
2010-07-11 | Merge branch 'master' of ssh://git.freedesktop.org/git/systemd | Lennart Poettering | |
2010-07-11 | dbus: use private connections wherever possible | Lennart Poettering | |
2010-07-11 | systemctl: move status further down | Lennart Poettering | |
2010-07-11 | cgroup: kill processes, not tasks and other cgroup changes | Lennart Poettering | |
2010-07-10 | systemctl: show exec status of all exited programs | Lennart Poettering | |
2010-07-10 | systemctl: show connection counters only for Accept=yes sockets | Lennart Poettering | |
2010-07-08 | systemctl: short cut things if we aren't root and the user requested a ↵ | Lennart Poettering | |
reboot to suppress unnecessary wall message | |||
2010-07-08 | systemctl: don't actually reboot/poweroff/halt if only a wtmp update is ↵ | Kay Sievers | |
requested | |||
2010-07-08 | cgls: beef up control group dumping and introduce cgls tool | Lennart Poettering | |
2010-07-08 | systemctl: filter and sort member pid of cgroup | Lennart Poettering | |
2010-07-07 | log: bump up a number of log messages so that they are shown even if debug ↵ | Lennart Poettering | |
logging is disabled, for diagnostic purposes | |||
2010-07-07 | systemctl: minor beautifications | Lennart Poettering | |
2010-07-07 | dbus: don't try to run AddMatch when connected to a private bus | Lennart Poettering | |
2010-07-07 | systemctl: minor cosmetic fixes | Lennart Poettering | |
2010-07-06 | systemctl: when we cannot load a unit, retry with getting it | Lennart Poettering | |
2010-07-06 | systemctl: don't use UTF directly | Lennart Poettering | |
2010-07-06 | systemctl: fix parsing of cgroup contents | Lennart Poettering | |
2010-07-06 | install: implement --start option | Lennart Poettering | |
2010-07-05 | systemctl: show cgroup contents in status | Lennart Poettering | |
2010-07-05 | systemctl: implement 'status' command | Lennart Poettering | |
2010-07-05 | dbus: send signals about jobs to the clients having created them ↵ | Lennart Poettering | |
unconditionally, and thus get rid of broadcast signals in most cases | |||
2010-07-04 | systemctl: use format_timespan() where applicable | Lennart Poettering | |
2010-07-04 | man: update systemctl man page | Lennart Poettering | |
2010-07-04 | dbus: complete exec command coverage | Lennart Poettering | |
2010-07-04 | dbus: include NextElapse field in timer properties | Lennart Poettering | |
2010-07-04 | dbus: complete exec coverage | Lennart Poettering | |
2010-07-04 | dbus: complete automount and mount unit coverage | Lennart Poettering | |
2010-07-04 | dbus: complete coverage of timer units | Lennart Poettering | |
2010-07-04 | systemctl: load unit when introspecting | Lennart Poettering | |
2010-07-04 | dbus: complete coverage for path units | Lennart Poettering | |