index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
cgroup-show.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cgls: visually separate processes from cgroups
Lennart Poettering
2019-11-20
1
-1
/
+1
*
cgls: show delegation boundaries by underlining the cgroup in the output
Lennart Poettering
2019-11-20
1
-3
/
+47
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-2
/
+2
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
1
-1
/
+1
*
Add 8bit-version of get_process_cmdline() and use in cgroup-show.c
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-1
/
+3
*
basic/process-util: convert bool arg to flags
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-1
/
+1
*
Rework cmdline printing to use unicode
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-7
/
+7
*
shared/cgroup-show: fix off-by-one in column counting
Zbigniew Jędrzejewski-Szmek
2019-05-21
1
-2
/
+2
*
util: split out sorting related calls to new sort-util.[ch]
Lennart Poettering
2019-03-13
1
-0
/
+1
*
locale-util: prefix special glyph enum values with SPECIAL_GLYPH_
Lennart Poettering
2018-12-14
1
-5
/
+5
*
util-lib: split out env file parsing code into env-file.c
Lennart Poettering
2018-12-02
1
-1
/
+1
*
tree-wide: remove various unused functions
Lennart Poettering
2018-12-02
1
-20
/
+0
*
fileio: automatically add NULL sentinel to parse_env_file()
Lennart Poettering
2018-11-14
1
-1
/
+1
*
fileio: drop "newline" parameter for env file parsers
Lennart Poettering
2018-11-14
1
-1
/
+1
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
fileio: accept FILE* in addition to path in parse_env_file()
Lennart Poettering
2018-05-24
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-4
/
+2
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
bus: include sd-{bus,messages}.h the same as other systemd headers
Zbigniew Jędrzejewski-Szmek
2017-04-21
1
-2
/
+0
*
shared/cgroup-show: extract funtion to query unit cgroup path
Zbigniew Jędrzejewski-Szmek
2017-02-02
1
-16
/
+31
*
cgtop: use common function to query cgroup root
Zbigniew Jędrzejewski-Szmek
2017-02-02
1
-31
/
+45
*
cgls: make function to query cgroup root public
Zbigniew Jędrzejewski-Szmek
2017-02-02
1
-0
/
+55
*
shared/cgroup-show: use (void)
Zbigniew Jędrzejewski-Szmek
2017-01-31
1
-1
/
+1
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-1
/
+1
*
tree-wide: rename draw_special_char to special_glyph
Zbigniew Jędrzejewski-Szmek
2016-05-09
1
-5
/
+5
*
shared: drop kernel_thread bool from cgroups show code
Lennart Poettering
2016-04-22
1
-17
/
+19
*
core,systemctl: add bus API to retrieve processes of a unit
Lennart Poettering
2016-04-22
1
-19
/
+51
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
shared: include what we use
Thomas Hindoe Paaboel Andersen
2015-12-06
1
-1
/
+3
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more locale-related calls to locale-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
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-6
/
+7
*
cgroup: drop "ignore_self" argument from cg_is_empty()
Lennart Poettering
2015-09-01
1
-1
/
+1
*
cgroup-show: unescape cgroups on presentation
Lennart Poettering
2015-08-28
1
-4
/
+2
*
shared: add terminal-util.[ch]
Ronny Chevalier
2015-04-11
1
-0
/
+1
*
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
shared: add formats-util.h
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-03
1
-1
/
+1
*
cgroup-show: remove duplicated check
Zbigniew Jędrzejewski-Szmek
2015-01-23
1
-3
/
+2
*
cgroup-show: don't hit assert, when the extra pids array is empty
Lennart Poettering
2015-01-22
1
-1
/
+3
*
shared/cgroup-show: simplify show_pid_array()
Zbigniew Jędrzejewski-Szmek
2015-01-22
1
-36
/
+14
*
delta: draw arrows with draw_special_char()
Lennart Poettering
2014-04-23
1
-5
/
+7
*
Get rid of our reimplementation of basename
Zbigniew Jędrzejewski-Szmek
2013-12-07
1
-2
/
+2
[next]