summaryrefslogtreecommitdiffstats
path: root/src/api.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* I tested a cgrlesengd daemon with huge load, which makes many 'su',Ken'ichi Ohmichi2009-05-081-4/+6
* libcgroup: Add new API to walk tasksDhaval Giani2009-04-221-0/+68
* Fix a few compilation warnings in api.cBharata B Rao2009-04-131-0/+4
* Fix the lacks of pthread_rwlock_unlock() calls.Ken'ichi Ohmichi2009-04-131-63/+43
* Here is the v2 of the patch which introduces APIs to read controllerBharata B Rao2009-04-011-0/+102
* Add free() call for error handling.Ken'ichi Ohmichi2009-03-311-2/+2
* Add fclose() calls for error handlingKen'ichi Ohmichi2009-03-311-2/+5
* Distribute files to various subdirectoriesJan Safranek2009-03-261-0/+2320