summaryrefslogtreecommitdiffstats
path: root/src/api.c
Commit message (Expand)AuthorAgeFilesLines
* libcgroup: Dont assign values to variables inside if conditionsDhaval Giani2010-03-261-2/+4
* libcgroup: Fix coding style issues in api.cDhaval Giani2010-03-261-55/+57
* don't export functions that should not be exportedLennart Poettering2010-03-261-3/+3
* api: don't keep one copy of the mount table per .c fileLennart Poettering2010-03-261-0/+3
* unexport a couple of variables that don't need to be exportedLennart Poettering2010-03-261-1/+1
* api: bzero is obsolete BSD, use memset insteadLennart Poettering2010-03-261-1/+1
* make functions without arguments proper C99 functionsLennart Poettering2010-03-261-6/+6
* add a couple of FIXMEs to broken codeLennart Poettering2010-03-261-0/+9
* add const where applicable, drop const where unnecessaryLennart Poettering2010-03-261-28/+28
* Split header file IIIJan Safranek2010-03-211-0/+1
* Make the error stings constJan Safranek2010-03-081-2/+2
* [PATCH-v2] Add the write error handling to cg_set_control_value().Ken'ichi Ohmichi2010-01-281-2/+9
* libcgroup: Modify the APIs to use the namespaceDhaval Giani2010-01-071-1/+7
* libcgroup: Setup the namespace datastructuresDhaval Giani2010-01-071-3/+7
* libcgroup: Remove assert in cgroup_strerror()Dhaval Giani2010-01-041-1/+1
* Fix reading of empty parameter valuesJan Safranek2009-12-221-3/+7
* Fix error text on failed reading of parameter.Jan Safranek2009-12-221-1/+1
* libcgroup: trivial: Fix typoDhaval Giani2009-12-161-1/+1
* Fix cgroup_get_all_controller_{begin, next, end} apiIvana Hutarova Varekova2009-12-161-9/+0
* Cleanup: Define ECGRULESPARSEFAIL for the parser error of cgrules.conf.Ken'ichi Ohmichi2009-11-111-2/+2
* Remove VERSION macro from api.cJan Safranek2009-08-291-11/+0
* Shorten error text of ECGOTHERJan Safranek2009-08-291-4/+1
* libcgroup: Fix compile errorDhaval Giani2009-08-061-1/+1
* add api for generating the list of all controllers (not only mount ones)Ivana Hutarova Varekova2009-08-061-0/+76
* Add recursive cgroup_delete_cgroup_ext.Jan Safranek2009-08-061-26/+124
* Split cgroup removal to separate functions.Jan Safranek2009-08-061-49/+154
* RFC: Fix cgroup_find_parent functionJan Safranek2009-08-061-31/+57
* Cleanup: find better name for CGRULE_CGRED_TEMP_FILEJan Safranek2009-07-011-2/+2
* Fix cgroup_find_matching_rule() call.Ken'ichi Ohmichi2009-06-301-1/+1
* Cleanup: Clarify the number meanings of string length.Ken'ichi Ohmichi2009-06-291-4/+4
* Add the library function cgroup_register_unchanged_process().Ken'ichi Ohmichi2009-06-291-0/+42
* Add the key "process name" to find a matching rule.Ken'ichi Ohmichi2009-06-291-59/+95
* Add the parser of process name in /etc/cgrules.conf.Ken'ichi Ohmichi2009-06-291-4/+45
* Add cgroup_get_procname_from_procfs() for getting a process name.Ken'ichi Ohmichi2009-06-291-0/+188
* libcgroup: Introduce an API to get the mount point of a specific subsystemDhaval Giani2009-06-261-0/+28
* Fix some warnings.Ken'ichi Ohmichi2009-06-251-2/+1
* libcgroup: Introduce get_controller APIDhaval Giani2009-06-181-0/+74
* libcgroup: Use double pointers everywhere in the get_task APIsDhaval Giani2009-06-181-3/+3
* libcgroup: Introduce post order walkDhaval Giani2009-06-181-4/+13
* libcgroup: Add flags to the walk_tree handleDhaval Giani2009-06-181-10/+50
* cgconfigparser: Change mkdir in cgroup_config_mount_fs to mkdir -pDhaval Giani2009-06-181-1/+1
* Prevent to add multiple versions of the same controller to mount_tableIvana Varekova2009-06-181-0/+18
* Cleanup: Integrate similar code to cgroup_get_uid_gid_from_procfs().Ken'ichi Ohmichi2009-06-081-0/+55
* Cleanup: Rename "name" to "username" in struct cgroup_rule.Ken'ichi Ohmichi2009-06-081-8/+9
* Cleanup: Add cg_skip_unused_charactors_in_rule().Ken'ichi Ohmichi2009-06-081-16/+29
* Cleanup: Use sizeof() in memset().Ken'ichi Ohmichi2009-06-081-23/+5
* Cleanup: Remove unnecessary strlen() in strncpy().Ken'ichi Ohmichi2009-06-081-2/+3
* Cleanup: make the indent of cgroup_init()shallower.Ken'ichi Ohmichi2009-05-181-22/+20
* Fix the error handling if failing to open/etc/cgrules.conf.Ken'ichi Ohmichi2009-05-181-4/+5
* Fix ECGOTHER error messageIvana Varekova2009-05-081-2/+2