summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory leak in "cgconfig" service.Ken'ichi Ohmichi2009-12-161-0/+1
* Fix compilation outside of source directoryJan Safranek2009-12-164-5/+5
* Fix cgroup_get_all_controller_{begin, next, end} apiIvana Hutarova Varekova2009-12-161-9/+0
* lssubsys: new option -a,--allIvana Hutarova Varekova2009-12-161-6/+47
* Fix a cgconfig behavior of wrong /etc/cgconfig.conf.Ken'ichi Ohmichi2009-11-112-14/+14
* Cleanup: Define ECGRULESPARSEFAIL for the parser error of cgrules.conf.Ken'ichi Ohmichi2009-11-111-2/+2
* Add copyright header to cgcreateIvana Hutarova Varekova2009-11-111-0/+15
* Allow cgcreate to create unlimited nr. of groupsJan Safranek2009-11-011-8/+17
* Allow cgdelete to process unlimited nr. of groupsJan Safranek2009-11-011-8/+18
* Remove the CG_HIER_MAX from tools-commonJan Safranek2009-11-017-11/+22
* Minor improvements and refactoring of lscgroupsBalbir Singh2009-10-231-12/+13
* adds lscgroup toolIvana Hutarova Varekova2009-10-092-1/+298
* Restrict the effective range of SIGUSR2 signal.Ken'ichi Ohmichi2009-10-041-30/+13
* Add the strings of errno to cgrulesengd daemon's message.Ken'ichi Ohmichi2009-10-041-11/+12
* adds lssubsys toolIvana Hutarova Varekova2009-08-292-1/+219
* Remove VERSION macro from api.cJan Safranek2009-08-291-11/+0
* Remove unnecessary includes from libcgroup.hJan Safranek2009-08-293-0/+3
* 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-062-0/+79
* Refactor cgclear to use new recursive deleteJan Safranek2009-08-061-92/+14
* Add cgdelete toolJan Safranek2009-08-062-1/+147
* Add recursive cgroup_delete_cgroup_ext.Jan Safranek2009-08-062-26/+125
* Split cgroup removal to separate functions.Jan Safranek2009-08-061-49/+154
* RFC: Fix cgroup_find_parent functionJan Safranek2009-08-061-31/+57
* removes copy_name_value_from_rules to wrapperIvana Varekova2009-08-064-56/+64
* Add a process name to the log of cgrulesengd daemon.Ken'ichi Ohmichi2009-07-071-5/+6
* Reduce "Cgroup change for PID:X, UID:X, GID:X FAILED!" messages.Ken'ichi Ohmichi2009-07-071-5/+4
* Cleanup: find better name for CGRULE_CGRED_TEMP_FILEJan Safranek2009-07-012-5/+5
* Fix cgroup_find_matching_rule() call.Ken'ichi Ohmichi2009-06-301-1/+1
* Fix too many program name in the usage message of "cgset" command.Ken'ichi Ohmichi2009-06-301-1/+1
* cgset: Add --copy-from option to cgsetIvana Varekova2009-06-291-5/+69
* cgset: Change the handling of options, add --helpIvana Varekova2009-06-291-6/+35
* cgset: Change the generation of cgroupIvana Varekova2009-06-291-43/+74
* cgset: Add cgset_SOURCES to MakefileIvana Varekova2009-06-291-0/+2
* Cleanup: Clarify the number meanings of string length.Ken'ichi Ohmichi2009-06-291-4/+4
* Apply a new rule to 'cgclassify' command.Ken'ichi Ohmichi2009-06-291-13/+36
* Apply a new rule to 'cgexec' command.Ken'ichi Ohmichi2009-06-292-8/+37
* Add the library function cgroup_register_unchanged_process().Ken'ichi Ohmichi2009-06-292-0/+43
* Add the handler of unchanged process to cgrulesengd daemon.Ken'ichi Ohmichi2009-06-291-5/+198
* Cleanup: Separate the netlink method to cgre_receive_netlink_msg().Ken'ichi Ohmichi2009-06-291-37/+49
* Add a exec event to the event handler of cgrulesengd daemon.Ken'ichi Ohmichi2009-06-291-9/+26
* Add the key "process name" to find a matching rule.Ken'ichi Ohmichi2009-06-292-59/+96
* Add the parser of process name in /etc/cgrules.conf.Ken'ichi Ohmichi2009-06-293-7/+56
* Add cgroup_get_procname_from_procfs() for getting a process name.Ken'ichi Ohmichi2009-06-293-0/+190
* libcgroup: Introduce an API to get the mount point of a specific subsystemDhaval Giani2009-06-262-0/+29
* Fix some warnings.Ken'ichi Ohmichi2009-06-251-2/+1
* libcgroup: Fix a missing goto in clean cgroups APIDhaval Giani2009-06-221-0/+1
* libcgroup: Introduce a unload cgroups APIDhaval Giani2009-06-224-1/+215
* libcgroup: Introduce get_controller APIDhaval Giani2009-06-182-0/+77