summaryrefslogtreecommitdiff
path: root/src/cgls
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-1/+1
* path-util: introduce empty_to_root() and use it many placesYu Watanabe2018-05-111-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: voidify pager_open()Yu Watanabe2018-03-191-5/+3
* tree-wide: port all code to use safe_getcwd()Lennart Poettering2018-01-171-3/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* cgroup: change cg_unified() to possibly return errors againLennart Poettering2017-02-241-1/+1
* core: simplify cg_[all_]unified()Tejun Heo2017-02-181-1/+1
* cgls: look at the right variable in error path (#5234)Zbigniew Jędrzejewski-Szmek2017-02-061-3/+3
* cgls: --machine= expects an argument, indicate that in log messagesLennart Poettering2017-02-021-1/+1
* cgls: allow --unit, --user-unit to take optional argumentZbigniew Jędrzejewski-Szmek2017-02-011-14/+27
* cgls: add --user-unit to show user unitsZbigniew Jędrzejewski-Szmek2017-02-011-14/+29
* cgls: add --unit to show unitsZbigniew Jędrzejewski-Szmek2017-02-011-8/+53
* shared/cgroup-show: extract funtion to query unit cgroup pathZbigniew Jędrzejewski-Szmek2017-02-011-1/+0
* cgtop: use common function to query cgroup rootZbigniew Jędrzejewski-Szmek2017-02-011-2/+2
* cgls: make function to query cgroup root publicZbigniew Jędrzejewski-Szmek2017-02-011-46/+2
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* core: rename cg_unified() to cg_all_unified()Tejun Heo2016-08-151-1/+1
* shared: drop kernel_thread bool from cgroups show codeLennart Poettering2016-04-221-5/+6
* tree-wide: merge pager_open_if_enabled() to the pager_open()Alexander Kuleshov2016-02-261-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tests: turn check if manager cannot be intialized into macroZbigniew Jędrzejewski-Szmek2015-12-021-1/+1
* cgls: add a better error message for missing cgroupfsMantas Mikulėnas2015-11-301-1/+3
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-2/+2
* cgls: when showing root slice, put -.slice at top of treeLennart Poettering2015-11-101-0/+1
* cgls: suppress output of controller name, if it's the systemd oneLennart Poettering2015-11-101-1/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering2015-09-291-1/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-13/+11
* cgls: show controller without args tooEvgeny Vereshchagin2015-09-181-7/+9
* core: unified cgroup hierarchy supportLennart Poettering2015-09-011-1/+4
* cgls: pretty print root cgroup pathLennart Poettering2015-08-311-1/+1
* cgls: print the expressive error message we haveLennart Poettering2015-08-311-1/+1
* cgls: modernize cgls in preparation for unified cgroup hierarchy workLennart Poettering2015-08-281-99/+111
* cgls: machines can also be servicesSteven Allen2015-07-221-4/+4
* sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2015-07-031-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-2/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-3/+3
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-3/+3
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-1/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-9/+6
* consistently order cleanup attribute before typeThomas Hindoe Paaboel Andersen2014-06-221-1/+1
* cgls: avoid writing an unused valueThomas Hindoe Paaboel Andersen2014-04-141-2/+2
* cgls: fix running with -M optionLukas Nykryn2014-04-101-1/+56
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-6/+6