summaryrefslogtreecommitdiffstats
path: root/api.c
Commit message (Expand)AuthorAgeFilesLines
* libcgroup: Better error reporting for libcgroupDhaval Giani2008-12-091-0/+32
* Merge several bug-fixes and cleanups. No version bump yet, since this isBalbir Singh2008-10-151-21/+36
* libcgroup: Change how cgroup_get_cgroup worksDhaval Giani2008-09-291-13/+25
* Configuration rewrite to use the main cgroups API and several bug fixesBalbir Singh2008-09-291-17/+73
* The automatic classification engine (cgexec, cgclassify, pam_cgroup)Balbir Singh2008-09-291-0/+86
* Merge the cgruleseng daemon from Steve OlivieriBalbir Singh2008-09-261-180/+628
* Once we build the path, we don't have all the room in path anymore.Balbir Singh2008-09-201-2/+4
* Fix a warning in api.c, where we ignore the fscanf value.Balbir Singh2008-09-201-1/+6
* More fixes to the earlier attempt to create new cgroup inheriting parent'sBalbir Singh2008-08-221-16/+74
* This patch adds cgroup_create_cgroup_from_parent() API. I've tested itBalbir Singh2008-08-221-10/+154
* libcgroup: Some libcgroup API cleanupsDhaval Giani2008-08-151-12/+9
* libcgroup: Fix cgroup_fill_cgc()Dhaval Giani2008-08-141-1/+1
* libcgroup: Fix return values in cgroup_attach_valueDhaval Giani2008-08-141-0/+4
* libcgroup: beautify strcpy in modify_cgroupDhaval Giani2008-08-141-5/+5
* libcgroup: Fix up some free errorsDhaval Giani2008-08-141-3/+3
* libcgroup: Fix cgroup_modify_cgroupDhaval Giani2008-08-141-3/+5
* libcgroup: Fix the delete APIDhaval Giani2008-08-141-0/+5
* libcgroup: Ensure null is returned if cgroup does not exist in cgroup_get_cgr...Dhaval Giani2008-08-141-0/+4
* libcgroup: New API interfaces for task placementDhaval Giani2008-08-131-0/+343
* 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