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
*
fuzz-systemctl-parse-argv: call static destuctors
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-0
/
+9
*
systemctl: use free_and_replace on global variable
Zbigniew Jędrzejewski-Szmek
2021-02-16
2
-4
/
+5
*
tree-wide: return NULL from freeing functions
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-4
/
+3
*
fuzz-systemctl-parse-argv: avoid "leak" of bus object
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-0
/
+3
*
Merge pull request #18481 from keszybz/rpm-restart-post-trans
Zbigniew Jędrzejewski-Szmek
2021-02-16
12
-84
/
+134
|
\
|
*
systemctl: add "reload-or-restart --marked"
Zbigniew Jędrzejewski-Szmek
2021-02-15
3
-13
/
+84
|
*
systemctl: reduce scope of iterator variables
Zbigniew Jędrzejewski-Szmek
2021-02-15
10
-71
/
+50
*
|
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 #11484 from keszybz/udevadm-error-logs
Yu Watanabe
2021-02-10
4
-8
/
+7
|
\
|
*
tree-wide: propagate error code from _from_string() functions
Zbigniew Jędrzejewski-Szmek
2021-02-10
3
-6
/
+5
|
*
tree-wide: use -EINVAL for enum invalid values
Zbigniew Jędrzejewski-Szmek
2021-02-10
2
-2
/
+2
*
|
Merge pull request #18506 from keszybz/fuzz-systemctl-parse-argv
Yu Watanabe
2021-02-10
6
-10
/
+91
|
\
\
|
|
/
|
/
|
|
*
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
4
-2
/
+70
|
*
systemctl: move telinit execcing out of parse_argv()
Zbigniew Jędrzejewski-Szmek
2021-02-08
4
-5
/
+18
|
*
core: drop references to Upstart
Zbigniew Jędrzejewski-Szmek
2021-02-07
1
-2
/
+2
*
|
Merge pull request #18375 from yuwata/cli-tools-also-read-kernel-command-line
Zbigniew Jędrzejewski-Szmek
2021-02-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
log: make tools also read the kernel command line when run as a service
Yu Watanabe
2021-01-31
1
-1
/
+1
*
|
logind: Introduce RebootWithFlags and others
Deepak Rawat
2021-02-02
1
-0
/
+17
|
/
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
5
-31
/
+31
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Zbigniew Jędrzejewski-Szmek
2021-01-28
2
-2
/
+2
*
sysv-install.skeleton: use CC0 as the license
Zbigniew Jędrzejewski-Szmek
2021-01-27
1
-0
/
+2
*
feature: display status with a different shape depending on the status (#17728)
Jiehong
2021-01-22
2
-3
/
+5
*
systemctl: add new option to mount image inside a running service namespace
Luca Boccassi
2021-01-21
3
-1
/
+80
*
systemctl: warn when importing environment variables with control characters
Zbigniew Jędrzejewski-Szmek
2021-01-19
1
-0
/
+10
*
systemctl: print a warning when trying to import a nonexistent variable
Zbigniew Jędrzejewski-Szmek
2021-01-19
1
-2
/
+7
*
meson: move definition of systemctl source files
Yu Watanabe
2021-01-18
1
-0
/
+83
*
core: add DBUS method to bind mount new nodes without service restart
Luca Boccassi
2021-01-18
4
-0
/
+67
*
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
*
Merge pull request #18244 from anitazha/systemctledit
Zbigniew Jędrzejewski-Szmek
2021-01-15
1
-6
/
+2
|
\
|
*
systemctl-edit: Add missing ret_dropin_paths argument in retry path
Anita Zhang
2021-01-15
1
-1
/
+1
|
*
systemctl-edit: fix abort in find_paths_to_edit()
Anita Zhang
2021-01-15
1
-5
/
+1
*
|
systemctl: unit_file_find_fragment() doesn't log about errors, hence do it in...
Lennart Poettering
2021-01-14
1
-1
/
+1
*
|
systemctl: explicitly comment two cases where we don't log on error cases, on...
Lennart Poettering
2021-01-14
1
-3
/
+6
*
|
systemctl: properly initialize return params in all success cases
Lennart Poettering
2021-01-14
1
-2
/
+2
|
/
*
Added option --check-inhibitors for non-tty usage
Felix Stupp
2021-01-13
3
-10
/
+28
*
systemctl: deprecate blanket import-environment
Zbigniew Jędrzejewski-Szmek
2021-01-08
2
-3
/
+3
*
Merge pull request #18150 from poettering/strextend-tweak
Lennart Poettering
2021-01-06
1
-5
/
+5
|
\
|
*
string-util: imply NULL termination of strextend() argument list
Lennart Poettering
2021-01-06
1
-5
/
+5
*
|
systemctl: have is-enabled return success for aliases when calling into pid1 too
Luca Boccassi
2021-01-06
1
-1
/
+1
|
/
*
Merge pull request #17799 from yuwata/oss-fuzz-25353
Zbigniew Jędrzejewski-Szmek
2020-12-16
1
-1
/
+1
|
\
|
*
journal: move journal_field_valid() to journal_file.c
Yu Watanabe
2020-12-15
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
|
/
*
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
[next]