Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-21 | systemctl: don't return LSB status error codes for systemctl show | Lennart Poettering | |
Use them only for systemctl status. https://bugzilla.redhat.com/show_bug.cgi?id=637183 | |||
2010-11-21 | systemctl: redirect enable/disable to chkconfig if applicable | Lennart Poettering | |
2010-11-15 | drop support for MANAGER_SESSION, introduce MANAGER_USER instead | Lennart Poettering | |
2010-11-12 | ask-password: don't show wall message on ttys we are already running a tty ↵ | Lennart Poettering | |
agent on | |||
2010-10-28 | systemctl: always show what and where for mount units in status output | Lennart Poettering | |
2010-10-27 | service: when after startup only one process is in a service's cgroup, ↵ | Lennart Poettering | |
assume it is the main process | |||
2010-10-26 | errors: refer to systemctl status when useful | Lennart Poettering | |
2010-10-26 | systemctl: automatically spawn temporary password agent when we might need one | Lennart Poettering | |
2010-10-22 | systemctl: introduce systemctl kill | Lennart Poettering | |
2010-10-19 | systemctl: fix counting in list-units output | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=643502 | |||
2010-10-14 | systemctl: accept -f as short for --force | Lennart Poettering | |
2010-10-14 | systemctl: rework halt/reboot/poweroff/kexec/exit logic around --force | Lennart Poettering | |
2010-10-13 | systemctl: warn if user enables unit with no installation instructions | Lennart Poettering | |
2010-10-12 | systemctl: drop [] around date in status output | Lennart Poettering | |
2010-10-12 | systemctl: show whether we follow somebody in 'status' output | Lennart Poettering | |
2010-10-08 | systemctl: fix 'systemctl enable getty@.service' | Lennart Poettering | |
2010-10-08 | unit: introduce 'banned' load state for units symlinked to /dev/null | Lennart Poettering | |
2010-10-07 | util: never use sizeof(sa_family_t) when calculating sockaddr sizes | Lennart Poettering | |
2010-10-06 | systemctl: require correctly formed unit names when enabling units | Lennart Poettering | |
2010-09-27 | sysv: optionally disable of SysV init/rcN.d support at compile time | Fabiano Fidencio | |
This patch adds a cpp definition HAVE_SYSV_COMPAT that is used to isolate code dealing with /etc/init.d and /etc/rcN.d for systems where it does not make sense (one that does not use sysv or one that is fully systemd native). The patch tries to be as little intrusive as possible, however in order to minimize the number of #ifdef'ed regions I've reordered some code in path-lookup.c:lookup_paths_init() where all code dealing with sysv is now isolated under running_as == MANAGER_SYSTEM as well. Moreover, In struct Service, some fields were rearranged to reduce the number of ifdefs. Lennart's suggestions were fixed and squashed with the original patch, that was sent by Gustavo Sverzut Barbieri (barbieri@profusion.mobi). | |||
2010-09-21 | manager: calculate progress value while booting | Lennart Poettering | |
2010-09-21 | systemctl: make condrestart equivalent to try-restart | Michal Schmidt | |
"condrestart" should be equivalent to "try-restart", i.e. it should be translated into "TryRestartUnit". See http://fedoraproject.org/wiki/Packaging:SysVInitScript#condrestart_and_try-restart Fixes https://bugzilla.redhat.com/show_bug.cgi?id=635780 | |||
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 | |