summaryrefslogtreecommitdiff
path: root/src/basic/cgroup-util.c
Commit message (Expand)AuthorAgeFilesLines
* core: add bpf-foreign cgroup mask and harnessJulia Kartseva2021-04-091-0/+1
* tree-wide: use the same comment for work-around initializationsZbigniew Jędrzejewski-Szmek2021-04-071-1/+1
* basic/cgroup-util: silence gcc warning about unitialized variableZbigniew Jędrzejewski-Szmek2021-03-311-1/+2
* tree-wide: use read_full_virtual_file() where appropriateLennart Poettering2021-03-171-1/+1
* cg_unified_cached: return ENOMEDIUM if we cannot find a known hierarchyMike Gilbert2021-03-171-1/+7
* basic/group-util: optimize alloca useZbigniew Jędrzejewski-Szmek2021-03-111-7/+5
* Merge pull request #18553 from Werkov/cgroup-user-instance-controllersZbigniew Jędrzejewski-Szmek2021-03-101-42/+43
|\
| * core: Make (user) instance aware of delegated cgroup controllersMichal Koutný2021-02-111-14/+27
| * cgroup: Simplify cg_get_path_and_checkMichal Koutný2021-02-111-34/+22
* | basic: tighten two filename length checksLennart Poettering2021-03-081-1/+1
* | tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* | Merge pull request #18401 from anitazha/oomdxattrZbigniew Jędrzejewski-Szmek2021-02-131-0/+41
|\ \ | |/ |/|
| * oom: implement avoid/omit xattr supportAnita Zhang2021-02-091-0/+33
| * cgroup-util: add ManagedOOMPreference enum to use between pid1 and oomdAnita Zhang2021-02-091-0/+8
* | tree-wide: replace strverscmp() and str_verscmp() with strverscmp_improved()Yu Watanabe2021-02-091-1/+1
|/
* treewide: tighten variable scope in loops (#18372)Susant Sahani2021-01-271-5/+3
* string-util: imply NULL termination of strextend() argument listLennart Poettering2021-01-061-2/+2
* tree-wide: fix "a the" or "the a"Yu Watanabe2020-11-131-3/+2
* 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/+20
* core: add ManagedOOM*= properties to configure systemd-oomd on the unitAnita Zhang2020-10-071-0/+7
* basic/cgroup-util: port over to string_contains_word()Zbigniew Jędrzejewski-Szmek2020-09-091-23/+13
* core: introduce support for cgroup freezerMichal Sekletár2020-04-301-3/+15
* basic/cgroup-util: introduce cg_get_keyed_attribute_full()Michal Sekletár2020-04-291-3/+10
* cgroup-util: check for SYSFS_MAGIC when detecting cgroup formatDan Streetman2020-04-251-0/+3
* cgroup-util: cg_get_xattr_malloc helperAnita Zhang2020-03-241-0/+19
* cgroup-util: helper to cg_get_attribute and convert to uint64_tAnita Zhang2020-03-241-0/+26
* basic/cgroup-util: modernize cg_split_spec()Zbigniew Jędrzejewski-Szmek2020-03-101-59/+35
* cgroup-util: add new cg_remove_xattr() for removing xattr from cgroupLennart Poettering2019-11-201-0/+17
* tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe2019-11-041-2/+0
* tree-wide: drop dirent.h when dirent-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+1
* Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variableZbigniew Jędrzejewski-Szmek2019-10-031-873/+22
|\
| * util-lib: move some functions from basic/cgroup-util to shared/cgroup-setupZbigniew Jędrzejewski-Szmek2019-09-161-846/+0
| * basic/cgroup-util: let cgroup_unified_flush() return the detected hierarchyZbigniew Jędrzejewski-Szmek2019-09-161-33/+28
* | cgroup-util: fix obsolete comment about supported controllersPavel Hrdina2019-09-241-2/+1
* | cgroup: introduce support for cgroup v2 CPUSET controllerPavel Hrdina2019-09-241-0/+1
* | tree-wide: various code-formatting improvementsFrantisek Sumsal2019-09-221-3/+1
|/
* cgroup-util: update comment to reflect stable kernel fixesTopi Miettinen2019-08-191-1/+2
* Apply empty_to_root() in three more spots for safetyZbigniew Jędrzejewski-Szmek2019-07-151-2/+2
* util-lib: fix commentLennart Poettering2019-07-121-3/+2
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* tree-wide: make use of errno_or_else() everywhereLennart Poettering2019-07-111-6/+4
* Merge pull request #12836 from yuwata/tree-wide-replace-strjoinLennart Poettering2019-06-221-11/+11
|\
| * tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-11/+11
* | cgroup-util: kill also threadsTopi Miettinen2019-06-221-5/+35
* | util: use extract_first_word() instead of strsep()Yu Watanabe2019-06-201-11/+21
|/
* codespell: fix spelling errorsBen Boeckel2019-04-291-2/+2
* Make fopen_temporary and fopen_temporary_label unlockedZbigniew Jędrzejewski-Szmek2019-04-121-1/+0