index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cgtop
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cgtop: use PRIu64 to print uint64_t (#5544)
Thomas H. P. Andersen
2017-03-07
1
-1
/
+1
*
cgroup: change cg_unified() to possibly return errors again
Lennart Poettering
2017-02-24
1
-9
/
+13
*
core: simplify cg_[all_]unified()
Tejun Heo
2017-02-18
1
-7
/
+6
*
cgtop: use common function to query cgroup root
Zbigniew Jędrzejewski-Szmek
2017-02-02
1
-61
/
+6
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-1
/
+1
*
core: rename cg_unified() to cg_all_unified()
Tejun Heo
2016-08-16
1
-5
/
+5
*
core: add cgroup CPU controller support on the unified hierarchy
Tejun Heo
2016-08-07
1
-12
/
+38
*
cgtop: minimize aux variable scope
Lennart Poettering
2016-06-06
1
-1
/
+3
*
cgtop: fix ret pointer usage (#3443)
Alessandro Puccetti
2016-06-06
1
-2
/
+4
*
cgtop: add option to show a single cgroup subtree (#3413)
Alessandro Puccetti
2016-06-05
1
-2
/
+16
*
pager: don't start pager if the terminal is explicitly set to TERM=dumb
Lennart Poettering
2016-05-30
1
-1
/
+1
*
core: add io controller support on the unified hierarchy
Tejun Heo
2016-05-05
1
-16
/
+34
*
cgtop: initialize `ours' to NULL properly (#3139)
Naohiro Aota
2016-04-28
1
-1
/
+1
*
tree-wide: make more global variables static
Lennart Poettering
2016-02-13
1
-2
/
+2
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: use xsprintf() where applicable
Daniel Mack
2016-01-12
1
-2
/
+3
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-2
/
+2
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
bus-util: rename bus_open_transport() to bus_connect_transport()
Lennart Poettering
2015-09-29
1
-1
/
+1
*
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
1
-17
/
+15
*
cgtop: make sure help text doesn't cause main contents to move
Lennart Poettering
2015-09-22
1
-1
/
+1
*
cgtop: underline table header
Lennart Poettering
2015-09-22
1
-19
/
+25
*
cgtop: add -M/--machine
Evgeny Vereshchagin
2015-09-21
1
-2
/
+55
*
Merge pull request #1239 from poettering/cgroup-pids
Daniel Mack
2015-09-10
1
-18
/
+89
|
\
|
*
core: add support for the "pids" cgroup controller
Lennart Poettering
2015-09-10
1
-18
/
+89
*
|
tree-wide: never use the off_t unless glibc makes us use it
Lennart Poettering
2015-09-10
1
-1
/
+1
|
/
*
core: unified cgroup hierarchy support
Lennart Poettering
2015-09-01
1
-3
/
+6
*
cgtop: properly show "/" instead of empty string in cgroup list
Lennart Poettering
2015-09-01
1
-3
/
+5
*
cgtop: rework error handling
Lennart Poettering
2015-08-31
1
-14
/
+7
*
cgtop: allow toggling of --recursive= and -k at runtime
Lennart Poettering
2015-08-31
1
-2
/
+16
*
cgtop: recursively count cgroup member tasks
Lennart Poettering
2015-08-31
1
-25
/
+71
*
cgtop: ignore kernel threads when counting tasks
Lennart Poettering
2015-08-31
1
-2
/
+14
*
cgtop: show resource usage relative to cgroup root only
Lennart Poettering
2015-08-31
1
-6
/
+13
*
cgtop: major modernizations
Lennart Poettering
2015-08-28
1
-134
/
+159
*
cgtop: include missing signal.h for sigwinch
Umut Tezduyar Lindskog
2015-07-17
1
-0
/
+1
*
cgtop: IO readings are valid if any data is available, even if unchanged sinc...
Charles Duffy
2015-06-11
1
-2
/
+1
*
cgtop: more sensible flushing behavior w/ non-TTY output
Charles Duffy
2015-06-10
1
-2
/
+8
*
cgtop: allow user to force looping behavior even in non-TTY mode
Charles Duffy
2015-06-10
1
-3
/
+3
*
cgtop: raw output option (disable conversion to human-readable units)
Charles Duffy
2015-06-10
1
-13
/
+21
*
shared: add terminal-util.[ch]
Ronny Chevalier
2015-04-11
1
-0
/
+1
*
cgtop: fix assert when not on tty
Umut Tezduyar Lindskog
2015-03-11
1
-1
/
+1
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
install, cgtop: adjust hashmap_move_one() callers for -ENOMEM possibility
Michal Schmidt
2014-10-23
1
-1
/
+3
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-2
/
+2
*
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-08-04
1
-9
/
+6
*
make gcc shut up
Lennart Poettering
2014-02-19
1
-1
/
+1
*
build-sys: minor fixes found with cppcheck
Lennart Poettering
2013-12-25
1
-1
/
+1
[prev]
[next]