index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
systemctl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
preset: Add ignore directive
Daan De Meyer
2023-04-14
1
-12
/
+19
*
tree-wide: rename cleanup function
David Tardon
2023-04-14
1
-1
/
+1
*
image-policy: introduce parse_image_policy_argument() helper
Yu Watanabe
2023-04-13
1
-14
/
+8
*
Merge pull request #27027 from dtardon/unit-file-list-cleanup
Lennart Poettering
2023-04-13
2
-17
/
+7
|
\
|
*
systemctl: fix a memory leak
David Tardon
2023-04-12
1
-0
/
+2
|
*
systemctl-list-unit-files: drop workaround for Coverity
David Tardon
2023-04-12
1
-1
/
+1
|
*
systemctl: drop stray assignment
David Tardon
2023-04-12
1
-2
/
+0
|
*
systemctl: use _cleanup_ for UnitFileList hash
David Tardon
2023-04-12
1
-14
/
+4
*
|
service: allow freeing the fdstore via cleaning
Lennart Poettering
2023-04-13
2
-2
/
+3
*
|
Merge pull request #25608 from poettering/dissect-moar
Lennart Poettering
2023-04-12
2
-1
/
+22
|
\
\
|
*
|
tree-wide: hook up image dissection policy logic everywhere
Lennart Poettering
2023-04-05
2
-1
/
+22
|
|
/
*
|
systemctl: reduce variable scope
David Tardon
2023-04-12
4
-16
/
+19
*
|
tree-wide: drop unneeded output params
David Tardon
2023-04-12
4
-4
/
+4
*
|
Merge pull request #27033 from dtardon/array-cleanup
Yu Watanabe
2023-04-12
4
-47
/
+34
|
\
\
|
*
|
systemctl-set-default: use CLEANUP_ARRAY
David Tardon
2023-04-11
1
-8
/
+7
|
*
|
systemctl-preset-all: shorten code a tiny bit
David Tardon
2023-04-11
1
-6
/
+5
|
*
|
systemctl-preset-all: use CLEANUP_ARRAY
David Tardon
2023-04-11
1
-11
/
+8
|
*
|
systemctl-enable: use CLEANUP_ARRAY
David Tardon
2023-04-11
1
-12
/
+9
|
*
|
systemctl-add-dependency: shorten code a tiny bit
David Tardon
2023-04-11
1
-6
/
+5
|
*
|
systemctl-add-dependency: use CLEANUP_ARRAY
David Tardon
2023-04-11
1
-14
/
+10
|
|
/
*
|
systemctl: suppress error for try-* if unit is masked
Mike Yuan
2023-04-11
1
-2
/
+8
*
|
tree-wide: A few more uses of "unmet" for conditions
Colin Walters
2023-04-11
1
-1
/
+1
*
|
edit-util: introduce overwrite_with_origin switch
Mike Yuan
2023-04-07
1
-0
/
+1
*
|
edit-util: add DROPIN_MARKER_{START,END}
Mike Yuan
2023-04-07
1
-5
/
+2
|
/
*
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
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
2
-5
/
+5
*
systemctl: move printing of state to the printing func.
David Tardon
2023-03-17
1
-29
/
+28
*
systemctl: drop stray empty line
David Tardon
2023-03-17
1
-1
/
+0
*
systemctl: always print circular deps. at the end
David Tardon
2023-03-17
1
-7
/
+10
*
systemctl: fix formatting of circular dep.
David Tardon
2023-03-17
1
-1
/
+1
*
systemctl: fix indentation of circular deps
David Tardon
2023-03-17
1
-1
/
+1
*
Merge pull request #26784 from DaanDeMeyer/chase-fix
Daan De Meyer
2023-03-15
1
-2
/
+2
|
\
|
*
chase-symlinks: Remove unused ret_fd arguments
Daan De Meyer
2023-03-14
1
-2
/
+2
*
|
systemctl: add option --when for scheduled shutdown
Mike Yuan
2023-03-14
3
-21
/
+66
*
|
systemctl: logind: make logind_schedule_shutdown accept action as param
Mike Yuan
2023-03-14
3
-5
/
+7
*
|
systemctl: logind: add missing asserts
Mike Yuan
2023-03-14
1
-1
/
+9
|
/
*
systemctl: refuse to acquire dbus connection with --global
Yu Watanabe
2023-03-13
1
-0
/
+3
*
systemctl-edit: invert one error check
Yu Watanabe
2023-03-11
1
-3
/
+3
*
systemctl-edit: shorten code a bit
Yu Watanabe
2023-03-11
1
-10
/
+2
*
systemctl: edit: several cleanups
Mike Yuan
2023-03-10
1
-14
/
+23
*
edit-util: introduce EditFileContext
Mike Yuan
2023-03-10
1
-85
/
+28
*
shared: extract edit-util from systemctl-edit
Mike Yuan
2023-03-10
1
-254
/
+4
*
runtime-scope: add helper that turns RuntimeScope enum into --system/--user s...
Lennart Poettering
2023-03-10
1
-1
/
+1
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
14
-51
/
+47
*
systemctl: port FOREACH_ARRAY() to systemctl-list-units.c
Yu Watanabe
2023-03-07
1
-13
/
+13
*
systemctl: explicitly cast the constants to uint64_t
Frantisek Sumsal
2023-03-03
1
-1
/
+1
*
systemctl: print better message if default target is masked
David Tardon
2023-02-27
1
-0
/
+2
*
systemctl: use bus_message_hash_ops
Yu Watanabe
2023-02-23
1
-18
/
+8
[next]