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
*
tree-wide: do not print hint about -M if -M is already used
Zbigniew Jędrzejewski-Szmek
2021-11-04
1
-1
/
+1
*
cgroups-show: optionally show cgroup xattrs + cgroup id in cgroup tree output
Lennart Poettering
2021-10-07
1
-14
/
+87
*
cgroups-show: use path_join() when concatenating cgroup paths
Lennart Poettering
2021-10-07
1
-2
/
+2
*
cgroups-show: validate specified hostname before including it in fs path
Lennart Poettering
2021-10-07
1
-1
/
+5
*
xattr-util: merge various getxattr()/listxattr() helpers into getxattr_at_mal...
Lennart Poettering
2021-10-07
1
-1
/
+1
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-5
/
+4
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
bus: use bus_log_connect_error to print error message
fangxiuning
2020-07-21
1
-1
/
+1
*
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
[next]