index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cgtop
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
/
*
cgtop: use FOREACH_STRING() for fun and profit
Lennart Poettering
2018-11-16
1
-23
/
+6
*
cgtop: use automatic clean-up
Lennart Poettering
2018-11-16
1
-4
/
+4
*
cgtop: include error cause in log message
Yu Watanabe
2018-10-19
1
-5
/
+7
*
cgtop: fgets() excorcism
Lennart Poettering
2018-10-18
1
-2
/
+6
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-23
/
+19
*
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
1
-4
/
+16
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
path-util: introduce path_simplify()
Yu Watanabe
2018-06-03
1
-1
/
+1
*
path-util: introduce empty_to_root() and use it many places
Yu Watanabe
2018-05-10
1
-7
/
+3
*
tree-wide: use newa() rather than alloca() where we can
Lennart Poettering
2018-04-27
1
-1
/
+1
*
util-lib: introduce new empty_or_root() helper (#8746)
Lennart Poettering
2018-04-18
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Merge pull request #8149 from poettering/fake-root-cgroup
Lennart Poettering
2018-03-01
1
-38
/
+77
|
\
|
*
cgroup-util: rework cg_get_keyed_attribute() a bit
Lennart Poettering
2018-02-09
1
-3
/
+2
|
*
cgtop: hook up new /proc based emulation code for root cgroup memory/cpu stats
Lennart Poettering
2018-02-09
1
-16
/
+27
|
*
cgtop: tweak root cgroup detection a bit
Lennart Poettering
2018-02-09
1
-1
/
+23
|
*
cgtop: command line parsing improvements
Lennart Poettering
2018-02-09
1
-13
/
+7
|
*
cgtop: add helper for checking if we are operating on the root cgroup
Lennart Poettering
2018-02-09
1
-1
/
+5
|
*
cgtop: add "-1" as shortcut for "--iterations=1"
Lennart Poettering
2018-02-09
1
-1
/
+6
|
*
cgtop: correctly order root cgroup always to the top
Lennart Poettering
2018-02-09
1
-3
/
+7
*
|
tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...
Lennart Poettering
2018-02-12
1
-2
/
+2
|
/
*
cgtop: make sure we can show a tasks number for the root cgroup too
Lennart Poettering
2018-01-22
1
-12
/
+20
*
cgtop: minor modernization
Lennart Poettering
2018-01-22
1
-1
/
+2
*
Add set/hashmap helpers for non-trivial freeing and use where straighforward
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-4
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
cgtop: check cgroups after parsing options
Zbigniew Jędrzejewski-Szmek
2017-04-25
1
-10
/
+10
*
cgtop: use PRIu64 to print uint64_t (#5544)
Thomas H. P. Andersen
2017-03-07
1
-1
/
+1
*
cgroup: change cg_unified() to possibly return errors again
Lennart Poettering
2017-02-24
1
-9
/
+13
*
core: simplify cg_[all_]unified()
Tejun Heo
2017-02-18
1
-7
/
+6
*
cgtop: use common function to query cgroup root
Zbigniew Jędrzejewski-Szmek
2017-02-02
1
-61
/
+6
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-1
/
+1
*
core: rename cg_unified() to cg_all_unified()
Tejun Heo
2016-08-16
1
-5
/
+5
*
core: add cgroup CPU controller support on the unified hierarchy
Tejun Heo
2016-08-07
1
-12
/
+38
*
cgtop: minimize aux variable scope
Lennart Poettering
2016-06-06
1
-1
/
+3
*
cgtop: fix ret pointer usage (#3443)
Alessandro Puccetti
2016-06-06
1
-2
/
+4
*
cgtop: add option to show a single cgroup subtree (#3413)
Alessandro Puccetti
2016-06-05
1
-2
/
+16
*
pager: don't start pager if the terminal is explicitly set to TERM=dumb
Lennart Poettering
2016-05-30
1
-1
/
+1
[next]