summaryrefslogtreecommitdiff
path: root/src/systemctl
Commit message (Expand)AuthorAgeFilesLines
* systemctl: move printing of state to the printing func.David Tardon2023-03-171-29/+28
* systemctl: drop stray empty lineDavid Tardon2023-03-171-1/+0
* systemctl: always print circular deps. at the endDavid Tardon2023-03-171-7/+10
* systemctl: fix formatting of circular dep.David Tardon2023-03-171-1/+1
* systemctl: fix indentation of circular depsDavid Tardon2023-03-171-1/+1
* Merge pull request #26784 from DaanDeMeyer/chase-fixDaan De Meyer2023-03-151-2/+2
|\
| * chase-symlinks: Remove unused ret_fd argumentsDaan De Meyer2023-03-141-2/+2
* | systemctl: add option --when for scheduled shutdownMike Yuan2023-03-143-21/+66
* | systemctl: logind: make logind_schedule_shutdown accept action as paramMike Yuan2023-03-143-5/+7
* | systemctl: logind: add missing assertsMike Yuan2023-03-141-1/+9
|/
* systemctl: refuse to acquire dbus connection with --globalYu Watanabe2023-03-131-0/+3
* systemctl-edit: invert one error checkYu Watanabe2023-03-111-3/+3
* systemctl-edit: shorten code a bitYu Watanabe2023-03-111-10/+2
* systemctl: edit: several cleanupsMike Yuan2023-03-111-14/+23
* edit-util: introduce EditFileContextMike Yuan2023-03-111-85/+28
* shared: extract edit-util from systemctl-editMike Yuan2023-03-111-254/+4
* runtime-scope: add helper that turns RuntimeScope enum into --system/--user s...Lennart Poettering2023-03-101-1/+1
* basic: add RuntimeScope enumLennart Poettering2023-03-1014-51/+47
* systemctl: port FOREACH_ARRAY() to systemctl-list-units.cYu Watanabe2023-03-071-13/+13
* systemctl: explicitly cast the constants to uint64_tFrantisek Sumsal2023-03-031-1/+1
* systemctl: print better message if default target is maskedDavid Tardon2023-02-281-0/+2
* systemctl: use bus_message_hash_opsYu Watanabe2023-02-231-18/+8
* Merge pull request #26535 from yuwata/systemctl-list-cleanupsYu Watanabe2023-02-232-279/+307
|\
| * systemctl: cleanups for list-pathsYu Watanabe2023-02-231-67/+62
| * systemctl: cleanups for list-automountsYu Watanabe2023-02-231-37/+47
| * systemctl: cleanups for list-timersYu Watanabe2023-02-232-52/+81
| * systemctl: cleanups for list-socketsYu Watanabe2023-02-231-100/+104
| * systemctl-list-units: drop unused return valueYu Watanabe2023-02-231-18/+10
| * systemctl-list-units: fix memleak on errorYu Watanabe2023-02-231-7/+5
* | Merge pull request #26556 from keszybz/list-timers-optimize-leftZbigniew Jędrzejewski-Szmek2023-02-231-1/+1
|\ \ | |/ |/|
| * systemctl: make list-timers not say "left" in "LEFT" columnZbigniew Jędrzejewski-Szmek2023-02-221-1/+1
* | systemctl: read 64bit integers into uint64_tLennart Poettering2023-02-221-1/+1
* | systemctl: suppress timeout display if unset in list-automountsLennart Poettering2023-02-221-3/+12
* | systemctl: right-align left/passed columns in list-timersLennart Poettering2023-02-221-0/+3
* | systemctl: warn if units disabled in user scope are still enabled globallyMike Yuan2023-02-221-0/+37
* | systemctl: show "Until:" field only for service and scope unitsYu Watanabe2023-02-221-0/+1
|/
* Merge pull request #26203 from medhefgo/mesonYu Watanabe2023-02-221-4/+8
|\
| * meson: Use dicts for fuzzer definitionsJan Janssen2023-02-211-4/+8
* | Merge pull request #26491 from dtardon/list-pathsYu Watanabe2023-02-223-54/+261
|\ \ | |/ |/|
| * systemctl: add list-paths verbDavid Tardon2023-02-213-0/+217
| * systemctl: prepend machine ID to unit ID in list-socketsDavid Tardon2023-02-211-11/+6
| * systemctl: extract common code to a functionDavid Tardon2023-02-211-29/+19
| * systemctl: use table_add_triggeredDavid Tardon2023-02-211-7/+6
| * systemctl: extract code to a helper functionDavid Tardon2023-02-211-9/+15
* | systemctl: edit: fix double free of instanced nameRonan Pigott2023-02-191-3/+3
* | dissect-image: Return mount point fd if requestedDaan De Meyer2023-02-171-0/+1
* | systemctl: add --kill-value= argument to systemctlLennart Poettering2023-02-173-11/+50
|/
* core: add support for Startup memory limitsLuca Boccassi2023-02-151-4/+38
* meson: Do not include headers in source listsJan Janssen2023-01-241-36/+1
* systemctl,test: -EBADF instead of -EBADFDYu Watanabe2023-01-211-1/+1