summaryrefslogtreecommitdiff
path: root/src/test/test-cgroup-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* test-cgroup-util: bail out when running under mock (#8365)Zbigniew Jędrzejewski-Szmek2018-03-081-2/+8
* basic/cgroup-util: simplify cg_get_keyed_attribute(), add testZbigniew Jędrzejewski-Szmek2018-03-011-0/+41
* tree-wide: use SPECIAL_ROOT_SLICEZbigniew Jędrzejewski-Szmek2017-12-151-8/+9
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test-cgroup-util: skip cg hierarchy tests when necessary (#7371)Zbigniew Jędrzejewski-Szmek2017-11-171-2/+7
* test-cgroup-util: add basic test for cg_all_unified/cg_hybrid_unified/cg_unif...Zbigniew Jędrzejewski-Szmek2017-11-151-0/+27
* tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2017-10-021-2/+1
* test-cgroup-util: add a "test" to print out cg_is_*_wanted() valuesZbigniew Jędrzejewski-Szmek2017-02-221-0/+47
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* nspawn: cleanup and chown the synced cgroup hierarchy (#4223)Evgeny Vereshchagin2016-10-131-0/+25
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-2/+3
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+1
* tests: Skip test-cgroup-util test_mask_supported() when not running under sys...Martin Pitt2015-09-071-1/+1
* cgroup: always read the supported controllers from the root cgroup of the loc...Lennart Poettering2015-09-041-0/+12
* shared: Drop 'name=' prefix from SYSTEMD_CGROUP_CONTROLLER define.Dimitri John Ledkov2015-06-021-10/+10
* cgroup-util: be more strict when processing slice unit namesLennart Poettering2015-05-051-1/+1
* core: catch some special cases in cg_slice_to_path()Lennart Poettering2015-04-301-1/+6
* sd-bus,sd-login: add api for querying the slice within the the user systemd i...Lennart Poettering2015-04-301-0/+25
* core: rework cgroup path parse logicLennart Poettering2015-04-301-0/+18
* sd-bus: properly handle creds that are known but undefined for a processLennart Poettering2015-04-291-13/+13
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* cg_path_get_user_unit(): Did not correctly parse user-unit templates.Luke Shumaker2015-02-041-0/+1
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-281-1/+1
* cgroup-util: shorten cg_path_get_sessionZbigniew Jędrzejewski-Szmek2014-08-301-1/+2
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-3/+3
* test: fix "make check"Lennart Poettering2014-02-121-16/+0
* bus: properly shift cgroup data returned from kdbus by the container's root b...Lennart Poettering2013-12-241-0/+16
* Fix extraction of _SYSTEMD_USER_UNITZbigniew Jędrzejewski-Szmek2013-12-221-3/+16
* journald: cache cgroup root path, instead of querying it on every incoming lo...Lennart Poettering2013-12-111-4/+3
* test: cgroup-util - do not fail if cpu controller is not availableKay Sievers2013-12-081-1/+2
* test: Make testing work on systems without or old systemdHolger Hans Peter Freyther2013-08-221-2/+3
* cgroup: simplify how instantiated units are mapped to cgroupsLennart Poettering2013-07-111-9/+14
* libsystemd-logind: fix detection of session/user/machine of a PIDLennart Poettering2013-07-021-16/+16
* login: add an api to determine the slice a PID is located in to libsystemd-loginLennart Poettering2013-06-211-3/+5
* logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering2013-06-201-25/+64
* core: add new .slice unit type for partitioning systemsLennart Poettering2013-06-171-0/+20
* cgroup: when escaping a cgroup object name, also escape names that start with...Lennart Poettering2013-05-031-0/+4
* cgls: add --machine/-MZbigniew Jędrzejewski-Szmek2013-05-011-1/+1
* cgroup: always validate cgroup controller namesLennart Poettering2013-04-241-0/+14
* cgroup: make sure all our cgroup objects have a suffix and are properly escapedLennart Poettering2013-04-221-7/+33
* nspawn: suffix the nspawn cgroups with ".nspawn"Lennart Poettering2013-04-221-0/+40
* nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...Lennart Poettering2013-04-161-10/+30