Age | Commit message (Expand) | Author |
2011-06-14 | systemctl: fix a FILE* leak | Michal Schmidt |
2011-06-14 | systemctl: fix 'is-enabled' for native units under /lib | Michal Schmidt |
2011-06-09 | enable chkconfig support in systemctl for openSUSE | Frederic Crozat |
2011-06-05 | systemctl: fix double unref of a dbus message | Michal Schmidt |
2011-04-28 | dbus: make daemon reexecution synchronous | Lennart Poettering |
2011-04-27 | systemctl: whitelist /etc instead of blacklisting /lib to figure out if [Inst... | Lennart Poettering |
2011-04-20 | MeeGo support | Chris E Ferron |
2011-04-16 | systemctl: always consider unit files with no [Install] section but stored in... | Lennart Poettering |
2011-04-07 | dbus: expose monotonic timestamps on the bus | Lennart Poettering |
2011-04-06 | systemctl: properly parse JobNew signals | Lennart Poettering |
2011-04-06 | systemctl: make most operations NOPs in a chroot | Lennart Poettering |
2011-03-29 | systemctl: don't truncate description when using pager | Lennart Poettering |
2011-03-28 | conf-parser: fix remaining parser functions according to new prototype | Lennart Poettering |
2011-03-28 | use /run instead of /dev/.run | Kay Sievers |
2011-03-17 | chkconfig: check against runlevel 5 instead of 3, since it is a superset of t... | Lennart Poettering |
2011-03-17 | systemctl: accept condstop as alias for stop | Lennart Poettering |
2011-03-14 | core: move abstract namespace sockets to /dev/.run | Lennart Poettering |
2011-03-12 | systemctl: support remote and privileged systemctl access via SSH and pkexec | Lennart Poettering |
2011-03-09 | condition: take a timestamp and store last result of conditions | Lennart Poettering |
2011-03-08 | build-sys: add Mandriva distribution supportsystemd/v20 | Andrey Borzenkov |
2011-03-08 | systemctl: when forwarding is-enabled to chkconfig hardcode runlevel 3 | Lennart Poettering |
2011-03-08 | job: introduce new job result code 'skipped' to use when pre conditions of jo... | Lennart Poettering |
2011-03-04 | systemctl: fix exit code when directing is-enabled to chkconfig | Lennart Poettering |
2011-03-04 | execute: load environment files at time of execution, not when we load the se... | Lennart Poettering |
2011-03-03 | kill: always send SIGCONT after SIGTERM | Lennart Poettering |
2011-03-01 | systemctl: add condreload alias for compat with ALTLinux | Lennart Poettering |
2011-02-25 | systemctl: shutdown agent explicitly so that it can reset the tty properly | Lennart Poettering |
2011-02-24 | systemctl: properly handle job results | Lennart Poettering |
2011-02-24 | dbus: pass along information why a job failed when it failed (dbus api change!) | Lennart Poettering |
2011-02-20 | systemctl: shutdown(8) - call kexec if kexec kernel is loaded | Kay Sievers |
2011-02-16 | systemctl: introduce --ignore-dependencies | Lennart Poettering |
2011-02-16 | systemctl: introduce --failed to show only failed services | Lennart Poettering |
2011-02-13 | systemctl: minor optimizations | Lennart Poettering |
2011-02-13 | systemctl: don't unnecessarily close stdin/stdout/stderr for tty agent so tha... | Lennart Poettering |
2011-02-09 | systemctl: fix opening params | Lennart Poettering |
2011-02-09 | systemctl: don't start agent for --user | Lennart Poettering |
2011-02-09 | systemctl: make sure the tty agent does not retain a copy of stdio | Lennart Poettering |
2011-01-22 | clang: fix some issues found with clang-analyzersystemd/v17 | Lennart Poettering |
2011-01-20 | systemctl: highlight failed processes in systemctl status | Lennart Poettering |
2011-01-20 | systemctl: show process type along process exit codes | Lennart Poettering |
2011-01-18 | systemctl: before spawning pager cache number of columns | Lennart Poettering |
2011-01-04 | systemctl: Don't use Debian's 'sensible-pager', use 'pager' instead | Lennart Poettering |
2011-01-04 | systemctl: drop redundant getenv('LESS') check | Lennart Poettering |
2011-01-04 | systemctl: spawn pager only for commands that generates long output | Lennart Poettering |
2011-01-04 | systemctl: make the child the pager, leave systemctl as parent | Lennart Poettering |
2011-01-04 | systemctl: try harder to find a suitable pager | Lennart Poettering |
2011-01-02 | systemctl: implement auto-pager a la git | Miklos Vajna |
2010-11-21 | systemctl: don't return LSB status error codes for systemctl show | Lennart Poettering |
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 |