summaryrefslogtreecommitdiff
path: root/src/cgtop
Commit message (Expand)AuthorAgeFilesLines
* cgtop: drop counterproductive bitfieldsZbigniew Jędrzejewski-Szmek2023-03-141-4/+4
* cgtop: split out the main loop into a separate functionZbigniew Jędrzejewski-Szmek2023-03-141-40/+41
* cgtop: Update code commentsMichal Koutný2022-11-301-2/+4
* cgtop: Do not rewrite -P or -k optionsMichal Koutný2022-11-281-6/+10
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* tree-wide: Fix field width specifier warningsJan Janssen2022-08-301-2/+4
* tree-wide: Fix format specifier warnings for %xJan Janssen2022-08-301-1/+1
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-1/+0
* tree-wide: voidify unchecked snprintf callsLuca Boccassi2021-08-201-2/+2
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* cgtop: use anonymous buffers for formatting of bytes and timespansZbigniew Jędrzejewski-Szmek2021-07-091-25/+27
* tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-091-3/+2
* tree-wide: always drop unnecessary dot in pathYu Watanabe2021-05-281-1/+1
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-2/+2
* tree-wide: use usec_add() and usec_sub_unsigned()Yu Watanabe2021-03-051-10/+5
* tree-wide: add a helper to parse boolean optargZbigniew Jędrzejewski-Szmek2021-02-171-4/+4
* 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-5/+4
* cgtop: use ansi_normal() or friends instead of ANSI_NORMALYu Watanabe2021-01-251-7/+5
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* cgtop: Display cpu time in microseonds with --rawArian van Putten2020-10-211-3/+12
* util: make size macros unsignedLennart Poettering2020-10-201-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-2/+1
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
* Remove path_compare_func() alias for path_compare()Zbigniew Jędrzejewski-Szmek2019-11-151-1/+1
* tree-wide: drop alloca.h when alloc-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-0/+1
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-1/+1
* cgtop,test: use consistent capitalization for CGroupZbigniew Jędrzejewski-Szmek2019-05-211-1/+1
* Merge pull request #12411 from keszybz/pr/12394Lennart Poettering2019-05-081-0/+1
|\
| * Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* | codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
|/
* tree-wide: use SYNTHETIC_ERRNO() where appropriateLennart Poettering2019-04-021-4/+3
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+1
* cgtop: Fix processing of controllers other than CPUSzabolcs Fruhwald2019-02-211-65/+65
* procfs-util: expose functionality to query total memoryZbigniew Jędrzejewski-Szmek2019-01-221-1/+1
* cgroup: s/cgroups? ?v?([0-9])/cgroup v\1/gIChris Down2019-01-031-1/+1
* cgtop: use SWAP_TWO() macroYu Watanabe2018-12-021-5/+1
* cgtop: introduce group_hash_ops and use itYu Watanabe2018-12-021-18/+10
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-16/+15
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* util-lib: move main() definition macros to its own header fileLennart Poettering2018-11-191-0/+1
* Merge pull request #10811 from keszybz/define-main-through-macroLennart Poettering2018-11-191-29/+16
|\
| * Introduce main definer and use it in cgtopZbigniew Jędrzejewski-Szmek2018-11-171-29/+16
* | cgtop: Still try to get CPU statistics if controller-freeChris Down2018-11-181-1/+1
|/
* cgtop: use FOREACH_STRING() for fun and profitLennart Poettering2018-11-161-23/+6
* cgtop: use automatic clean-upLennart Poettering2018-11-161-4/+4
* cgtop: include error cause in log messageYu Watanabe2018-10-201-5/+7
* cgtop: fgets() excorcismLennart Poettering2018-10-181-2/+6