summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl-list-units.c
Commit message (Expand)AuthorAgeFilesLines
* systemctl: port FOREACH_ARRAY() to systemctl-list-units.cYu Watanabe2023-03-071-13/+13
* systemctl: use bus_message_hash_opsYu Watanabe2023-02-231-18/+8
* Merge pull request #26535 from yuwata/systemctl-list-cleanupsYu Watanabe2023-02-231-278/+306
|\
| * 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-231-51/+80
| * 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: add list-paths verbDavid Tardon2023-02-211-0/+213
* 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
* shared/format-table: use enum instead of Table.empty_stringZbigniew Jędrzejewski-Szmek2022-09-221-4/+4
* systemctl: add list-automounts verbDavid Tardon2022-07-251-0/+184
* systemctl: simplify var. definition a bitDavid Tardon2022-07-251-5/+3
* systemctl: extract output of legend to a functionDavid Tardon2022-07-251-20/+17
* systemctl: drop unneeded conditionDavid Tardon2022-07-251-32/+32
* systemctl: reduce var. scope and shorten the code a bitDavid Tardon2022-07-251-17/+10
* systemctl: fix type used for array sizes to size_tLennart Poettering2022-07-251-10/+10
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* systemctl: systematically rename verb entrypoints verb_xyz()Lennart Poettering2022-02-221-3/+3
* Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-3/+3
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-4/+2
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-1/+1
* table: drop last SIZE_MAX from table_set_sort() and table_set_display()Yu Watanabe2021-03-051-1/+1
* Merge pull request #18596 from keszybz/systemctl-quiet-legendLennart Poettering2021-02-171-6/+6
|\
| * systemctl: hide legends with --quiet, allow overridingZbigniew Jędrzejewski-Szmek2021-02-171-6/+6
* | systemctl: reduce scope of iterator variablesZbigniew Jędrzejewski-Szmek2021-02-151-37/+31
|/
* systemctl: use right type 'size_t' for counting memoryLennart Poettering2021-01-181-1/+1
* systemctl: avoid warning about signed-unsigned compare on 32 bitsZbigniew Jędrzejewski-Szmek2021-01-151-1/+1
* systemctl: fix potential pointer overflowYu Watanabe2020-11-201-1/+1
* systemctl: fix minor coding style issueYu Watanabe2020-11-141-1/+2
* systemctl: use unsigned for job_countYu Watanabe2020-11-141-1/+1
* systemctl: always show underline even if unit has no job IDYu Watanabe2020-11-141-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* systemctl: split up humungous systemctl.c fileLennart Poettering2020-10-071-0/+770