summaryrefslogtreecommitdiff
path: root/src/cgtop
AgeCommit message (Expand)Author
2016-06-06cgtop: minimize aux variable scopeLennart Poettering
2016-06-06cgtop: fix ret pointer usage (#3443)Alessandro Puccetti
2016-06-05cgtop: add option to show a single cgroup subtree (#3413)Alessandro Puccetti
2016-05-30pager: don't start pager if the terminal is explicitly set to TERM=dumbLennart Poettering
2016-05-05core: add io controller support on the unified hierarchyTejun Heo
2016-04-28cgtop: initialize `ours' to NULL properly (#3139)Naohiro Aota
2016-02-13tree-wide: make more global variables staticLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-09-29bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-09-22cgtop: make sure help text doesn't cause main contents to moveLennart Poettering
2015-09-22cgtop: underline table headerLennart Poettering
2015-09-21cgtop: add -M/--machineEvgeny Vereshchagin
2015-09-10Merge pull request #1239 from poettering/cgroup-pidsDaniel Mack
2015-09-10core: add support for the "pids" cgroup controllerLennart Poettering
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-01core: unified cgroup hierarchy supportLennart Poettering
2015-09-01cgtop: properly show "/" instead of empty string in cgroup listLennart Poettering
2015-08-31cgtop: rework error handlingLennart Poettering
2015-08-31cgtop: allow toggling of --recursive= and -k at runtimeLennart Poettering
2015-08-31cgtop: recursively count cgroup member tasksLennart Poettering
2015-08-31cgtop: ignore kernel threads when counting tasksLennart Poettering
2015-08-31cgtop: show resource usage relative to cgroup root onlyLennart Poettering
2015-08-28cgtop: major modernizationsLennart Poettering
2015-07-17cgtop: include missing signal.h for sigwinchUmut Tezduyar Lindskog
2015-06-10cgtop: IO readings are valid if any data is available, even if unchanged sinc...Charles Duffy
2015-06-09cgtop: more sensible flushing behavior w/ non-TTY outputCharles Duffy
2015-06-09cgtop: allow user to force looping behavior even in non-TTY modeCharles Duffy
2015-06-09cgtop: raw output option (disable conversion to human-readable units)Charles Duffy
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-03-11cgtop: fix assert when not on ttyUmut Tezduyar Lindskog
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-10-23install, cgtop: adjust hashmap_move_one() callers for -ENOMEM possibilityMichal Schmidt
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek
2014-02-19make gcc shut upLennart Poettering
2013-12-25build-sys: minor fixes found with cppcheckLennart Poettering
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering
2013-10-13Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek
2013-09-04cgtop: fixup the online helpBrandon Philips
2013-06-06cgroup: the "tasks" attribute is obsolete, cgroup.procs is the new replacementLennart Poettering
2013-04-08cgtop: print absolute CPU times with format_timespanLennart Poettering
2013-04-04util: make time formatting a bit smarterLennart Poettering
2013-04-03util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering