Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removes copy_name_value_from_rules to wrapper | Ivana Varekova | 2009-08-06 | 1 | -0/+55 |
| | | | | | | | | | move copy_name_value_from_rules procedure to wrapper.c file and add the header to libcgroup-internal.h Signed-off-by: Ivana Varekova <varekova@redhat.com> Acked-by: Dhaval Giani <dhaval@linux.vnet.ibm.com> Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com> | ||||
* | I tested a cgrlesengd daemon with huge load, which makes many 'su', | Ken'ichi Ohmichi | 2009-05-08 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | in long time. And the daemon was killed by an OOM killer. So the daemon has memory leak. This patch fixes this problem. The daemon allocates memory at cg_prepare_cgroup(), but it does not free the memory. This patch adds necessary free() to cgroup_change_ cgroup_path by calling cgroup_free_controllers(). In addition, this patch adds free()s for handling error and flushes the counters of the allocations in cgroup_free_controllers(). Signed-off-by: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com> | ||||
* | Distribute files to various subdirectories | Jan Safranek | 2009-03-26 | 1 | -0/+557 |
Signed-off-by: Jan Safranek <jsafrane@redhat.com> |