summaryrefslogtreecommitdiff
path: root/src/cgtop
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * core: add support for the "pids" cgroup controllerLennart Poettering2015-09-101-18/+89
* | tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-1/+1
|/
* core: unified cgroup hierarchy supportLennart Poettering2015-09-011-3/+6
* cgtop: properly show "/" instead of empty string in cgroup listLennart Poettering2015-09-011-3/+5
* cgtop: rework error handlingLennart Poettering2015-08-311-14/+7
* cgtop: allow toggling of --recursive= and -k at runtimeLennart Poettering2015-08-311-2/+16
* cgtop: recursively count cgroup member tasksLennart Poettering2015-08-311-25/+71
* cgtop: ignore kernel threads when counting tasksLennart Poettering2015-08-311-2/+14
* cgtop: show resource usage relative to cgroup root onlyLennart Poettering2015-08-311-6/+13
* cgtop: major modernizationsLennart Poettering2015-08-281-134/+159
* cgtop: include missing signal.h for sigwinchUmut Tezduyar Lindskog2015-07-171-0/+1
* cgtop: IO readings are valid if any data is available, even if unchanged sinc...Charles Duffy2015-06-101-2/+1
* cgtop: more sensible flushing behavior w/ non-TTY outputCharles Duffy2015-06-091-2/+8
* cgtop: allow user to force looping behavior even in non-TTY modeCharles Duffy2015-06-091-3/+3
* cgtop: raw output option (disable conversion to human-readable units)Charles Duffy2015-06-091-13/+21
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* cgtop: fix assert when not on ttyUmut Tezduyar Lindskog2015-03-111-1/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-2/+2
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-2/+2
* install, cgtop: adjust hashmap_move_one() callers for -ENOMEM possibilityMichal Schmidt2014-10-231-1/+3
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-2/+2
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-9/+6
* make gcc shut upLennart Poettering2014-02-191-1/+1
* build-sys: minor fixes found with cppcheckLennart Poettering2013-12-251-1/+1
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-10/+7
* Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek2013-10-131-1/+1
* cgtop: fixup the online helpBrandon Philips2013-09-041-2/+2
* cgroup: the "tasks" attribute is obsolete, cgroup.procs is the new replacementLennart Poettering2013-06-061-1/+1