summaryrefslogtreecommitdiffstats
path: root/api.c
Commit message (Expand)AuthorAgeFilesLines
* libcgroup: check for return code of fprintf()Dhaval Giani2008-08-131-4/+30
* libcgroup: Extend cgroup_get_cgroup for uids as well.Dhaval Giani2008-08-121-3/+55
* libcgroup: Fix segmentation fault in cgroup_init() -take2Dhaval Giani2008-08-091-2/+6
* libcgroup: Add new API to get cgroup data structure from filesystemDhaval Giani2008-08-061-0/+153
* libcgroup: Add more debug statementsDhaval Giani2008-07-291-4/+14
* libcgroup: Fix up rentrant functions patch.Dhaval Giani2008-07-231-3/+17
* libcgroup: Ensure global data is protectedDhaval Giani2008-07-211-13/+44
* libcgroup: Make libcgroup use rentrant functionsDhaval Giani2008-07-211-5/+15
* libcgroup: fix return value in cg_set_conrol_valueDhaval Giani2008-07-211-1/+1
* libcgroup: Fix segmentation fault in cgroup_attach_task_pidDhaval Giani2008-07-081-1/+1
* libcgroup: Handle null cgroups in APIsDhaval Giani2008-07-081-0/+9
* From: Sudhir Kumar <sudhir@linux.vnet.ibm.com>Dhaval Giani2008-07-011-4/+4
* libcgroup: Fix segmentation fault in APIs.Dhaval Giani2008-06-111-20/+13
* Some bugs were missed in v0.1b. Fixing those bugs and taggingDhaval Giani2008-06-101-6/+60
* Fix more api.c warningsBalbir Singh2008-05-301-4/+12
* Fix api.c warnings, include wrapper.c in Makefile. More changes toBalbir Singh2008-05-301-29/+7
* Add v0.1b tagBalbir Singh2008-05-241-22/+29
* Multiple mount point support. Patches built on top of Dhaval'a patches.Balbir Singh2008-05-171-102/+211
* Remove merge comments and left overs from previous mergeBalbir Singh2008-05-111-15/+0
* Merge with Dhaval's branchBalbir Singh2008-05-111-3/+16
* chown recursive routines need to return zero on successBalbir Singh2008-04-211-3/+3
* Miscellaneous scripts and libcg bug fixesBalbir Singh2008-04-181-2/+5
* api.c | 23 +++++++++++++++--------Balbir Singh2008-04-161-8/+15
* Got recursive chown to work. API needs more changes to be able to ignoreBalbir Singh2008-04-121-7/+9
* Several bug fixes, some API enhancements.Balbir Singh2008-04-111-28/+133
* This patch fixes file handle leaks as noticed by Paul Menage.Balbir Singh2008-04-101-20/+8
* This patch modifies libcg to use the new cgroup data structure.Balbir Singh2008-04-071-80/+70
* Dhaval's API changes, phase 1, prototypeBalbir Singh2008-04-051-0/+347