index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cgtop
/
cgtop.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: port various parsers over to read_stripped_line()
Lennart Poettering
2023-10-17
1
-4
/
+3
*
treewide: fix typos
Joerg Behrmann
2023-09-19
1
-1
/
+1
*
time-util: introduce usleep_safe()
Yu Watanabe
2023-06-22
1
-1
/
+1
*
cgls/cgtop: spell field/column "CGroup" rather than "Control Group"
Lennart Poettering
2023-06-05
1
-1
/
+1
*
cgtop: drop counterproductive bitfields
Zbigniew Jędrzejewski-Szmek
2023-03-14
1
-4
/
+4
*
cgtop: split out the main loop into a separate function
Zbigniew Jędrzejewski-Szmek
2023-03-14
1
-40
/
+41
*
cgtop: Update code comments
Michal Koutný
2022-11-30
1
-2
/
+4
*
cgtop: Do not rewrite -P or -k options
Michal Koutný
2022-11-28
1
-6
/
+10
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
tree-wide: Fix field width specifier warnings
Jan Janssen
2022-08-30
1
-2
/
+4
*
tree-wide: Fix format specifier warnings for %x
Jan Janssen
2022-08-30
1
-1
/
+1
*
strv: declare iterator of FOREACH_STRING() in the loop
Zbigniew Jędrzejewski-Szmek
2022-03-23
1
-1
/
+0
*
tree-wide: voidify unchecked snprintf calls
Luca Boccassi
2021-08-20
1
-2
/
+2
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
cgtop: use anonymous buffers for formatting of bytes and timespans
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-25
/
+27
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-3
/
+2
*
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-1
/
+1
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-2
/
+2
*
tree-wide: use usec_add() and usec_sub_unsigned()
Yu Watanabe
2021-03-04
1
-10
/
+5
*
tree-wide: add a helper to parse boolean optarg
Zbigniew Jędrzejewski-Szmek
2021-02-17
1
-4
/
+4
*
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
-5
/
+4
*
cgtop: use ansi_normal() or friends instead of ANSI_NORMAL
Yu Watanabe
2021-01-25
1
-7
/
+5
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
cgtop: Display cpu time in microseonds with --raw
Arian van Putten
2020-10-21
1
-3
/
+12
*
util: make size macros unsigned
Lennart Poettering
2020-10-20
1
-1
/
+1
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-2
/
+1
*
log: introduce log_parse_environment_cli() and log_setup_cli()
Filipe Brandenburger
2020-06-24
1
-3
/
+1
*
Remove path_compare_func() alias for path_compare()
Zbigniew Jędrzejewski-Szmek
2019-11-15
1
-1
/
+1
*
tree-wide: drop alloca.h when alloc-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-0
/
+1
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
1
-1
/
+1
*
cgtop,test: use consistent capitalization for CGroup
Zbigniew Jędrzejewski-Szmek
2019-05-21
1
-1
/
+1
*
Merge pull request #12411 from keszybz/pr/12394
Lennart Poettering
2019-05-08
1
-0
/
+1
|
\
|
*
Enable log colors for most of tools in /usr/bin
Zbigniew Jędrzejewski-Szmek
2019-05-08
1
-0
/
+1
*
|
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-1
/
+1
|
/
*
tree-wide: use SYNTHETIC_ERRNO() where appropriate
Lennart Poettering
2019-04-02
1
-4
/
+3
*
util: split out sorting related calls to new sort-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
cgtop: Fix processing of controllers other than CPU
Szabolcs Fruhwald
2019-02-21
1
-65
/
+65
*
procfs-util: expose functionality to query total memory
Zbigniew Jędrzejewski-Szmek
2019-01-22
1
-1
/
+1
*
cgroup: s/cgroups? ?v?([0-9])/cgroup v\1/gI
Chris Down
2019-01-03
1
-1
/
+1
*
cgtop: use SWAP_TWO() macro
Yu Watanabe
2018-12-02
1
-5
/
+1
*
cgtop: introduce group_hash_ops and use it
Yu Watanabe
2018-12-02
1
-18
/
+10
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-16
/
+15
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-0
/
+1
*
util-lib: move main() definition macros to its own header file
Lennart Poettering
2018-11-19
1
-0
/
+1
*
Merge pull request #10811 from keszybz/define-main-through-macro
Lennart Poettering
2018-11-19
1
-29
/
+16
|
\
|
*
Introduce main definer and use it in cgtop
Zbigniew Jędrzejewski-Szmek
2018-11-17
1
-29
/
+16
*
|
cgtop: Still try to get CPU statistics if controller-free
Chris Down
2018-11-18
1
-1
/
+1
|
/
[next]