index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
analyze
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
analyze-verify: verify all executables
Yu Watanabe
2023-12-20
1
-7
/
+11
*
analyze: use strempty()
Frantisek Sumsal
2023-12-18
1
-1
/
+1
*
analyze: also find template unit when a template instance is specified
Yu Watanabe
2023-12-11
1
-11
/
+53
*
analyze: dump system config files with highlighted sections/directives
Frantisek Sumsal
2023-12-07
1
-1
/
+1
*
Merge pull request #30060 from poettering/analyze-archs
Yu Watanabe
2023-12-07
6
-11
/
+103
|
\
|
*
analyze: teach "exit-status" verb json output too
Lennart Poettering
2023-12-06
2
-6
/
+4
|
*
analyze: teach "capability" verb JSON output too
Lennart Poettering
2023-12-06
2
-6
/
+4
|
*
analyze: add "architectures" verb that lists all known architectures
Lennart Poettering
2023-12-06
4
-3
/
+99
*
|
variuos: fwrite() does not set errno
Zbigniew Jędrzejewski-Szmek
2023-12-05
1
-3
/
+7
|
/
*
analyze: return earlier when there is no path to be prepended
Yu Watanabe
2023-11-25
1
-3
/
+3
*
analyze: do not prepend the current working directory to SYSTEMD_UNIT_PATH ne...
Yu Watanabe
2023-11-23
1
-0
/
+6
*
analyze: set SYSTEMD_UNIT_PATH in verify_generate_path()
Yu Watanabe
2023-11-23
4
-25
/
+9
*
analyze: shorten code a bit
Yu Watanabe
2023-11-23
1
-14
/
+6
*
analyze: drop duplicated :
Yu Watanabe
2023-11-23
1
-1
/
+1
*
analyze: don't open systemd-executor needlessly
Mike Yuan
2023-11-23
3
-1
/
+3
*
analyze: use FOREACH_ARRAY more
Mike Yuan
2023-11-23
1
-7
/
+7
*
analyze: add "srk" verb to extract current srk from TPM2 chip
Lennart Poettering
2023-11-09
4
-0
/
+55
*
analyze: handle CAP_BPF support
Peter Hutterer
2023-11-01
1
-0
/
+11
*
Merge pull request #29553 from keszybz/analyze-cat-config-tldr
Luca Boccassi
2023-10-25
3
-1
/
+11
|
\
|
*
analyze/cat-config: add switch to print only "interesting" parts of config files
Zbigniew Jędrzejewski-Szmek
2023-10-24
3
-1
/
+11
*
|
cgroup: turn device cgroup controller "rwm" strings into proper flags
Lennart Poettering
2023-10-18
1
-2
/
+2
|
/
*
analyze: add tooltips with dependency information to "plot"
Jade Lovelace
2023-10-04
3
-12
/
+61
*
tpm2: unify symbolic name infra for PCRs
Lennart Poettering
2023-08-24
1
-3
/
+3
*
tree-wide: don't ifdef seccomp-util.h, drop seccomp.h inclusion everywhere
Lennart Poettering
2023-08-21
1
-3
/
+1
*
add an @ option for confext
Maanya Goenka
2023-08-15
1
-0
/
+2
*
meson: merge declarations of normal and test executables
Yu Watanabe
2023-08-03
1
-5
/
+1
*
meson: move declaration of systemd-analyze
Yu Watanabe
2023-07-31
1
-0
/
+15
*
Merge pull request #28567 from yuwata/meson-versiondep
Luca Boccassi
2023-07-31
1
-1
/
+0
|
\
|
*
tree-wide: drop unnecessary inclusion of version.h
Yu Watanabe
2023-07-29
1
-1
/
+0
*
|
analyze: fix pcrs verb output without TPM support
Frantisek Sumsal
2023-07-30
1
-1
/
+1
|
/
*
Merge pull request #28359 from keszybz/ret-gather
Daan De Meyer
2023-07-28
2
-48
/
+21
|
\
|
*
various: use RET_GATHER
Zbigniew Jędrzejewski-Szmek
2023-07-13
2
-48
/
+21
*
|
analyze: don't warn about version spec compliant versions
Joerg Behrmann
2023-07-18
1
-5
/
+5
*
|
tree-wide: a bunch of Coccinelle-suggested tweaks
Frantisek Sumsal
2023-07-14
1
-1
/
+1
|
/
*
analyze-pcrs: Fix typo
Daan De Meyer
2023-07-10
1
-1
/
+1
*
analyze: add new "pcrs" verb
Lennart Poettering
2023-06-28
4
-2
/
+154
*
systemd-analyze: allow --quiet for condition checks
Ronan Pigott
2023-06-21
1
-4
/
+5
*
analyze: also check for version string validity
Lennart Poettering
2023-06-20
1
-4
/
+14
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
1
-1
/
+1
*
tree-wide: use timestamp_is_set() at more places
David Tardon
2023-05-24
3
-16
/
+16
*
dissect-image: port mount_image_privately_interactively() to use /run/systemd...
Lennart Poettering
2023-05-16
1
-3
/
+3
*
image-policy: introduce parse_image_policy_argument() helper
Yu Watanabe
2023-04-13
1
-14
/
+8
*
Merge pull request #25608 from poettering/dissect-moar
Lennart Poettering
2023-04-12
5
-0
/
+179
|
\
|
*
sysext: default to a stricter image policy when reading /.extra/sysext/ DDIs
Lennart Poettering
2023-04-05
1
-0
/
+2
|
*
analyze: add 'image-policy' tool for analyzing image dissection policies
Lennart Poettering
2023-04-05
4
-0
/
+158
|
*
tree-wide: hook up image dissection policy logic everywhere
Lennart Poettering
2023-04-05
2
-0
/
+19
*
|
analyze: make blame command work even the default target not reached
Yu Watanabe
2023-04-09
5
-25
/
+36
|
/
*
analyze: add new fdstore verb
Lennart Poettering
2023-03-29
4
-3
/
+122
*
analyze: don't claim "@known" was an unlisted syscall
Lennart Poettering
2023-03-24
1
-6
/
+27
*
copy: Move chattr arguments to full function signatures
Daan De Meyer
2023-03-21
2
-2
/
+2
[next]