summaryrefslogtreecommitdiff
path: root/src/core/cgroup.c
AgeCommit message (Expand)Author
2015-09-16cgroup: add support for net_cls controllersDaniel Mack
2015-09-11cgroup: unify how we invalidate cgroup controller settingsLennart Poettering
2015-09-11core: refactor cpu shares/blockio weight cgroup logicLennart Poettering
2015-09-10core: add support for the "pids" cgroup controllerLennart Poettering
2015-09-08cgroups: make sure the "devices" controller's enum is named the same way as t...Lennart Poettering
2015-09-04cgroups: delegation to unprivileged services is safe in the unified hierarchyLennart Poettering
2015-09-04core: split up manager_get_unit_by_pid()Lennart Poettering
2015-09-04macro: introduce new PID_TO_PTR macros and make use of themLennart Poettering
2015-09-02tree-wide: fix indentationThomas Hindoe Paaboel Andersen
2015-09-01core: unified cgroup hierarchy supportLennart Poettering
2015-09-01core: when looking for the unit for a process, look at the PID hashmaps firstLennart Poettering
2015-09-01cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering
2015-09-01units: enable waiting for unit termination in certain casesLennart Poettering
2015-08-31unit: add new macros to test for unit contextsLennart Poettering
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-03-02core: expose consumed CPU time per unitLennart Poettering
2015-01-31core/cgroup: fix embarrassing typoZbigniew Jędrzejewski-Szmek
2015-01-26treewide: fix multiple typosTorstein Husebø
2015-01-19cgroup: fix typoDaniel Mack
2015-01-05cgroup: memory limits on / are not supportedZbigniew Jędrzejewski-Szmek
2015-01-05cgroup: fix error messageZbigniew Jędrzejewski-Szmek
2015-01-05cgroup: downgrade log messages when we cannot write to cgroup trees that are ...Lennart Poettering
2014-12-10scope: make attachment of initial PIDs a bit more robustLennart Poettering
2014-12-10core: don't migrate PIDs for units that may contain subcgroups, do this only ...Lennart Poettering
2014-12-09core: rename unit_destroy_cgroup() to unit_destroy_cgroup_if_empty() since it...Lennart Poettering
2014-12-09cgroup: Handle error when destroying cgroupRoss Lagerwall
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-05core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering
2014-09-29Do not format USEC_INFINITY as NULLZbigniew Jędrzejewski-Szmek
2014-08-22core: split up "starting" manager state into "initializing" and "starting"Lennart Poettering
2014-08-15cgroup: only generate warnings if actually writing to cgroup attributes failedLennart Poettering
2014-08-15cgroup: downgrade log messages about non-existant cgroup attributes to LOG_DEBUGLennart Poettering
2014-07-29time-util: add and use USEC/NSEC_INFINIYKay Sievers
2014-07-20test-engine: fix access to unit load pathZbigniew Jędrzejewski-Szmek
2014-05-22cgroups: simplify CPUQuota= logicLennart Poettering
2014-05-22cgroups: always propagate controller membership to siblings, for all controllersLennart Poettering
2014-05-22cgroup: rework startup logicLennart Poettering
2014-05-22core: add startup resource control optionWaLyong Cho
2014-05-08core: check the right variable for failed open()Łukasz Stelmach
2014-05-05core: require cgroups filesystem to be availableKay Sievers
2014-04-25core: expose CFS CPU time quota as high-level unit propertiesLennart Poettering
2014-03-19core: make sure we can combine DevicePolicy=closed with PrivateDevices=yesLennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-11core: support globbing matches in DeviceAllow= when checking for device groupsLennart Poettering
2014-02-24cgroup: certain cgroup attributes are not available in the root cgroup, hence...Lennart Poettering