summaryrefslogtreecommitdiff
path: root/src/core/cgroup.c
AgeCommit message (Expand)Author
2016-04-12core: remove ManagerRunningAs enumLennart Poettering
2016-03-26core: update populated event handling in unified hierarchyTejun Heo
2016-02-10cgroup: remove support for NetClass= directiveDaniel Mack
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-17core: don't generate warnings when write access to the cgroup fs fails in --u...Lennart Poettering
2015-10-27util-lib: move inotify-related definitions to fs-util.[ch]Lennart Poettering
2015-10-27process-util: rename get_parent_of_pid() → get_process_ppid()Lennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
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