summaryrefslogtreecommitdiff
path: root/src/systemctl
AgeCommit message (Expand)AuthorFilesLines
2019-07-24[systemctl] Don't print ExecXYZEx= when doing 'systemctl status'Anita Zhang1-0/+5
2019-07-17systemctl: call the unit dbus path dbus_path everywhereZbigniew Jędrzejewski-Szmek1-22/+22
2019-07-17pid1: kill unit_file_find_dropin_paths() helperZbigniew Jędrzejewski-Szmek1-1/+3
2019-07-16Merge pull request #13076 from keszybz/pr/13062Zbigniew Jędrzejewski-Szmek1-7/+10
2019-07-16systemctl: print non-elapsing timers as "n/a" not "(null)"Zbigniew Jędrzejewski-Szmek1-7/+10
2019-07-16Merge pull request #13063 from keszybz/cgroup-path-fixesLennart Poettering1-1/+2
2019-07-15tree-wide: drop duplicated blank linesYu Watanabe1-1/+0
2019-07-15systemctl: emit warning when we get an invalid process entry from pid1 and co...Zbigniew Jędrzejewski-Szmek1-1/+2
2019-07-15systemctl: do not suggest passing --all if the user passed --state=Alan Jenkins1-2/+4
2019-07-12tree-wide: some more [static] related fixesLennart Poettering1-0/+2
2019-07-12tree-wide: get rid of strappend()Lennart Poettering1-1/+1
2019-07-11systemctl: port "systemctl start --wait" logic to new bus-wait-for-units.c APILennart Poettering1-171/+15
2019-07-11systemctl: add new "clean" operation to systemctlLennart Poettering1-0/+136
2019-07-10Merge pull request #12939 from yuwata/lgtm-fixesLennart Poettering1-1/+1
2019-07-10systemctl: allow "cat" on units with bad settingsZbigniew Jędrzejewski-Szmek1-6/+7
2019-07-05tree-wide: introduce strerror_safe()Yu Watanabe1-1/+1
2019-07-04basic/time-util: add helper function to check if timestamp is setZbigniew Jędrzejewski-Szmek1-2/+2
2019-06-25Merge pull request #12870 from yuwata/tree-wide-further-path-join-cleanupsLennart Poettering1-2/+2
2019-06-25tree-wide: replace strjoina() with prefix_roota()Yu Watanabe1-2/+2
2019-06-24core: introduce NUMAPolicy and NUMAMask optionsMichal Sekletar1-2/+12
2019-06-21tree-wide: replace strjoin() with path_join()Yu Watanabe1-2/+2
2019-06-07systemctl: Prevent state_missing from being used uninitChris Down1-1/+1
2019-06-06Merge pull request #12508 from keszybz/no-root-checksYu Watanabe1-5/+13
2019-05-30core: add ExecStartXYZEx= with dbus support for executable prefixesAnita Zhang1-96/+137
2019-05-30systemctl: process all units matched by a glob in the cat verb by defaultFrantisek Sumsal1-0/+5
2019-05-29systemctl: present CPUAffinity mask as a list of CPU index rangesMichal Sekletar1-0/+22
2019-05-08systemctl: show a hint if root privileges might yield more informationZbigniew Jędrzejewski-Szmek1-3/+11
2019-05-08systemctl: drop one must_be_root_check()Zbigniew Jędrzejewski-Szmek1-2/+2
2019-04-29codespell: fix spelling errorsBen Boeckel1-8/+8
2019-04-25Merge pull request #12074 from poettering/io-acctZbigniew Jędrzejewski-Szmek1-1/+14
2019-04-16unit: Add DefaultMemoryMinChris Down1-0/+2
2019-04-12cgroup: Implement default propagation of MemoryLow with DefaultMemoryLowChris Down1-0/+3
2019-04-12systemctl: show IO stats in 'status' outputLennart Poettering1-1/+14
2019-04-02systemctl: print a more accurate error message when we canLennart Poettering1-1/+1
2019-03-28util-lib: when copying files make sure to apply some chattrs early, some lateLennart Poettering1-1/+1
2019-03-28Merge pull request #12115 from poettering/verbose-job-enqueueZbigniew Jędrzejewski-Szmek1-134/+186
2019-03-27Merge pull request #12119 from keszybz/voidify-mkdir-pLennart Poettering1-0/+4
2019-03-27systemctl: add new --show-transaction switchLennart Poettering1-55/+127
2019-03-27systemctl: split out extra args generation into helper function of its ownLennart Poettering1-15/+21
2019-03-27systemctl: reindent tableLennart Poettering1-15/+15
2019-03-27systemctl: more SYNTHETIC_ERRNO() conversionLennart Poettering1-2/+2
2019-03-27systemctl: replace switch statement by table of structuresLennart Poettering1-47/+21
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek1-0/+4
2019-03-26systemctl: define less stuff when !HAVE_SYSV_COMPATZbigniew Jędrzejewski-Szmek3-5/+7
2019-03-25systemctl: move --failed close to --state= in help textLennart Poettering1-1/+1
2019-03-25systemctl: underline sections in help textLennart Poettering1-9/+10
2019-03-25systemctl: use structured initializationLennart Poettering1-8/+10
2019-03-25systemctl: use SYNTHETIC_ERRNO everywhereLennart Poettering1-56/+33
2019-03-25systemctl: split out some SysV compat stuff into its own C fileLennart Poettering3-111/+132
2019-03-22Merge pull request #11602 from vesajaaskelainen/dbus-reboot-with-parametersLennart Poettering1-2/+2