summaryrefslogtreecommitdiff
path: root/src/core/cgroup.h
AgeCommit message (Expand)Author
2015-09-04core: split up manager_get_unit_by_pid()Lennart Poettering
2015-09-01core: unified cgroup hierarchy supportLennart Poettering
2015-09-01units: enable waiting for unit termination in certain casesLennart Poettering
2015-03-02core: expose consumed CPU time per unitLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-12Add missing includes in header filesThomas Hindoe Paaboel Andersen
2014-12-10scope: make attachment of initial PIDs a bit more robustLennart Poettering
2014-12-09core: rename unit_destroy_cgroup() to unit_destroy_cgroup_if_empty() since it...Lennart Poettering
2014-11-05core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering
2014-05-22cgroups: simplify CPUQuota= logicLennart Poettering
2014-05-22cgroup: rework startup logicLennart Poettering
2014-05-22core: add startup resource control optionWaLyong Cho
2014-04-25core: expose CFS CPU time quota as high-level unit propertiesLennart Poettering
2014-02-17core: rework cgroup mask propagationLennart Poettering
2013-11-22cgroups: Cache controller masks and optimize queues.David Strauss
2013-09-17cgroup: get rid of MemorySoftLimit=Lennart Poettering
2013-07-01cgroup: readd proper cgroup empty trackingLennart Poettering
2013-06-27core: general cgroup reworkLennart Poettering
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2013-01-14core: add bus API and systemctl commands for altering cgroup parameters durin...Lennart Poettering
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-05-03service: explicitly remove control/ subcgroup after each control commandLennart Poettering
2012-04-16logind: remove redundant entries from logind's default controller lists tooLennart Poettering
2012-04-16manager: remove unavailable/redundant entries from default controllers listLennart Poettering
2012-04-13service: place control command in subcgroup control/Lennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11move libsystemd_core.la sources into core/Kay Sievers