index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
systemctl
/
systemctl-show.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
systemctl: grey out tasks limit the same way we grey out the fd store limit i...
Lennart Poettering
12 days
1
-1
/
+1
*
systemctl: separate memory usage with comma
Yu Watanabe
2024-10-08
1
-17
/
+17
*
Add ExtraFileDescriptor property to StartTransientUnit dbus API
Ryan Wilson
2024-10-07
1
-0
/
+15
*
Merge pull request #34564 from YHNdnzj/systemctl-status-job-id
Mike Yuan
2024-09-30
1
-0
/
+6
|
\
|
*
systemctl: also show job id in status output
Mike Yuan
2024-09-26
1
-0
/
+6
*
|
shared: adjust whitespace and formatting
Zbigniew Jędrzejewski-Szmek
2024-09-27
1
-2
/
+2
*
|
systemctl: fix printing of RootImageOptions
Zbigniew Jędrzejewski-Szmek
2024-09-27
1
-0
/
+23
|
/
*
core: do BindMount/MountImage operations in async control process
Luca Boccassi
2024-08-29
1
-6
/
+6
*
systemctl-show: show Status{Bus,Varlink}Error in status
Mike Yuan
2024-06-20
1
-6
/
+27
*
logs-show: drop uid argument from add_matches_for_user_units()
Yu Watanabe
2024-05-10
1
-2
/
+1
*
systemctl-show: make show_memory_available cover memory_available itself
Mike Yuan
2024-05-08
1
-6
/
+4
*
systemctl: show invocation ID in unit status output
Lennart Poettering
2024-04-18
1
-1
/
+7
*
systemctl-show: use lookup_unit_by_pidref too
Mike Yuan
2024-02-24
1
-92
/
+2
*
Fallback from pidfd_open on permission errors too
Luca Boccassi
2024-02-24
1
-1
/
+1
*
systemctl: drop pointless bitfield
Zbigniew Jędrzejewski-Szmek
2024-02-20
1
-1
/
+1
*
tree-wide: port over various pieces of code to strv_extend_many()
Lennart Poettering
2024-01-17
1
-5
/
+1
*
systemctl-show: always show memory peak if available
Mike Yuan
2023-12-09
1
-6
/
+16
*
systemctl: include unit ID in the property map
Frantisek Sumsal
2023-11-25
1
-0
/
+1
*
systemctl: fix typo
Yu Watanabe
2023-11-21
1
-1
/
+1
*
systemctl-show: only show available memory if it was artifically limited
Florian Schmaus
2023-11-21
1
-3
/
+6
*
Merge pull request #29995 from keszybz/voidify-timestamp-getters
Lennart Poettering
2023-11-13
1
-1
/
+1
|
\
|
*
Rename {dual,triple}_timestamp_get to {dual,triple}_timestamp_now
Zbigniew Jędrzejewski-Szmek
2023-11-13
1
-1
/
+1
*
|
core: rename MemoryZswapCurrent -> MemoryZSwapCurrent
Yu Watanabe
2023-11-13
1
-1
/
+1
|
/
*
systemctl-show: merge subsequent swap printf() blocks
Florian Schmaus
2023-11-12
1
-5
/
+2
*
cgroup: add support for memory.zswap.current
Florian Schmaus
2023-11-12
1
-1
/
+10
*
cgroup: add support for memory.swap.current
Florian Schmaus
2023-11-11
1
-3
/
+12
*
cgroup: add support for memory.swap.peak
Florian Schmaus
2023-11-11
1
-0
/
+9
*
cgroup: add support for memory.peak
Florian Schmaus
2023-11-06
1
-1
/
+9
*
process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...
Lennart Poettering
2023-10-18
1
-2
/
+2
*
systemctl-show: align "Cntrl PID" correctly
Mike Yuan
2023-10-05
1
-1
/
+1
*
systemctl: link to all non-man-page files in help
Zbigniew Jędrzejewski-Szmek
2023-09-21
1
-5
/
+25
*
systemctl-show: rename cleanup function
David Tardon
2023-08-17
1
-2
/
+2
*
tree-wide: use LIST_CLEAR()
David Tardon
2023-08-17
1
-12
/
+2
*
tree-wide: A few more uses of "unmet" for conditions
Colin Walters
2023-04-11
1
-1
/
+1
*
systemctl: show service status string in other color
Lennart Poettering
2023-03-28
1
-1
/
+1
*
systemctl: show fd store info in status output
Lennart Poettering
2023-03-28
1
-0
/
+8
*
systemctl: dont's how memory limits that aren't available via D-Bus props
Lennart Poettering
2023-03-28
1
-1
/
+5
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-1
/
+1
*
systemctl: show "Until:" field only for service and scope units
Yu Watanabe
2023-02-22
1
-0
/
+1
*
core: add support for Startup memory limits
Luca Boccassi
2023-02-15
1
-4
/
+38
*
systemctl,test: -EBADF instead of -EBADFD
Yu Watanabe
2023-01-21
1
-1
/
+1
*
Merge pull request #23309 from DaanDeMeyer/log-context
Luca Boccassi
2023-01-20
1
-1
/
+1
|
\
|
*
basic: Use statement expressions more in list.h
Daan De Meyer
2023-01-08
1
-1
/
+1
*
|
core: add GetUnitByPIDFD method and use it in systemctl
Luca Boccassi
2023-01-18
1
-12
/
+73
*
|
core: add OpenFile setting
Richard Phibel
2023-01-10
1
-0
/
+33
|
/
*
systemctl: add support for LogFilterPatterns for show command
Quentin Deslandes
2022-12-15
1
-0
/
+18
*
MemoryZSwapMax directive to configure new memory.zswap.max cgroup file
Pasha Vorobyev
2022-11-15
1
-0
/
+8
*
systemctl: do not show unit properties with --all
Yu Watanabe
2022-11-14
1
-3
/
+4
*
core,logind,systemctl,journald: replace calls to strerror() with setting errn...
Zbigniew Jędrzejewski-Szmek
2022-10-11
1
-2
/
+4
*
systemctl: color ignored exit status in yellow, not red
Christian Hesse
2022-09-30
1
-1
/
+1
[next]