summaryrefslogtreecommitdiff
path: root/src/basic/cgroup-util.c
AgeCommit message (Expand)Author
2016-05-25stuffLuke Shumaker
2016-02-10cgroup: remove support for NetClass= directiveDaniel Mack
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-13tree-wide: check if errno is greater than zero (2)Zbigniew Jędrzejewski-Szmek
2016-01-13tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack
2015-12-02tests: turn check if manager cannot be intialized into macroZbigniew Jędrzejewski-Szmek
2015-12-01basic: re-sort includesThomas Hindoe Paaboel Andersen
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27stat-util.h: move F_TYPE_EQUAL() macro definition to stat-util.hLennart Poettering
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-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-10-24util: split out extract_first_word() and related calls into extract-word.[ch]Lennart Poettering
2015-09-16cgroup: add support for net_cls controllersDaniel Mack
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-08cgroup-util: fix devices controllerMartin Pitt
2015-09-04nspawn: enable all controllers we can for the "payload" subcgroup we createLennart Poettering
2015-09-04cgroup: always read the supported controllers from the root cgroup of the loc...Lennart Poettering
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