summaryrefslogtreecommitdiff
path: root/src/systemctl
Commit message (Expand)AuthorAge
* journal: bump RLIMIT_NOFILE when journal files to 16K (if possible)Lennart Poettering2015-01-08
* path-lookup, systemctl: export lookup_paths_init_from_scope() from shared/ins...Ivan Shapovalov2015-01-05
* systemctl: properly iterate through service array when dispatching to sysvLennart Poettering2015-01-05
* systemctl: do not repeat hibernate/sleep attemptsZbigniew Jędrzejewski-Szmek2014-12-30
* machinectl: add "enable" and "disable" verbs for enabling/disabling systemd-n...Lennart Poettering2014-12-29
* machinectl: add new "start" verb to start a container as a service in nspawnLennart Poettering2014-12-29
* sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()Lennart Poettering2014-12-24
* systemctl: fix argument handling when invoked as "shutdown"Jan Synacek2014-12-16
* systemctl: refuse to edit runtime dropins when they already exist in /etcZbigniew Jędrzejewski-Szmek2014-12-16
* systemctl: share path lookup between 'cat' and 'edit'Zbigniew Jędrzejewski-Szmek2014-12-16
* systemctl: split out LookupPaths initializationZbigniew Jędrzejewski-Szmek2014-12-16
* systemctl: move two functions upZbigniew Jędrzejewski-Szmek2014-12-16
* systemctl: unify warning about unit files changed on diskZbigniew Jędrzejewski-Szmek2014-12-16
* systemctl: do not use -1 for return codeZbigniew Jędrzejewski-Szmek2014-12-16
* unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering2014-12-15
* systemctl: handle correctly template units for edit verbRonny Chevalier2014-12-13
* copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering2014-12-12
* util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering2014-12-12
* treewide: correct spacing near eol in code commentsTorstein Husebø2014-12-11
* sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering2014-12-10
* systemctl: fix invalid free when enabling sysv services failsZbigniew Jędrzejewski-Szmek2014-12-09
* treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek2014-12-09
* remove duplicated includesThomas Hindoe Paaboel Andersen2014-12-06
* systemctl: fix a leakThomas Hindoe Paaboel Andersen2014-12-04
* systemctl: show unit file preset state in "systemctl status" output"Lennart Poettering2014-12-02
* systemctl: remove unused variableThomas Hindoe Paaboel Andersen2014-11-30
* systemctl: add edit verbRonny Chevalier2014-11-29
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* Revert "systemctl: append default suffix only if none present"Zbigniew Jędrzejewski-Szmek2014-11-28
* systemctl: append default suffix only if none presentZbigniew Jędrzejewski-Szmek2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* systemctl: show BindsTo/BoundBy in list-dependenciesZbigniew Jędrzejewski-Szmek2014-11-22
* shared/install: when unit contains only Also=, report 'indirect'Jan Synacek2014-11-10
* copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()...Lennart Poettering2014-11-07
* systemctl: when invokes as "reboot -f", sync()Lennart Poettering2014-11-06
* core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering2014-11-06
* systemctl: obey --state in list-unit-filesZbigniew Jędrzejewski-Szmek2014-10-29
* systemctl: let list-{units,unit-files } honour --typeZbigniew Jędrzejewski-Szmek2014-10-29
* systemctl: by default interactively ask for polkit authorization, if possibleLennart Poettering2014-10-17
* systemctl: when mangle unit names for the "isolate", suffix with ".target" ra...Lennart Poettering2014-10-13
* systemctl: move unit action table closer to the functions that use themLennart Poettering2014-10-13
* systemctl: remove casts in formattingZbigniew Jędrzejewski-Szmek2014-10-09
* systemctl: suggest -xe not -xnZbigniew Jędrzejewski-Szmek2014-10-08
* systemctl: add add-wants and add-requires verbsLukas Nykryn2014-10-08
* systemctl: remove spurious newlineLennart Poettering2014-10-02
* systemctl: fix resource leak CID #1237747Cristian Rodríguez2014-09-18
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15