summaryrefslogtreecommitdiff
path: root/src/systemctl
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13063 from keszybz/cgroup-path-fixesLennart Poettering2019-07-161-1/+2
|\
| * systemctl: emit warning when we get an invalid process entry from pid1 and co...Zbigniew Jędrzejewski-Szmek2019-07-151-1/+2
* | tree-wide: drop duplicated blank linesYu Watanabe2019-07-151-1/+0
|/
* systemctl: do not suggest passing --all if the user passed --state=Alan Jenkins2019-07-151-2/+4
* tree-wide: some more [static] related fixesLennart Poettering2019-07-121-0/+2
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* systemctl: port "systemctl start --wait" logic to new bus-wait-for-units.c APILennart Poettering2019-07-111-171/+15
* systemctl: add new "clean" operation to systemctlLennart Poettering2019-07-111-0/+136
* Merge pull request #12939 from yuwata/lgtm-fixesLennart Poettering2019-07-101-1/+1
|\
| * tree-wide: introduce strerror_safe()Yu Watanabe2019-07-051-1/+1
* | systemctl: allow "cat" on units with bad settingsZbigniew Jędrzejewski-Szmek2019-07-101-6/+7
* | basic/time-util: add helper function to check if timestamp is setZbigniew Jędrzejewski-Szmek2019-07-041-2/+2
|/
* Merge pull request #12870 from yuwata/tree-wide-further-path-join-cleanupsLennart Poettering2019-06-251-2/+2
|\
| * tree-wide: replace strjoina() with prefix_roota()Yu Watanabe2019-06-251-2/+2
* | core: introduce NUMAPolicy and NUMAMask optionsMichal Sekletar2019-06-241-2/+12
|/
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-2/+2
* systemctl: Prevent state_missing from being used uninitChris Down2019-06-071-1/+1
* Merge pull request #12508 from keszybz/no-root-checksYu Watanabe2019-06-061-5/+13
|\
| * systemctl: show a hint if root privileges might yield more informationZbigniew Jędrzejewski-Szmek2019-05-081-3/+11
| * systemctl: drop one must_be_root_check()Zbigniew Jędrzejewski-Szmek2019-05-081-2/+2
* | core: add ExecStartXYZEx= with dbus support for executable prefixesAnita Zhang2019-05-301-96/+137
* | systemctl: process all units matched by a glob in the cat verb by defaultFrantisek Sumsal2019-05-301-0/+5
* | systemctl: present CPUAffinity mask as a list of CPU index rangesMichal Sekletar2019-05-291-0/+22
|/
* codespell: fix spelling errorsBen Boeckel2019-04-291-8/+8
* Merge pull request #12074 from poettering/io-acctZbigniew Jędrzejewski-Szmek2019-04-251-1/+14
|\
| * systemctl: show IO stats in 'status' outputLennart Poettering2019-04-121-1/+14
* | unit: Add DefaultMemoryMinChris Down2019-04-161-0/+2
* | cgroup: Implement default propagation of MemoryLow with DefaultMemoryLowChris Down2019-04-121-0/+3
|/
* systemctl: print a more accurate error message when we canLennart Poettering2019-04-021-1/+1
* util-lib: when copying files make sure to apply some chattrs early, some lateLennart Poettering2019-03-281-1/+1
* Merge pull request #12115 from poettering/verbose-job-enqueueZbigniew Jędrzejewski-Szmek2019-03-281-134/+186
|\
| * systemctl: add new --show-transaction switchLennart Poettering2019-03-271-55/+127
| * systemctl: split out extra args generation into helper function of its ownLennart Poettering2019-03-271-15/+21
| * systemctl: reindent tableLennart Poettering2019-03-271-15/+15
| * systemctl: more SYNTHETIC_ERRNO() conversionLennart Poettering2019-03-271-2/+2
| * systemctl: replace switch statement by table of structuresLennart Poettering2019-03-271-47/+21
* | Merge pull request #12119 from keszybz/voidify-mkdir-pLennart Poettering2019-03-271-0/+4
|\ \ | |/ |/|
| * headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+4
* | systemctl: define less stuff when !HAVE_SYSV_COMPATZbigniew Jędrzejewski-Szmek2019-03-263-5/+7
|/
* systemctl: move --failed close to --state= in help textLennart Poettering2019-03-251-1/+1
* systemctl: underline sections in help textLennart Poettering2019-03-251-9/+10
* systemctl: use structured initializationLennart Poettering2019-03-251-8/+10
* systemctl: use SYNTHETIC_ERRNO everywhereLennart Poettering2019-03-251-56/+33
* systemctl: split out some SysV compat stuff into its own C fileLennart Poettering2019-03-253-111/+132
* Merge pull request #11602 from vesajaaskelainen/dbus-reboot-with-parametersLennart Poettering2019-03-221-2/+2
|\
| * systemctl: restore "systemctl reboot ARG" functionalityVesa Jääskeläinen2019-03-221-2/+2
* | systemctl: make a copy of the "verb" from argv[] before forking off a childLennart Poettering2019-03-211-2/+8
* | systemctl: tiny optimizationLennart Poettering2019-03-211-1/+1
* | systemctl: add missing OOM checkLennart Poettering2019-03-211-2/+7
* | systemctl: document argv[] arrayLennart Poettering2019-03-211-3/+3