index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
cgroup-show.c
Age
Commit message (
Expand
)
Author
2016-04-22
shared: drop kernel_thread bool from cgroups show code
Lennart Poettering
2016-04-22
core,systemctl: add bus API to retrieve processes of a unit
Lennart Poettering
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2015-12-06
shared: include what we use
Thomas Hindoe Paaboel Andersen
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move more locale-related calls to locale-util.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-09-01
cgroup: drop "ignore_self" argument from cg_is_empty()
Lennart Poettering
2015-08-28
cgroup-show: unescape cgroups on presentation
Lennart Poettering
2015-04-11
shared: add terminal-util.[ch]
Ronny Chevalier
2015-04-10
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
shared: add formats-util.h
Ronny Chevalier
2015-02-03
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-01-22
cgroup-show: remove duplicated check
Zbigniew Jędrzejewski-Szmek
2015-01-22
cgroup-show: don't hit assert, when the extra pids array is empty
Lennart Poettering
2015-01-22
shared/cgroup-show: simplify show_pid_array()
Zbigniew Jędrzejewski-Szmek
2014-04-23
delta: draw arrows with draw_special_char()
Lennart Poettering
2013-12-06
Get rid of our reimplementation of basename
Zbigniew Jędrzejewski-Szmek
2013-10-14
Fix bad assert in show_pid_array
Zbigniew Jędrzejewski-Szmek
2013-10-13
Modernization
Zbigniew Jędrzejewski-Szmek
2013-10-13
Never call qsort on potentially NULL arrays
Zbigniew Jędrzejewski-Szmek
2013-06-27
core: general cgroup rework
Lennart Poettering
2013-04-18
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-16
util: replace decimal_str_max() by a typesafe macro DECIMAL_STR_WIDTH()
Lennart Poettering
2013-04-16
nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...
Lennart Poettering
2013-04-01
shared/cgroup-show: fix leak of "pid"
Zbigniew Jędrzejewski-Szmek
2013-01-16
systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is speci...
Lukas Nykryn
2012-12-24
systemctl: don't show cgroup field for a unit if cgroup is empty
Lennart Poettering
2012-11-12
util: nicer tree drawings
Michal Schmidt
2012-11-02
util : fallback to plain ASCII drawing if locale is not UTF-8
Michal Schmidt
2012-10-23
cgls: correctly ellipsize command lines for PIDs >= 1000000
Mantas Mikulėnas
2012-05-08
util: split-out path-util.[ch]
Kay Sievers
2012-04-16
systemctl: show main and control PID explicitly in cgroup-show
Lennart Poettering
2012-04-16
cgls: don't show empty cgroups by default
Lennart Poettering
2012-04-12
move more common files to shared/ and add them to shared.la
Kay Sievers