summaryrefslogtreecommitdiff
path: root/src/core/cgroup.c
AgeCommit message (Expand)Author
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
2014-02-22cgroup: Extend DeviceAllow= syntax to whitelist groups of devices, not just p...Lennart Poettering
2014-02-19update TODOLennart Poettering
2014-02-17doc: update punctuationJan Engelhardt
2014-02-17core: find the closest parent slice that has a specfic cgroup controller enab...Lennart Poettering
2014-02-17core: rework cgroup mask propagationLennart Poettering
2013-11-22cgroups: Cache controller masks and optimize queues.David Strauss
2013-11-09systemd: fix memory leak in cgroup codeZbigniew Jędrzejewski-Szmek
2013-11-06Comment spelling fixes.David Strauss
2013-11-06cgroup: run PID 1 in the root cgroupLennart Poettering
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-09-25cgroup: if we do a cgroup operation then do something on all supported contro...Lennart Poettering
2013-09-23cgroup: always enable memory.use_hierarchy= for all cgroups in the memory hie...Lennart Poettering
2013-09-17cgroup: get rid of MemorySoftLimit=Lennart Poettering
2013-09-16cgroup: add missing equals for BlockIOWeightGao feng