index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
systemctl
/
systemctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: change --kill-who to --kill-whom
Zbigniew Jędrzejewski-Szmek
2022-08-26
1
-7
/
+7
*
systemctl: add list-automounts verb
David Tardon
2022-07-25
1
-0
/
+3
*
systemctl: enable colorized logging by default
Yu Watanabe
2022-07-07
1
-2
/
+1
*
systemctl: add `edit` verb to arguments' help text
Elias Probst
2022-06-10
1
-5
/
+6
*
man/systemctl: improve grammar in description of --check-inhibitors
Zbigniew Jędrzejewski-Szmek
2022-06-01
1
-2
/
+2
*
Rename UnitFileScope to LookupScope
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-6
/
+6
*
systemctl: rework daemon_reload() functions
Lennart Poettering
2022-02-22
1
-2
/
+2
*
systemctl: systematically rename verb entrypoints verb_xyz()
Lennart Poettering
2022-02-22
1
-77
/
+77
*
systemctl,man: update docs for `--timestamp=`
Frantisek Sumsal
2022-02-21
1
-5
/
+2
*
systemctl: add shutdown --show option
Ludwig Nussel
2021-12-09
1
-0
/
+4
*
Make pager_open() return void
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-1
/
+1
*
run/mount/systemctl: don't fork off PolicyKit/ask-pw agent when in --user mode
Lennart Poettering
2021-08-30
1
-0
/
+5
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-2
/
+2
*
Clarify help information for --global
nerdopolis
2021-06-10
1
-1
/
+1
*
systemctl: unset const char* arguments in static destructors
Zbigniew Jędrzejewski-Szmek
2021-05-31
1
-5
/
+10
*
systemctl: put static destructor in the order of variables
Zbigniew Jędrzejewski-Szmek
2021-05-31
1
-2
/
+2
*
bus-print-property: introduce BusPrintPropertyFlags
Yu Watanabe
2021-04-28
1
-4
/
+5
*
systemctl: don't search in the full argv[0] for the invocation name
Lennart Poettering
2021-02-20
1
-7
/
+8
*
Merge pull request #18596 from keszybz/systemctl-quiet-legend
Lennart Poettering
2021-02-17
1
-24
/
+37
|
\
|
*
systemctl: hide legends with --quiet, allow overriding
Zbigniew Jędrzejewski-Szmek
2021-02-17
1
-24
/
+37
*
|
systemctl: use free_and_replace on global variable
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-2
/
+2
*
|
Merge pull request #18481 from keszybz/rpm-restart-post-trans
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-1
/
+30
|
\
\
|
|
/
|
/
|
|
*
systemctl: add "reload-or-restart --marked"
Zbigniew Jędrzejewski-Szmek
2021-02-15
1
-1
/
+30
*
|
Merge pull request #18593 from keszybz/fuzz-more-systemctl-paths
Luca Boccassi
2021-02-15
1
-50
/
+46
|
\
\
|
*
|
systemctl: use argv[0] not program_invocation_short_name for arg dispatch
Zbigniew Jędrzejewski-Szmek
2021-02-15
1
-50
/
+46
|
|
/
*
|
Move and rename parse_path_argument() function
Zbigniew Jędrzejewski-Szmek
2021-02-15
1
-1
/
+1
*
|
systemctl,loginctl,machinectl: use a shared helper for arg_signal
Zbigniew Jędrzejewski-Szmek
2021-02-14
1
-10
/
+4
*
|
systemctl: inline iterator declarations
Zbigniew Jędrzejewski-Szmek
2021-02-14
1
-20
/
+8
|
/
*
Merge pull request #18506 from keszybz/fuzz-systemctl-parse-argv
Yu Watanabe
2021-02-10
1
-10
/
+13
|
\
|
*
systemctl: remove comment about --failed being deprecated
Zbigniew Jędrzejewski-Szmek
2021-02-09
1
-1
/
+1
|
*
fuzz-systemctl-parse-argv: a new fuzzer
Zbigniew Jędrzejewski-Szmek
2021-02-09
1
-2
/
+4
|
*
systemctl: move telinit execcing out of parse_argv()
Zbigniew Jędrzejewski-Szmek
2021-02-08
1
-5
/
+6
|
*
core: drop references to Upstart
Zbigniew Jędrzejewski-Szmek
2021-02-07
1
-2
/
+2
*
|
log: make tools also read the kernel command line when run as a service
Yu Watanabe
2021-01-31
1
-1
/
+1
|
/
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
1
-6
/
+7
*
systemctl: add new option to mount image inside a running service namespace
Luca Boccassi
2021-01-21
1
-1
/
+4
*
core: add DBUS method to bind mount new nodes without service restart
Luca Boccassi
2021-01-18
1
-0
/
+20
*
Added option --check-inhibitors for non-tty usage
Felix Stupp
2021-01-13
1
-4
/
+20
*
systemctl: deprecate blanket import-environment
Zbigniew Jędrzejewski-Szmek
2021-01-08
1
-1
/
+1
*
sd-bus: add API for connecting to a specific user's user bus of a specific co...
Lennart Poettering
2020-12-15
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
systemctl: split up humungous systemctl.c file
Lennart Poettering
2020-10-07
1
-8429
/
+98
*
systemctl: move compare_unit_info() to bus-unit-util.[ch]
Lennart Poettering
2020-10-07
1
-19
/
+2
*
systemctl: drop unsused variable original_stdout_is_tty
Lennart Poettering
2020-10-07
1
-7
/
+0
*
exec: SystemCallLog= directive
Topi Miettinen
2020-09-15
1
-1
/
+1
*
systemctl: give a nice hint about org.freedesktop.LogControl1 when applicable
Zbigniew Jędrzejewski-Szmek
2020-09-14
1
-13
/
+37
*
systemctl: immediately reject invalid log levels
Zbigniew Jędrzejewski-Szmek
2020-09-12
1
-0
/
+7
*
systemctl: merge log_target(), log_level(), service_log_setting()
Zbigniew Jędrzejewski-Szmek
2020-09-12
1
-87
/
+42
*
systemctl: add service-log-{level,target} verbs
Zbigniew Jędrzejewski-Szmek
2020-09-12
1
-0
/
+96
*
systemctl: list unit introspection verbs first, modification second
Zbigniew Jędrzejewski-Szmek
2020-09-09
1
-11
/
+11
[next]