summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor cgclear to use new recursive deletedevel/cgdeleteJan Safranek2009-07-291-92/+14
* Add cgdelete toolJan Safranek2009-07-292-1/+147
* Add recursive cgroup_delete_cgroup_ext.Jan Safranek2009-07-292-25/+128
* Split cgroup removal to separate functions.Jan Safranek2009-07-291-49/+149
* Export cgroup_find_parent and add testing code for itJan Safranek2009-07-281-0/+1
* RFC: Fix cgroup_find_parent functionJan Safranek2009-07-281-31/+57
* 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
* libcgroup: Use double pointers everywhere in the get_task APIsDhaval Giani2009-06-181-3/+3
* libcgroup: Introduce post order walkDhaval Giani2009-06-182-4/+14
* libcgroup: Add flags to the walk_tree handleDhaval Giani2009-06-182-10/+59
* cgconfigparser: Change mkdir in cgroup_config_mount_fs to mkdir -pDhaval Giani2009-06-183-7/+5
* This patch adds cgset toolIvana Varekova2009-06-182-1/+179
* 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-086-140/+68
* Cleanup: Remove unnecessary 'err' value.Ken'ichi Ohmichi2009-06-081-3/+1
* Cleanup: Rename "name" to "username" in struct cgroup_rule.Ken'ichi Ohmichi2009-06-082-9/+10
* 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
* This patch adds cgcreate toolIvana Varekova2009-06-032-1/+206
* libcgroup: Export cgroup_get_controller APIDhaval Giani2009-06-031-0/+1
* Add cgroup_free_group_spec procedureIvana Varekova2009-05-292-0/+32
* parse_cgroup_spec function does not initializesd allocated memoryIvana Varekova2009-05-291-1/+1
* Add options to enable/disable various build targets.Jan Safranek2009-05-253-2/+14
* Fix the deadlock of rl_lock.Ken'ichi Ohmichi2009-05-221-7/+26
* Fix the deadlock of vsyslog() call.Ken'ichi Ohmichi2009-05-221-0/+8
* Cleanup the infinite loop of cgrulesengddaemon.Ken'ichi Ohmichi2009-05-191-2/+3