summaryrefslogtreecommitdiff
path: root/src/shared/cgroup-show.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-2/+2
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-1/+1
* Add 8bit-version of get_process_cmdline() and use in cgroup-show.cZbigniew Jędrzejewski-Szmek2019-05-221-1/+3
* basic/process-util: convert bool arg to flagsZbigniew Jędrzejewski-Szmek2019-05-221-1/+1
* Rework cmdline printing to use unicodeZbigniew Jędrzejewski-Szmek2019-05-221-7/+7
* shared/cgroup-show: fix off-by-one in column countingZbigniew Jędrzejewski-Szmek2019-05-211-2/+2
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-0/+1
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-5/+5
* util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-1/+1
* tree-wide: remove various unused functionsLennart Poettering2018-12-021-20/+0
* fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering2018-11-141-1/+1
* fileio: drop "newline" parameter for env file parsersLennart Poettering2018-11-141-1/+1
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-241-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-4/+2
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* bus: include sd-{bus,messages}.h the same as other systemd headersZbigniew Jędrzejewski-Szmek2017-04-211-2/+0
* shared/cgroup-show: extract funtion to query unit cgroup pathZbigniew Jędrzejewski-Szmek2017-02-011-16/+31
* cgtop: use common function to query cgroup rootZbigniew Jędrzejewski-Szmek2017-02-011-31/+45
* cgls: make function to query cgroup root publicZbigniew Jędrzejewski-Szmek2017-02-011-0/+55
* shared/cgroup-show: use (void)Zbigniew Jędrzejewski-Szmek2017-01-311-1/+1
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* tree-wide: rename draw_special_char to special_glyphZbigniew Jędrzejewski-Szmek2016-05-091-5/+5
* shared: drop kernel_thread bool from cgroups show codeLennart Poettering2016-04-221-17/+19
* core,systemctl: add bus API to retrieve processes of a unitLennart Poettering2016-04-221-19/+51
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-1/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-6/+7
* cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering2015-09-011-1/+1
* cgroup-show: unescape cgroups on presentationLennart Poettering2015-08-281-4/+2
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* cgroup-show: remove duplicated checkZbigniew Jędrzejewski-Szmek2015-01-221-3/+2
* cgroup-show: don't hit assert, when the extra pids array is emptyLennart Poettering2015-01-221-1/+3
* shared/cgroup-show: simplify show_pid_array()Zbigniew Jędrzejewski-Szmek2015-01-221-36/+14
* delta: draw arrows with draw_special_char()Lennart Poettering2014-04-231-5/+7
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-061-2/+2
* Fix bad assert in show_pid_arrayZbigniew Jędrzejewski-Szmek2013-10-141-3/+1
* ModernizationZbigniew Jędrzejewski-Szmek2013-10-131-11/+4