summaryrefslogtreecommitdiff
path: root/src/basic/cgroup-util.h
Commit message (Expand)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* cgroup-util: add cg_get_attribute_as_bool() helperAnita Zhang2020-10-071-0/+3
* core: add ManagedOOM*= properties to configure systemd-oomd on the unitAnita Zhang2020-10-071-0/+10
* core: introduce support for cgroup freezerMichal Sekletár2020-04-301-0/+1
* basic/cgroup-util: introduce cg_get_keyed_attribute_full()Michal Sekletár2020-04-291-1/+23
* cgroup-util: cg_get_xattr_malloc helperAnita Zhang2020-03-241-0/+1
* cgroup-util: helper to cg_get_attribute and convert to uint64_tAnita Zhang2020-03-241-0/+2
* basic/cgroup-util: modernize cg_split_spec()Zbigniew Jędrzejewski-Szmek2020-03-101-1/+1
* cgroup-util: add new cg_remove_xattr() for removing xattr from cgroupLennart Poettering2019-11-201-0/+1
* logind: drop unused user_tasks_max fieldZbigniew Jędrzejewski-Szmek2019-11-141-3/+0
* core: make TasksMax a partially dynamic propertyZbigniew Jędrzejewski-Szmek2019-11-141-1/+0
* Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variableZbigniew Jędrzejewski-Szmek2019-10-031-27/+4
|\
| * util-lib: move some functions from basic/cgroup-util to shared/cgroup-setupZbigniew Jędrzejewski-Szmek2019-09-161-26/+0
| * basic/cgroup-util: let cgroup_unified_flush() return the detected hierarchyZbigniew Jędrzejewski-Szmek2019-09-161-1/+4
* | cgroup: introduce support for cgroup v2 CPUSET controllerPavel Hrdina2019-09-241-1/+3
|/
* service: make killmode=cgroup|mixed, SendSIGKILL=no services singletonsDaniel Black2019-01-291-1/+1
* tree-wide: always declare bitflag enums the same wayLennart Poettering2019-01-071-3/+3
* cgroup: s/cgroups? ?v?([0-9])/cgroup v\1/gIChris Down2019-01-031-3/+3
* cgroup: be more careful with which controllers we can enable/disable on a cgroupLennart Poettering2018-11-231-1/+1
* cgroup v2: Don't require CPU controller for CPU accounting in 4.15+Chris Down2018-11-181-0/+3
* cgroup: add new helper that knows which controllers are mounted togetherLennart Poettering2018-11-161-0/+9
* basic/cgroup-util: remove two unnecessary includesZbigniew Jędrzejewski-Szmek2018-11-141-2/+0
* cgroup-util: make definition of CGROUP_CONTROLLER_TO_MASK() unsignedLennart Poettering2018-10-261-1/+1
* cgroup-util: add mask definitions for sets of controllers supported by cgroup...Lennart Poettering2018-10-261-0/+10
* core: support cgroup v2 device controllerRoman Gushchin2018-10-091-0/+2
* core: refactor bpf firewall support into a pseudo-controllerRoman Gushchin2018-10-091-0/+6
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* cgroup-util: rework cg_get_keyed_attribute() a bitLennart Poettering2018-02-091-1/+1
* cgroup-util: merge cg_set_tasks_access() and cg-set_group_access() into oneLennart Poettering2017-11-251-2/+1
* cgroup-util: move Set* allocation into cg_kernel_controllers()Lennart Poettering2017-11-211-1/+1
* cgroup: move cgroup controller names def.h → cgroup-util.hLennart Poettering2017-11-211-0/+4
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* cgroup-util: add brief comments clarifying which controllers are v2-only and ...Lennart Poettering2017-11-131-4/+4
* core: introduce cg_mask_from_string()/cg_mask_to_string()Franck Bui2017-05-041-0/+2
* cgroup: rename cg_unified() → cg_unified_controller()Lennart Poettering2017-02-241-1/+1
* cgroup: change cg_unified() to possibly return errors againLennart Poettering2017-02-241-3/+3
* Rename cg_is_unified_systemd_controller_wanted to cg_is_hybrid_wantedZbigniew Jędrzejewski-Szmek2017-02-221-1/+1
* core: make hybrid cgroup unified mode keep compat /sys/fs/cgroup/systemd hier...Tejun Heo2017-02-201-1/+1
* core: simplify cg_[all_]unified()Tejun Heo2017-02-181-3/+3
* nspawn: cleanup and chown the synced cgroup hierarchy (#4223)Evgeny Vereshchagin2016-10-131-0/+4
* core: add "invocation ID" concept to service managerLennart Poettering2016-10-071-0/+3
* Merge pull request #3965 from htejun/systemd-controller-on-unifiedZbigniew Jędrzejewski-Szmek2016-08-191-1/+11
|\
| * core: use the unified hierarchy for the systemd cgroup controller hierarchyTejun Heo2016-08-171-0/+10
| * core: rename cg_unified() to cg_all_unified()Tejun Heo2016-08-151-1/+1
* | logind: update empty and "infinity" handling for [User]TasksMax (#3835)Tejun Heo2016-08-181-0/+4
|/
* core: add cgroup CPU controller support on the unified hierarchyTejun Heo2016-08-071-0/+1
* Merge pull request #3589 from brauner/cgroup_namespaceLennart Poettering2016-07-251-0/+2
|\
| * cgroup: detect cgroup namespacesChristian Brauner2016-07-091-0/+2