Age | Commit message (Expand) | Author |
2016-06-06 | cgtop: minimize aux variable scope | Lennart Poettering |
2016-06-06 | cgtop: fix ret pointer usage (#3443) | Alessandro Puccetti |
2016-06-05 | cgtop: add option to show a single cgroup subtree (#3413) | Alessandro Puccetti |
2016-05-30 | pager: don't start pager if the terminal is explicitly set to TERM=dumb | Lennart Poettering |
2016-05-05 | core: add io controller support on the unified hierarchy | Tejun Heo |
2016-04-28 | cgtop: initialize `ours' to NULL properly (#3139) | Naohiro Aota |
2016-02-13 | tree-wide: make more global variables static | Lennart Poettering |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2016-01-12 | tree-wide: use xsprintf() where applicable | Daniel Mack |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-09-29 | bus-util: rename bus_open_transport() to bus_connect_transport() | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-09-22 | cgtop: make sure help text doesn't cause main contents to move | Lennart Poettering |
2015-09-22 | cgtop: underline table header | Lennart Poettering |
2015-09-21 | cgtop: add -M/--machine | Evgeny Vereshchagin |
2015-09-10 | Merge pull request #1239 from poettering/cgroup-pids | Daniel Mack |
2015-09-10 | core: add support for the "pids" cgroup controller | Lennart Poettering |
2015-09-10 | tree-wide: never use the off_t unless glibc makes us use it | Lennart Poettering |
2015-09-01 | core: unified cgroup hierarchy support | Lennart Poettering |
2015-09-01 | cgtop: properly show "/" instead of empty string in cgroup list | Lennart Poettering |
2015-08-31 | cgtop: rework error handling | Lennart Poettering |
2015-08-31 | cgtop: allow toggling of --recursive= and -k at runtime | Lennart Poettering |
2015-08-31 | cgtop: recursively count cgroup member tasks | Lennart Poettering |
2015-08-31 | cgtop: ignore kernel threads when counting tasks | Lennart Poettering |
2015-08-31 | cgtop: show resource usage relative to cgroup root only | Lennart Poettering |
2015-08-28 | cgtop: major modernizations | Lennart Poettering |
2015-07-17 | cgtop: include missing signal.h for sigwinch | Umut Tezduyar Lindskog |
2015-06-10 | cgtop: IO readings are valid if any data is available, even if unchanged sinc... | Charles Duffy |
2015-06-09 | cgtop: more sensible flushing behavior w/ non-TTY output | Charles Duffy |
2015-06-09 | cgtop: allow user to force looping behavior even in non-TTY mode | Charles Duffy |
2015-06-09 | cgtop: raw output option (disable conversion to human-readable units) | Charles Duffy |
2015-04-11 | shared: add terminal-util.[ch] | Ronny Chevalier |
2015-03-11 | cgtop: fix assert when not on tty | Umut Tezduyar Lindskog |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-10-23 | install, cgtop: adjust hashmap_move_one() callers for -ENOMEM possibility | Michal Schmidt |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-08-03 | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek |
2014-02-19 | make gcc shut up | Lennart Poettering |
2013-12-25 | build-sys: minor fixes found with cppcheck | Lennart Poettering |
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering |
2013-10-13 | Never call qsort on potentially NULL arrays | Zbigniew Jędrzejewski-Szmek |
2013-09-04 | cgtop: fixup the online help | Brandon Philips |
2013-06-06 | cgroup: the "tasks" attribute is obsolete, cgroup.procs is the new replacement | Lennart Poettering |
2013-04-08 | cgtop: print absolute CPU times with format_timespan | Lennart Poettering |
2013-04-04 | util: make time formatting a bit smarter | Lennart Poettering |
2013-04-03 | util: rename parse_usec() to parse_sec() sinds the default unit is seconds | Lennart Poettering |