summaryrefslogtreecommitdiff
path: root/src/cgtop
Commit message (Expand)AuthorAgeFilesLines
...
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-23/+19
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-4/+16
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-1/+1
* path-util: introduce empty_to_root() and use it many placesYu Watanabe2018-05-111-7/+3
* tree-wide: use newa() rather than alloca() where we canLennart Poettering2018-04-271-1/+1
* util-lib: introduce new empty_or_root() helper (#8746)Lennart Poettering2018-04-181-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Merge pull request #8149 from poettering/fake-root-cgroupLennart Poettering2018-03-011-38/+77
|\
| * cgroup-util: rework cg_get_keyed_attribute() a bitLennart Poettering2018-02-091-3/+2
| * cgtop: hook up new /proc based emulation code for root cgroup memory/cpu statsLennart Poettering2018-02-091-16/+27
| * cgtop: tweak root cgroup detection a bitLennart Poettering2018-02-091-1/+23
| * cgtop: command line parsing improvementsLennart Poettering2018-02-091-13/+7
| * cgtop: add helper for checking if we are operating on the root cgroupLennart Poettering2018-02-091-1/+5
| * cgtop: add "-1" as shortcut for "--iterations=1"Lennart Poettering2018-02-091-1/+6
| * cgtop: correctly order root cgroup always to the topLennart Poettering2018-02-091-3/+7
* | tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...Lennart Poettering2018-02-121-2/+2
|/
* cgtop: make sure we can show a tasks number for the root cgroup tooLennart Poettering2018-01-221-12/+20
* cgtop: minor modernizationLennart Poettering2018-01-221-1/+2
* Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek2017-11-281-4/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* cgtop: check cgroups after parsing optionsZbigniew Jędrzejewski-Szmek2017-04-251-10/+10
* cgtop: use PRIu64 to print uint64_t (#5544)Thomas H. P. Andersen2017-03-071-1/+1
* cgroup: change cg_unified() to possibly return errors againLennart Poettering2017-02-241-9/+13
* core: simplify cg_[all_]unified()Tejun Heo2017-02-181-7/+6
* cgtop: use common function to query cgroup rootZbigniew Jędrzejewski-Szmek2017-02-011-61/+6
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* core: rename cg_unified() to cg_all_unified()Tejun Heo2016-08-151-5/+5
* core: add cgroup CPU controller support on the unified hierarchyTejun Heo2016-08-071-12/+38
* cgtop: minimize aux variable scopeLennart Poettering2016-06-061-1/+3
* cgtop: fix ret pointer usage (#3443)Alessandro Puccetti2016-06-061-2/+4
* cgtop: add option to show a single cgroup subtree (#3413)Alessandro Puccetti2016-06-051-2/+16
* pager: don't start pager if the terminal is explicitly set to TERM=dumbLennart Poettering2016-05-301-1/+1
* core: add io controller support on the unified hierarchyTejun Heo2016-05-051-16/+34
* cgtop: initialize `ours' to NULL properly (#3139)Naohiro Aota2016-04-281-1/+1
* tree-wide: make more global variables staticLennart Poettering2016-02-131-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: use xsprintf() where applicableDaniel Mack2016-01-121-2/+3
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-2/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering2015-09-291-1/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-17/+15
* cgtop: make sure help text doesn't cause main contents to moveLennart Poettering2015-09-221-1/+1
* cgtop: underline table headerLennart Poettering2015-09-221-19/+25
* cgtop: add -M/--machineEvgeny Vereshchagin2015-09-211-2/+55
* Merge pull request #1239 from poettering/cgroup-pidsDaniel Mack2015-09-101-18/+89
|\