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
...
*
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
*
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
*
core: add io controller support on the unified hierarchy
Tejun Heo
2016-05-05
1
-16
/
+34
*
cgtop: initialize `ours' to NULL properly (#3139)
Naohiro Aota
2016-04-28
1
-1
/
+1
*
tree-wide: make more global variables static
Lennart Poettering
2016-02-13
1
-2
/
+2
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: use xsprintf() where applicable
Daniel Mack
2016-01-12
1
-2
/
+3
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-2
/
+2
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
bus-util: rename bus_open_transport() to bus_connect_transport()
Lennart Poettering
2015-09-29
1
-1
/
+1
*
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
1
-17
/
+15
*
cgtop: make sure help text doesn't cause main contents to move
Lennart Poettering
2015-09-22
1
-1
/
+1
[prev]
[next]