index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
systemctl
/
systemctl-list-units.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: do BindMount/MountImage operations in async control process
Luca Boccassi
2024-08-29
1
-1
/
+1
*
terminal-util: split out color macros/helpers into its own header
Lennart Poettering
2024-07-19
1
-0
/
+1
*
systemctl: fix copy/paste
Luca Boccassi
2023-12-09
1
-1
/
+0
*
systemctl: also grey out useful hints in output, since no primary contents sh...
Lennart Poettering
2023-11-20
1
-5
/
+7
*
systemctl: port to the new underline cell attribute
Lennart Poettering
2023-11-20
1
-24
/
+45
*
Rename {dual,triple}_timestamp_get to {dual,triple}_timestamp_now
Zbigniew Jędrzejewski-Szmek
2023-11-13
1
-1
/
+1
*
systemctl: grey out legend
Lennart Poettering
2023-11-07
1
-5
/
+13
*
systemctl: list-units: use TABLE_TIMESTAMP_RELATIVE_MONOTONIC
Mike Yuan
2023-05-26
1
-7
/
+21
*
systemctl: port FOREACH_ARRAY() to systemctl-list-units.c
Yu Watanabe
2023-03-07
1
-13
/
+13
*
systemctl: use bus_message_hash_ops
Yu Watanabe
2023-02-23
1
-18
/
+8
*
Merge pull request #26535 from yuwata/systemctl-list-cleanups
Yu Watanabe
2023-02-23
1
-278
/
+306
|
\
|
*
systemctl: cleanups for list-paths
Yu Watanabe
2023-02-23
1
-67
/
+62
|
*
systemctl: cleanups for list-automounts
Yu Watanabe
2023-02-23
1
-37
/
+47
|
*
systemctl: cleanups for list-timers
Yu Watanabe
2023-02-23
1
-51
/
+80
|
*
systemctl: cleanups for list-sockets
Yu Watanabe
2023-02-23
1
-100
/
+104
|
*
systemctl-list-units: drop unused return value
Yu Watanabe
2023-02-23
1
-18
/
+10
|
*
systemctl-list-units: fix memleak on error
Yu Watanabe
2023-02-23
1
-7
/
+5
*
|
Merge pull request #26556 from keszybz/list-timers-optimize-left
Zbigniew Jędrzejewski-Szmek
2023-02-23
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
systemctl: make list-timers not say "left" in "LEFT" column
Zbigniew Jędrzejewski-Szmek
2023-02-22
1
-1
/
+1
*
|
systemctl: read 64bit integers into uint64_t
Lennart Poettering
2023-02-22
1
-1
/
+1
*
|
systemctl: suppress timeout display if unset in list-automounts
Lennart Poettering
2023-02-22
1
-3
/
+12
*
|
systemctl: right-align left/passed columns in list-timers
Lennart Poettering
2023-02-22
1
-0
/
+3
|
/
*
systemctl: add list-paths verb
David Tardon
2023-02-21
1
-0
/
+213
*
systemctl: prepend machine ID to unit ID in list-sockets
David Tardon
2023-02-21
1
-11
/
+6
*
systemctl: extract common code to a function
David Tardon
2023-02-21
1
-29
/
+19
*
systemctl: use table_add_triggered
David Tardon
2023-02-21
1
-7
/
+6
*
systemctl: extract code to a helper function
David Tardon
2023-02-21
1
-9
/
+15
*
shared/format-table: use enum instead of Table.empty_string
Zbigniew Jędrzejewski-Szmek
2022-09-22
1
-4
/
+4
*
systemctl: add list-automounts verb
David Tardon
2022-07-25
1
-0
/
+184
*
systemctl: simplify var. definition a bit
David Tardon
2022-07-25
1
-5
/
+3
*
systemctl: extract output of legend to a function
David Tardon
2022-07-25
1
-20
/
+17
*
systemctl: drop unneeded condition
David Tardon
2022-07-25
1
-32
/
+32
*
systemctl: reduce var. scope and shorten the code a bit
David Tardon
2022-07-25
1
-17
/
+10
*
systemctl: fix type used for array sizes to size_t
Lennart Poettering
2022-07-25
1
-10
/
+10
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
systemctl: systematically rename verb entrypoints verb_xyz()
Lennart Poettering
2022-02-22
1
-3
/
+3
*
Make pager_open() return void
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-3
/
+3
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-4
/
+2
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-1
/
+1
*
table: drop last SIZE_MAX from table_set_sort() and table_set_display()
Yu Watanabe
2021-03-04
1
-1
/
+1
*
Merge pull request #18596 from keszybz/systemctl-quiet-legend
Lennart Poettering
2021-02-17
1
-6
/
+6
|
\
|
*
systemctl: hide legends with --quiet, allow overriding
Zbigniew Jędrzejewski-Szmek
2021-02-17
1
-6
/
+6
*
|
systemctl: reduce scope of iterator variables
Zbigniew Jędrzejewski-Szmek
2021-02-15
1
-37
/
+31
|
/
*
systemctl: use right type 'size_t' for counting memory
Lennart Poettering
2021-01-17
1
-1
/
+1
*
systemctl: avoid warning about signed-unsigned compare on 32 bits
Zbigniew Jędrzejewski-Szmek
2021-01-15
1
-1
/
+1
*
systemctl: fix potential pointer overflow
Yu Watanabe
2020-11-20
1
-1
/
+1
*
systemctl: fix minor coding style issue
Yu Watanabe
2020-11-14
1
-1
/
+2
*
systemctl: use unsigned for job_count
Yu Watanabe
2020-11-14
1
-1
/
+1
*
systemctl: always show underline even if unit has no job ID
Yu Watanabe
2020-11-14
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
[next]