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
*
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
|
/
*
analyze: deprecate the commands moved to systemctl
Zbigniew Jędrzejewski-Szmek
2019-11-18
1
-5
/
+2
*
systemctl: add service-watchdogs command
Zbigniew Jędrzejewski-Szmek
2019-11-18
1
-20
/
+17
*
analyze: adjust the description of the default verb
Zbigniew Jędrzejewski-Szmek
2019-11-18
1
-1
/
+1
*
tree-wide: clean up --help texts a bit
Lennart Poettering
2019-11-18
1
-20
/
+23
*
analyze: drop spurious newline
Lennart Poettering
2019-11-13
1
-1
/
+0
*
analyze: add --base-time= to specify base time for 'calendar' verb
Lennart Poettering
2019-11-13
1
-1
/
+15
*
tree-wide: drop locale.h when locale-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
analyze: fix minor memleak
Lennart Poettering
2019-10-30
1
-1
/
+1
*
analyze: sort list of unknown syscalls kernel implements
Lennart Poettering
2019-10-30
1
-4
/
+10
*
analyze: declare dump_exit_status outside of HAVE_SECCOMP block
Mike Gilbert
2019-07-31
1
-46
/
+46
*
Merge pull request #13119 from keszybz/unit-loading-2
Lennart Poettering
2019-07-30
1
-0
/
+50
|
\
|
*
pid1: drop unit caches only based on mtime
Zbigniew Jędrzejewski-Szmek
2019-07-30
1
-1
/
+1
|
*
analyze: add "unit-files" to dump the unit fragment map
Zbigniew Jędrzejewski-Szmek
2019-07-30
1
-0
/
+50
*
|
analyze: clarify that 'exit-status' optionally takes arguments
Lennart Poettering
2019-07-29
1
-1
/
+1
*
|
analyze: right-align exit status column
Lennart Poettering
2019-07-29
1
-0
/
+4
*
|
analyze: rename "exit-codes" to "exit-status"
Lennart Poettering
2019-07-29
1
-12
/
+12
*
|
analyze: always use "int" to display exit status values
Lennart Poettering
2019-07-29
1
-2
/
+2
*
|
Merge pull request #13207 from keszybz/symbolic-exit-code-names
Lennart Poettering
2019-07-29
1
-0
/
+45
|
\
\
|
*
|
analyze: add exit-codes verb
Zbigniew Jędrzejewski-Szmek
2019-07-29
1
-0
/
+45
|
|
/
*
/
analyze: dot(1) man page link should be urlified
Lennart Poettering
2019-07-29
1
-2
/
+8
|
/
*
tree-wide: use lowercase table headers
Zbigniew Jędrzejewski-Szmek
2019-07-16
1
-4
/
+4
*
analyze: fix formatting of timestamps with 0 µs
Zbigniew Jędrzejewski-Szmek
2019-07-15
1
-5
/
+7
*
analyze: format output of 'systemd-analyze timestamp' by using Table
Yu Watanabe
2019-07-15
1
-15
/
+69
*
analyze: format output of 'systemd-analyze timespan' by using Table
Yu Watanabe
2019-07-15
1
-8
/
+54
*
analyze: format output of 'systemd-analyze calendar' by using Table
Yu Watanabe
2019-07-15
1
-20
/
+93
*
analyze: format output of 'systemd-analyze blame' by using Table
Yu Watanabe
2019-07-15
1
-10
/
+41
*
basic/time-util: add helper function to check if timestamp is set
Zbigniew Jędrzejewski-Szmek
2019-07-04
1
-1
/
+1
*
analyze: add 'condition' verb
Zbigniew Jędrzejewski-Szmek
2019-06-27
1
-0
/
+7
*
analyze: also print unix time in "timestamp"
Zbigniew Jędrzejewski-Szmek
2019-05-21
1
-0
/
+6
*
analyze: give a hint about calendar/timestamp/timespan use
Zbigniew Jędrzejewski-Szmek
2019-05-21
1
-6
/
+27
*
analyze: add 'timestamp' verb
Zbigniew Jędrzejewski-Szmek
2019-05-17
1
-3
/
+47
[next]