Age | Commit message (Expand) | Author |
2015-01-19 | systemctl: do not show dots with --plain | Zbigniew Jędrzejewski-Szmek |
2015-01-19 | systemctl: fix import-environment description, trim help to 80 cols | Zbigniew Jędrzejewski-Szmek |
2015-01-09 | systemctl: add missing output modes to help message | Ronny Chevalier |
2015-01-08 | machined: when cloning a raw disk image, also set the NOCOW flag | Lennart Poettering |
2015-01-08 | man: bring systemctl man page and --help text into the same order | Lennart Poettering |
2015-01-08 | systemctl,loginctl: start polkit agent for all polkit enabled operations | Lennart Poettering |
2015-01-08 | machinectl: show most recent log output in "machinectl status", too | Lennart Poettering |
2015-01-08 | loginctl: show the 10 most recent log user/session log lines in "loginctl use... | Lennart Poettering |
2015-01-08 | journal: bump RLIMIT_NOFILE when journal files to 16K (if possible) | Lennart Poettering |
2015-01-05 | path-lookup, systemctl: export lookup_paths_init_from_scope() from shared/ins... | Ivan Shapovalov |
2015-01-05 | systemctl: properly iterate through service array when dispatching to sysv | Lennart Poettering |
2014-12-30 | systemctl: do not repeat hibernate/sleep attempts | Zbigniew Jędrzejewski-Szmek |
2014-12-29 | machinectl: add "enable" and "disable" verbs for enabling/disabling systemd-n... | Lennart Poettering |
2014-12-29 | machinectl: add new "start" verb to start a container as a service in nspawn | Lennart Poettering |
2014-12-24 | sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine() | Lennart Poettering |
2014-12-16 | systemctl: fix argument handling when invoked as "shutdown" | Jan Synacek |
2014-12-16 | systemctl: refuse to edit runtime dropins when they already exist in /etc | Zbigniew Jędrzejewski-Szmek |
2014-12-16 | systemctl: share path lookup between 'cat' and 'edit' | Zbigniew Jędrzejewski-Szmek |
2014-12-16 | systemctl: split out LookupPaths initialization | Zbigniew Jędrzejewski-Szmek |
2014-12-16 | systemctl: move two functions up | Zbigniew Jędrzejewski-Szmek |
2014-12-16 | systemctl: unify warning about unit files changed on disk | Zbigniew Jędrzejewski-Szmek |
2014-12-16 | systemctl: do not use -1 for return code | Zbigniew Jędrzejewski-Szmek |
2014-12-15 | unit: handle nicely of certain unit types are not supported on specific systems | Lennart Poettering |
2014-12-13 | systemctl: handle correctly template units for edit verb | Ronny Chevalier |
2014-12-12 | copy: use btrfs reflinking only whe we know we copy full files | Lennart Poettering |
2014-12-12 | util: when using basename() for creating temporary files, verify the resultin... | Lennart Poettering |
2014-12-11 | treewide: correct spacing near eol in code comments | Torstein Husebø |
2014-12-10 | sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/... | Lennart Poettering |
2014-12-09 | systemctl: fix invalid free when enabling sysv services fails | Zbigniew Jędrzejewski-Szmek |
2014-12-09 | treewide: sanitize loop_write | Zbigniew Jędrzejewski-Szmek |
2014-12-06 | remove duplicated includes | Thomas Hindoe Paaboel Andersen |
2014-12-04 | systemctl: fix a leak | Thomas Hindoe Paaboel Andersen |
2014-12-02 | systemctl: show unit file preset state in "systemctl status" output" | Lennart Poettering |
2014-11-30 | systemctl: remove unused variable | Thomas Hindoe Paaboel Andersen |
2014-11-29 | systemctl: add edit verb | Ronny Chevalier |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | Revert "systemctl: append default suffix only if none present" | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | systemctl: append default suffix only if none present | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-22 | systemctl: show BindsTo/BoundBy in list-dependencies | Zbigniew Jędrzejewski-Szmek |
2014-11-10 | shared/install: when unit contains only Also=, report 'indirect' | Jan Synacek |
2014-11-07 | copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()... | Lennart Poettering |
2014-11-06 | systemctl: when invokes as "reboot -f", sync() | Lennart Poettering |
2014-11-06 | core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal... | Lennart Poettering |
2014-10-29 | systemctl: obey --state in list-unit-files | Zbigniew Jędrzejewski-Szmek |
2014-10-29 | systemctl: let list-{units,unit-files } honour --type | Zbigniew Jędrzejewski-Szmek |
2014-10-17 | systemctl: by default interactively ask for polkit authorization, if possible | Lennart Poettering |