summaryrefslogtreecommitdiff
path: root/src/analyze/analyze.c
Commit message (Expand)AuthorAgeFilesLines
* analyze: basename -> path_extract_filename and other minor fixesAlbert Brox2021-11-091-12/+12
* implement aliasing for systemd-analyze verifyAlbert Brox2021-11-081-1/+63
* Merge pull request #20138 from keszybz/coding-style-variable-declsLuca Boccassi2021-11-051-10/+10
|\
| * Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-10/+10
* | tree-wide: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek2021-11-041-9/+9
|/
* tree-wide: assorted Coccinelle fixesFrantisek Sumsal2021-10-081-2/+2
* analyze: add filesystems commandIago López Galeiras2021-10-061-0/+173
* shared: Extract common LogControl CLI code to verb-log-control.hDaan De Meyer2021-09-101-78/+10
* systemd-analyze: add new option to generate JSON output of security analysis ...Maanya Goenka2021-09-061-0/+17
* mkosi: Add zsh to Arch packagesDaan De Meyer2021-09-011-5/+27
* systemd-analyze: add new 'security' option to allow user to choose custom req...Maanya Goenka2021-08-311-1/+47
* systemd-analyze: add new 'security' option to compare unit's overall exposure...Maanya Goenka2021-08-201-1/+17
* systemd-analyze: 'security' option to perform offline reviews of the specifie...Maanya Goenka2021-08-201-3/+18
* systemd-analyze: option to exit with an error when 'verify' failsMaanya Goenka2021-08-121-56/+81
* systemd-analyze: support discrete images for 'verify' verbMaanya Goenka2021-08-101-2/+40
* systemd-analyze: add --root option for 'verify' verb and allow path parsingMaanya Goenka2021-08-101-3/+3
* systemd-analyze: validate root argumentMaanya Goenka2021-08-101-2/+5
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-091-18/+14
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-2/+2
* meson: simplify the BUILD_MODE conditionalZbigniew Jędrzejewski-Szmek2021-04-141-1/+1
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* table: drop last SIZE_MAX from table_set_sort() and table_set_display()Yu Watanabe2021-03-051-2/+2
* Merge pull request #18596 from keszybz/systemctl-quiet-legendLennart Poettering2021-02-171-20/+7
|\
| * tree-wide: add a helper to parse boolean optargZbigniew Jędrzejewski-Szmek2021-02-171-20/+7
* | Rename unit_times_free to unit_times_free_arrayZbigniew Jędrzejewski-Szmek2021-02-161-6/+6
* | tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-161-7/+7
* | analyze: use typedefs for structs and inline iterator variable declsZbigniew Jędrzejewski-Szmek2021-02-161-79/+73
* | sd-bus: standarize on NULL for empty signature in method callsZbigniew Jędrzejewski-Szmek2021-02-121-1/+1
|/
* tree-wide: propagate error code from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-7/+6
* analyze: tighten variable scope used in loopSusant Sahani2021-01-201-4/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* analyze: show ungrouped syscalls separately (#17343)Lennart Poettering2020-10-141-3/+28
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-2/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-3/+2
* analyze: add 'capability' verb for dumping all known and unknown capsLennart Poettering2020-08-281-0/+49
* analyze: fix error handling in one caseLennart Poettering2020-08-281-1/+1
* analyze: drop pointless zero initializationfangxiuning2020-08-251-1/+1
* bus: use bus_log_connect_error to print error messagefangxiuning2020-07-211-12/+12
* shared: split out code that maps properties to local structsLennart Poettering2020-06-301-0/+1
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-1/+1
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
* Merge pull request #15681 from vcaputo/buslocatorVito Caputo2020-05-071-87/+10
|\
| * analyze: switch to BusLocator-oriented helpersVito Caputo2020-05-071-87/+10
* | basic/set: let set_put_strdup() create the set with string hash opsZbigniew Jędrzejewski-Szmek2020-05-061-7/+3
|/
* analyze: fix table time outputHaochen Tong2020-03-091-10/+10
* systemd: Fix busctl crash on aarch64 when setting output table formatAlin Popa2020-02-161-1/+1
* Merge pull request #14547 from keszybz/networkctl-matchingYu Watanabe2020-01-151-4/+4
|\