Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-15 | systemctl: use sizeof() instead of strlen() on literal strings | Lennart Poettering | |
2010-09-15 | systemctl: split job list writing to a seperate function | Zbyszek Szmek | |
On Tue, Sep 14, 2010 at 10:23:28PM +0200, Lennart Poettering wrote: > On Tue, 07.09.10 17:02, Zbigniew Jędrzejewski-Szmek (zbyszek@in.waw.pl) wrote: > > Urks, now I commited the wrong one... Can you prep an updated patch against > current git? Once more sorry about that. Fix below. Zbyszek | |||
2010-09-14 | systemctl: limit some column widths to widest actually used | Zbigniew Jędrzejewski-Szmek | |
old UNIT LOAD ACTIVE SUB JOB dev-hugepages.automount loaded active running Huge Page dev-mqueue.automount loaded active waiting POSIX Mes proc-sys...misc.automount loaded active waiting Arbitrary sys-kern...ebug.automount loaded active running Debug Fil new UNIT LOAD ACTIVE SUB JOB dev-hugepages.automount loaded active running Huge Pages File System Automount Poi dev-mqueue.automount loaded active waiting POSIX Message Queue File System Auto systemd-shutdownd.socket loaded active listening systemd Delayed Shutdown Socket | |||
2010-09-14 | systemctl: split job list writing to a seperate function | Zbigniew Jędrzejewski-Szmek | |
2010-09-14 | systemctl: use on_tty() helper everywhere | Zbigniew Jędrzejewski-Szmek | |
2010-09-14 | systemctl: use isolate when called as telinit for a runlevel | Lennart Poettering | |
2010-09-06 | systemctl: make --version a little bit more verbose | Lennart Poettering | |
2010-09-06 | systemctl: implement --version | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=29912 | |||
2010-09-02 | dbus: make sure to flush bus connection before disconnecting, so that no ↵ | Lennart Poettering | |
messages are lost | |||
2010-09-01 | systemctl: make sure daemon-reexec and friends return a correct error code | Lennart Poettering | |
2010-09-01 | systemctl: fix return value of systemctl start and friends | Lennart Poettering | |
2010-09-01 | manager: reword some error messages regarding "logs" | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=627785 | |||
2010-08-31 | systemctl: rework exit codes for all utility programs to follow LSB or other ↵ | Lennart Poettering | |
standards | |||
2010-08-31 | systemctl: avoid wrapping of headers/footers | Lennart Poettering | |
This change makes sure that our output never exceeds 80ch on 80ch terminals. https://bugzilla.redhat.com/show_bug.cgi?id=626443 | |||
2010-08-31 | manager: add missing second part of s/maintenance/failed/ | Matthew Miller | |
2010-08-26 | systemctl: very very trivial typo patch :) | Matthew Miller | |
2010-08-25 | dbus: simplify some dbus error messages a bit | Lennart Poettering | |
2010-08-25 | systemctl: rename a few status lines | Lennart Poettering | |
2010-08-25 | systemctl: show timestamps for state changes | Lennart Poettering | |
2010-08-25 | systemctl: add --sysv-compat | Lennart Poettering | |
2010-08-20 | dbus: follow standardized fdo PropertiesChanged signal spec | Lennart Poettering | |
2010-08-20 | service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and ↵ | Lennart Poettering | |
decode exit codes in systemctl | |||
2010-08-17 | systemctl: break output properly for 80ch terminals | Lennart Poettering | |
2010-08-17 | shutdown: drop -f/-F switches again, simply because we don't want to condone ↵ | Lennart Poettering | |
non-ro root dirs Instead of using /forcefsck and /fastboot people should just kernel command line options to achieve the same. | |||
2010-08-16 | shutdown: various fixes for handling of delayed shutdowns | Lennart Poettering | |
2010-08-16 | log: properly open log target in the various utilities | Lennart Poettering | |
2010-08-16 | systemctl: sort case-insensitively | Lennart Poettering | |
2010-08-16 | systemctl: warn in intervals before going down when delayed shutdown is used | Lennart Poettering | |
2010-08-16 | shutdown: if now time argument is passed, imply +1 not +0 | Lennart Poettering | |
That should friendlier for folks who just run "shutdown" to figure out the command line arguments... https://bugzilla.redhat.com/show_bug.cgi?id=624149 | |||
2010-08-16 | systemctl: add support for delayed shutdown, similar to sysv in style | Lennart Poettering | |
2010-08-14 | emacs: make sure nobody accidently adds tabs to our sources | Lennart Poettering | |
2010-08-14 | systemctl: skip writing of utmp if we booted using systemd, under the ↵ | Lennart Poettering | |
assumption that systemd-update-utmp is used | |||
2010-08-14 | systemctl: sort 'list-units' output | Lennart Poettering | |
2010-08-13 | systemctl: properly detect whether taling to systemd via D-Bus worked before ↵ | Lennart Poettering | |
falling back to upstart/initctl | |||
2010-08-13 | man: document new 'systemctl status PID' syntax | Lennart Poettering | |
2010-08-13 | systemctl: when calling 'status' accept a PID | Lennart Poettering | |
2010-08-13 | systemctl: show sysv path if it is set if the fragment path isn't in ↵ | Lennart Poettering | |
systemctl status | |||
2010-08-12 | systemctl: at full stop after last message before shutting down | Lennart Poettering | |
2010-08-11 | clang: fix numerous little issues found with clang-analyzer | Lennart Poettering | |
2010-08-11 | systemctl: beef up highlighting of service states a little | Lennart Poettering | |
2010-08-11 | utmp: enable systemd-update-utmp by default | Lennart Poettering | |
2010-08-09 | manager: when two pending jobs conflict, keep the one that "conflicts", ↵ | Lennart Poettering | |
remove the one that is "conflicted" This gives the writer of units control which unit is kept and which is stopped when two units conflict. | |||
2010-08-09 | systemctl: show exit code only if it is actually set | Lennart Poettering | |
2010-08-07 | systemctl: fix parsing of DBus reply in 'dot' | Michal Schmidt | |
"systemctl dot" has been broken since the addition of the "Following=" property. | |||
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 |