summaryrefslogtreecommitdiff
path: root/src/systemctl
Commit message (Expand)AuthorAgeFilesLines
* systemctl: bugfix for systemctl reboot command with argumentSangjung Woo2015-01-231-1/+7
* core: add a property that shows the current memory usage of a unitLennart Poettering2015-01-231-1/+23
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-2/+2
* systemctl: do not show dots with --plainZbigniew Jędrzejewski-Szmek2015-01-191-15/+18
* systemctl: fix import-environment description, trim help to 80 colsZbigniew Jędrzejewski-Szmek2015-01-191-7/+5
* systemctl: add missing output modes to help messageRonny Chevalier2015-01-091-2/+3
* machined: when cloning a raw disk image, also set the NOCOW flagLennart Poettering2015-01-081-1/+1
* man: bring systemctl man page and --help text into the same orderLennart Poettering2015-01-081-4/+3
* systemctl,loginctl: start polkit agent for all polkit enabled operationsLennart Poettering2015-01-081-2/+19
* machinectl: show most recent log output in "machinectl status", tooLennart Poettering2015-01-081-2/+2
* loginctl: show the 10 most recent log user/session log lines in "loginctl use...Lennart Poettering2015-01-081-25/+23
* journal: bump RLIMIT_NOFILE when journal files to 16K (if possible)Lennart Poettering2015-01-081-0/+5
* path-lookup, systemctl: export lookup_paths_init_from_scope() from shared/ins...Ivan Shapovalov2015-01-051-5/+1
* systemctl: properly iterate through service array when dispatching to sysvLennart Poettering2015-01-051-2/+4
* systemctl: do not repeat hibernate/sleep attemptsZbigniew Jędrzejewski-Szmek2014-12-301-1/+1
* machinectl: add "enable" and "disable" verbs for enabling/disabling systemd-n...Lennart Poettering2014-12-291-30/+4
* machinectl: add new "start" verb to start a container as a service in nspawnLennart Poettering2014-12-291-210/+9
* sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()Lennart Poettering2014-12-241-6/+6
* systemctl: fix argument handling when invoked as "shutdown"Jan Synacek2014-12-161-1/+3
* systemctl: refuse to edit runtime dropins when they already exist in /etcZbigniew Jędrzejewski-Szmek2014-12-161-103/+36
* systemctl: share path lookup between 'cat' and 'edit'Zbigniew Jędrzejewski-Szmek2014-12-161-75/+104
* systemctl: split out LookupPaths initializationZbigniew Jędrzejewski-Szmek2014-12-161-20/+34
* systemctl: move two functions upZbigniew Jędrzejewski-Szmek2014-12-161-78/+78
* systemctl: unify warning about unit files changed on diskZbigniew Jędrzejewski-Szmek2014-12-161-10/+12
* systemctl: do not use -1 for return codeZbigniew Jędrzejewski-Szmek2014-12-161-14/+8
* unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering2014-12-151-6/+18
* systemctl: handle correctly template units for edit verbRonny Chevalier2014-12-131-86/+87
* copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering2014-12-121-2/+2
* util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering2014-12-121-4/+4
* treewide: correct spacing near eol in code commentsTorstein Husebø2014-12-111-1/+1
* sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering2014-12-101-1/+1
* systemctl: fix invalid free when enabling sysv services failsZbigniew Jędrzejewski-Szmek2014-12-091-16/+6
* treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek2014-12-091-6/+3
* remove duplicated includesThomas Hindoe Paaboel Andersen2014-12-061-1/+0
* systemctl: fix a leakThomas Hindoe Paaboel Andersen2014-12-041-2/+5
* systemctl: show unit file preset state in "systemctl status" output"Lennart Poettering2014-12-021-1/+7
* systemctl: remove unused variableThomas Hindoe Paaboel Andersen2014-11-301-1/+0
* systemctl: add edit verbRonny Chevalier2014-11-291-3/+519
* treewide: another round of simplificationsMichal Schmidt2014-11-281-8/+5
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-4/+4
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-40/+20
* Revert "systemctl: append default suffix only if none present"Zbigniew Jędrzejewski-Szmek2014-11-281-1/+4
* systemctl: append default suffix only if none presentZbigniew Jędrzejewski-Szmek2014-11-281-4/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-30/+30
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-30/+30
* systemctl: show BindsTo/BoundBy in list-dependenciesZbigniew Jędrzejewski-Szmek2014-11-221-2/+4
* shared/install: when unit contains only Also=, report 'indirect'Jan Synacek2014-11-101-4/+3
* copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()...Lennart Poettering2014-11-071-2/+3
* systemctl: when invokes as "reboot -f", sync()Lennart Poettering2014-11-061-2/+7
* core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering2014-11-061-4/+57