summaryrefslogtreecommitdiff
path: root/src/cgtop
Commit message (Expand)AuthorAgeFilesLines
* 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
* cgtop: print absolute CPU times with format_timespanLennart Poettering2013-04-081-14/+14
* util: make time formatting a bit smarterLennart Poettering2013-04-041-2/+2
* util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering2013-04-031-1/+1
* cgtop: add % as key to toggle time/percentageZbigniew Jędrzejewski-Szmek2013-04-021-1/+6
* cgtop: optionally show CPU usage as time and become stdout sensitiveUmut Tezduyar2013-04-021-37/+92
* cgtop --help: default depth is 3 not 2Maksim Melnikau2013-03-291-2/+2
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-0/+1
* util: unify line caching and column cachingLennart Poettering2012-10-191-4/+4
* util: simplify column caching logicLennart Poettering2012-10-191-1/+3
* cgtop: missing '-'Václav Pavlín2012-09-211-1/+1
* continue work with error messages, log_oom()Shawn Landden2012-08-061-1/+6
* cgtop: add --version optionZbigniew Jędrzejewski-Szmek2012-07-261-7/+19
* cgtop: use full terminal widthZbigniew Jędrzejewski-Szmek2012-07-261-10/+20
* Add a 'b' option to cgtop, equivalent to the same option in topDavid Strauss2012-07-261-7/+22
* Add an 'n' option to cgtop (equivalent to top)David Strauss2012-07-261-5/+20
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-261-2/+1
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-251-1/+1
* util: rename join() to strjoin()Lennart Poettering2012-07-131-1/+1
* cgtop: work even if not all cgroups are availableShawn Landden2012-05-291-6/+11
* cgtop: change default depth to 3Lennart Poettering2012-05-221-1/+1
* util: split-out path-util.[ch]Kay Sievers2012-05-081-0/+1
* build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering2012-04-131-0/+1
* move all tools to subdirsKay Sievers2012-04-121-0/+729