summaryrefslogtreecommitdiff
path: root/src/basic/cgroup-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: check if errno is greater than zero (2)Zbigniew Jędrzejewski-Szmek2016-01-131-2/+2
* tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek2016-01-131-1/+1
* tree-wide: use xsprintf() where applicableDaniel Mack2016-01-121-1/+2
* tests: turn check if manager cannot be intialized into macroZbigniew Jędrzejewski-Szmek2015-12-021-1/+1
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-3/+3
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+6
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* stat-util.h: move F_TYPE_EQUAL() macro definition to stat-util.hLennart Poettering2015-10-271-1/+2
* util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: split out extract_first_word() and related calls into extract-word.[ch]Lennart Poettering2015-10-241-12/+13
* cgroup: add support for net_cls controllersDaniel Mack2015-09-161-0/+1
* core: refactor cpu shares/blockio weight cgroup logicLennart Poettering2015-09-111-0/+40
* core: add support for the "pids" cgroup controllerLennart Poettering2015-09-101-3/+5
* cgroups: make sure the "devices" controller's enum is named the same way as t...Lennart Poettering2015-09-081-1/+1
* cgroup-util: fix devices controllerMartin Pitt2015-09-081-1/+1
* nspawn: enable all controllers we can for the "payload" subcgroup we createLennart Poettering2015-09-041-1/+1
* cgroup: always read the supported controllers from the root cgroup of the loc...Lennart Poettering2015-09-041-2/+10
* cgroup: fix potential access of uninitialized variableLennart Poettering2015-09-041-1/+1
* cgroup-util: make cg_pid_get_path() return -ENODATA when controller can't be ...Lennart Poettering2015-09-041-1/+1
* cgroup: fix potential bad memory accessLennart Poettering2015-09-041-2/+2
* cgroup: make sure cg_is_empty_recursive() returns 1 for non-existing cgroupsLennart Poettering2015-09-041-0/+2
* cgroup: when comparing agent paths, use path_equal()Lennart Poettering2015-09-041-1/+1
* cgroup: move controller to dirname translation into join_path_legacy()Lennart Poettering2015-09-041-16/+13
* macro: introduce new PID_TO_PTR macros and make use of themLennart Poettering2015-09-041-5/+5
* cg_get_path: Removed unreachable statementreverendhomer2015-09-031-4/+1
* tree-wide: fix indentationThomas Hindoe Paaboel Andersen2015-09-021-1/+1
* core: unified cgroup hierarchy supportLennart Poettering2015-09-011-235/+517
* cgroup: the root cgroup is always populatedLennart Poettering2015-09-011-0/+4
* cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering2015-09-011-20/+13
* cgroup: small cleanups and coding style fixesLennart Poettering2015-09-011-24/+36
* cgroup: don't allow hidden cgroupsLennart Poettering2015-09-011-1/+1
* cgroup: never migrate kernel threads out of the root cgroupLennart Poettering2015-09-011-0/+8
* tree-wide: convert some more mfree() candidatesDaniel Mack2015-08-031-6/+3
* fileio: consolidate write_string_file*()Daniel Mack2015-07-061-6/+6
* cgroup-util: actually use the path callbackThomas Hindoe Paaboel Andersen2015-06-181-1/+1
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+1917