index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
analyze
/
analyze.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #20138 from keszybz/coding-style-variable-decls
Luca Boccassi
2021-11-05
1
-10
/
+10
|
\
|
*
Make pager_open() return void
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-10
/
+10
*
|
tree-wide: do not print hint about -M if -M is already used
Zbigniew Jędrzejewski-Szmek
2021-11-04
1
-9
/
+9
|
/
*
tree-wide: assorted Coccinelle fixes
Frantisek Sumsal
2021-10-08
1
-2
/
+2
*
analyze: add filesystems command
Iago López Galeiras
2021-10-06
1
-0
/
+173
*
shared: Extract common LogControl CLI code to verb-log-control.h
Daan De Meyer
2021-09-10
1
-78
/
+10
*
systemd-analyze: add new option to generate JSON output of security analysis ...
Maanya Goenka
2021-09-06
1
-0
/
+17
*
mkosi: Add zsh to Arch packages
Daan De Meyer
2021-09-01
1
-5
/
+27
*
systemd-analyze: add new 'security' option to allow user to choose custom req...
Maanya Goenka
2021-08-31
1
-1
/
+47
*
systemd-analyze: add new 'security' option to compare unit's overall exposure...
Maanya Goenka
2021-08-20
1
-1
/
+17
*
systemd-analyze: 'security' option to perform offline reviews of the specifie...
Maanya Goenka
2021-08-20
1
-3
/
+18
*
systemd-analyze: option to exit with an error when 'verify' fails
Maanya Goenka
2021-08-12
1
-56
/
+81
*
systemd-analyze: support discrete images for 'verify' verb
Maanya Goenka
2021-08-10
1
-2
/
+40
*
systemd-analyze: add --root option for 'verify' verb and allow path parsing
Maanya Goenka
2021-08-10
1
-3
/
+3
*
systemd-analyze: validate root argument
Maanya Goenka
2021-08-10
1
-2
/
+5
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-18
/
+14
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-2
/
+2
*
meson: simplify the BUILD_MODE conditional
Zbigniew Jędrzejewski-Szmek
2021-04-14
1
-1
/
+1
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-1
/
+1
*
table: drop last SIZE_MAX from table_set_sort() and table_set_display()
Yu Watanabe
2021-03-04
1
-2
/
+2
*
Merge pull request #18596 from keszybz/systemctl-quiet-legend
Lennart Poettering
2021-02-17
1
-20
/
+7
|
\
|
*
tree-wide: add a helper to parse boolean optarg
Zbigniew Jędrzejewski-Szmek
2021-02-17
1
-20
/
+7
*
|
Rename unit_times_free to unit_times_free_array
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-6
/
+6
*
|
tree-wide: return NULL from freeing functions
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-7
/
+7
*
|
analyze: use typedefs for structs and inline iterator variable decls
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-79
/
+73
*
|
sd-bus: standarize on NULL for empty signature in method calls
Zbigniew Jędrzejewski-Szmek
2021-02-12
1
-1
/
+1
|
/
*
tree-wide: propagate error code from _from_string() functions
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-1
/
+1
*
tree-wide: enable colorized logging for daemons when run in console
Yu Watanabe
2021-01-31
1
-1
/
+1
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
1
-7
/
+6
*
analyze: tighten variable scope used in loop
Susant Sahani
2021-01-20
1
-4
/
+2
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
analyze: show ungrouped syscalls separately (#17343)
Lennart Poettering
2020-10-14
1
-3
/
+28
*
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
1
-2
/
+1
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-3
/
+2
*
analyze: add 'capability' verb for dumping all known and unknown caps
Lennart Poettering
2020-08-28
1
-0
/
+49
*
analyze: fix error handling in one case
Lennart Poettering
2020-08-28
1
-1
/
+1
*
analyze: drop pointless zero initialization
fangxiuning
2020-08-25
1
-1
/
+1
*
bus: use bus_log_connect_error to print error message
fangxiuning
2020-07-21
1
-12
/
+12
*
shared: split out code that maps properties to local structs
Lennart Poettering
2020-06-30
1
-0
/
+1
*
shared: actually move all BusLocator related calls to bus-locator.c
Lennart Poettering
2020-06-30
1
-1
/
+1
*
log: introduce log_parse_environment_cli() and log_setup_cli()
Filipe Brandenburger
2020-06-24
1
-3
/
+1
*
Merge pull request #15681 from vcaputo/buslocator
Vito Caputo
2020-05-07
1
-87
/
+10
|
\
|
*
analyze: switch to BusLocator-oriented helpers
Vito Caputo
2020-05-07
1
-87
/
+10
*
|
basic/set: let set_put_strdup() create the set with string hash ops
Zbigniew Jędrzejewski-Szmek
2020-05-06
1
-7
/
+3
|
/
*
analyze: fix table time output
Haochen Tong
2020-03-09
1
-10
/
+10
*
systemd: Fix busctl crash on aarch64 when setting output table format
Alin Popa
2020-02-15
1
-1
/
+1
*
Merge pull request #14547 from keszybz/networkctl-matching
Yu Watanabe
2020-01-15
1
-4
/
+4
|
\
|
*
basic/strv: drop flags argument from strv_fnmatch()
Zbigniew Jędrzejewski-Szmek
2020-01-14
1
-4
/
+4
*
|
analyze: optimize table creation by using table_add_many()
Yu Watanabe
2020-01-10
1
-113
/
+66
|
/
[next]