summaryrefslogtreecommitdiff
path: root/src/basic/cgroup-util.c
Commit message (Expand)AuthorAge
* Replace free and nullify by mfreeDaniel Lockyer2017-11-24
* cgroup: properly determine cgroups zombie processes belong toLennart Poettering2017-11-17
* Some minor cleanupsSven Eden2018-03-07
* Prep v235.3 : Fix cgroup hierarchy detection codeSven Eden2018-01-18
* If elogind is just started, /sys/fs/cgroup/elogind might not exist, yet on le...Sven Eden2018-01-15
* Prep 235: Make cgroups2 available, hybrid mode already works.Sven Eden2018-01-10
* Prep 235: Enabled sd_bus_creds_get_slice(), sd_bus_creds_get_user_slice(), sd...Sven Eden2018-01-09
* Prep 235: Enabled sd_peer_get_slice() and sd_pid_get_slice() to at least try ...Sven Eden2018-01-09
* Prep 235: Although systemd slices are unsupported, make cg_path_get_slice() a...Sven Eden2018-01-09
* Prep 235: Implement an alternative approach for sd_pid_get_owner_uid(), makin...Sven Eden2017-12-13
* Fix various build failures with the latest systemd updates.Sven Eden2017-12-08
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-12-08
* Apply updates from upstreamSven Eden2017-12-07
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-11-23
* cgroup: rework which files we chown() on delegationLennart Poettering2017-09-22
* cgroup-util: downgrade log messages from library code to LOG_DEBUGLennart Poettering2017-11-21
* cgroup, unit, fragment parser: make use of new firewall functionsDaniel Mack2017-11-21
* Add abstraction model for BPF programsDaniel Mack2017-11-20
* cgroup-util: minor coding style adjustmentLennart Poettering2017-09-04
* v235: Added missing updatesSven Eden2017-11-19
* cgroup-util: replace one use of fgets() by read_line()Lennart Poettering2017-09-25
* cgroup: rework which files we chown() on delegationLennart Poettering2017-09-22
* cgroup-util: downgrade log messages from library code to LOG_DEBUGLennart Poettering2017-09-25
* Prep v235: Add missing includes and dependencies.Sven Eden2017-08-14
* Prep v235: Apply upstream fixes (3/10) [src/basic]Sven Eden2017-08-14
* Prep v234: Eventually fix the cgroup stuff. elogind is not init.Sven Eden2017-07-27
* Prep v234: Apply missing upstream fixes in src/basic (1/6)Sven Eden2017-07-25
* Be slightly more verbose in error messageZbigniew Jędrzejewski-Szmek2017-07-25
* core: introduce cg_mask_from_string()/cg_mask_to_string()Franck Bui2017-07-25
* Prep v233.3: Unmask various functions for future coverage tests.Sven Eden2017-07-19
* Prep v233: Add missing updates from upstream in src/basicSven Eden2017-07-17
* cgroup: rework cg_all_unified()Lennart Poettering2017-07-17
* cgroup: rename cg_update_unified() → cg_unified_update()Lennart Poettering2017-07-17
* cgroup: rename cg_unified() → cg_unified_controller()Lennart Poettering2017-07-17
* cgroup: change cg_unified() to possibly return errors againLennart Poettering2017-07-17
* cgroup-util: check unified_cache before invoking streq()Lennart Poettering2017-07-17
* cgroup-util: fix the case of default=unified, unified-cgroup-hierarchy=0Zbigniew Jędrzejewski-Szmek2017-07-17
* cgroup-util: cache all cg_is_*_wanted answers, disable /sys/fs/cgroups/unifie...Zbigniew Jędrzejewski-Szmek2017-07-17
* cgroup-util: fix the reversed return value of cg_is_unified_elogind_contoller...Zbigniew Jędrzejewski-Szmek2017-07-17
* core/mount-setup: if unified hierarchy is not supported, fall back to legacyZbigniew Jędrzejewski-Szmek2017-07-17
* Rename cg_is_unified_elogind_controller_wanted to cg_is_hybrid_wantedZbigniew Jędrzejewski-Szmek2017-07-17
* pid1: add ./configure switch to select default cgroup hierarchyZbigniew Jędrzejewski-Szmek2017-07-17
* fs-util: unify code we use to check if dirent's d_name is "." or ".."Lennart Poettering2017-07-17
* util-lib: various improvements to kernel command line parsingLennart Poettering2017-07-17
* core: keep supporting cgroup hybrid layout from v232 for live upgradesTejun Heo2017-07-17
* core: make SYSTEMD_CGROUP_CONTROLLER a special stringTejun Heo2017-07-17
* core: simplify cg_[all_]unified()Tejun Heo2017-07-17
* core: make hybrid cgroup unified mode keep compat /sys/fs/cgroup/elogind hier...Tejun Heo2017-07-17
* core: don't use the unified hierarchy for the elogind cgroup yet (#4628)Martin Pitt2017-07-17
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2017-07-17