summaryrefslogtreecommitdiff
path: root/src/basic/cgroup-util.c
AgeCommit message (Expand)Author
2015-09-04cgroup: fix potential access of uninitialized variableLennart Poettering
2015-09-04cgroup-util: make cg_pid_get_path() return -ENODATA when controller can't be ...Lennart Poettering
2015-09-04cgroup: fix potential bad memory accessLennart Poettering
2015-09-04cgroup: make sure cg_is_empty_recursive() returns 1 for non-existing cgroupsLennart Poettering
2015-09-04cgroup: when comparing agent paths, use path_equal()Lennart Poettering
2015-09-04cgroup: move controller to dirname translation into join_path_legacy()Lennart Poettering
2015-09-04macro: introduce new PID_TO_PTR macros and make use of themLennart Poettering
2015-09-03cg_get_path: Removed unreachable statementreverendhomer
2015-09-02tree-wide: fix indentationThomas Hindoe Paaboel Andersen
2015-09-01core: unified cgroup hierarchy supportLennart Poettering
2015-09-01cgroup: the root cgroup is always populatedLennart Poettering
2015-09-01cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering
2015-09-01cgroup: small cleanups and coding style fixesLennart Poettering
2015-09-01cgroup: don't allow hidden cgroupsLennart Poettering
2015-09-01cgroup: never migrate kernel threads out of the root cgroupLennart Poettering
2015-08-03tree-wide: convert some more mfree() candidatesDaniel Mack
2015-07-06fileio: consolidate write_string_file*()Daniel Mack
2015-06-18cgroup-util: actually use the path callbackThomas Hindoe Paaboel Andersen
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers