summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libcgroup: Use double pointers everywhere in the get_task APIsDhaval Giani2009-06-183-9/+8
* libcgroup: Introduce post order walkDhaval Giani2009-06-183-4/+41
* libcgroup: Add flags to the walk_tree handleDhaval Giani2009-06-183-10/+69
* cgconfigparser: Change mkdir in cgroup_config_mount_fs to mkdir -pDhaval Giani2009-06-183-7/+5
* Adds cgset man pageIvana Varekova2009-06-182-1/+28
* 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
* Adds cgcreate man pageIvana Varekova2009-06-032-1/+44
* This patch adds cgcreate toolIvana Varekova2009-06-032-1/+206
* libcgroup: Export cgroup_get_controller APIDhaval Giani2009-06-032-0/+3
* 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
* Merge branch 'devel/automake-updates' of git://fedorapeople.org/~jsafrane/libcgDhaval Giani2009-05-295-369/+67
|\
| * Check for PAM headers and librariesdevel/automake-updatesJan Safranek2009-05-251-0/+14
| * Add options to enable/disable various build targets.Jan Safranek2009-05-254-2/+53
| * Remove missing fileJan Safranek2009-05-251-367/+0
|/
* configure.in problem with byacc and flexIvana Varekova2009-05-231-3/+8
* 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
* Cleanup: make the indent of cgroup_init()shallower.Ken'ichi Ohmichi2009-05-181-22/+20
* Add fclose() calls into egid_of_pid().Ken'ichi Ohmichi2009-05-181-0/+2
* libcgrouptest: Fix the cgroup_dbg macroDhaval Giani2009-05-181-1/+1
* Specify the full path of cgrulesengd command in cgred.Ken'ichi Ohmichi2009-05-181-1/+1
* Fix the error handling if failing to open/etc/cgrules.conf.Ken'ichi Ohmichi2009-05-181-4/+5
* This patch fixes a trivial comment typo about the cgred.Masayuki Igawa2009-05-141-1/+1
* There is the problem that cgrulesengd cannot get Gid from /proc/PID/status,Masayuki Igawa2009-05-141-2/+0
* Fix the path of cgrulesengd command.Ken'ichi Ohmichi2009-05-081-2/+2
* Generate paths in initscripts by configure scriptJan Safranek2009-05-084-8/+9
* Fix ECGOTHER error messageIvana Varekova2009-05-081-2/+2
* Fix of cgexec error handlingIvana Varekova2009-05-081-1/+2
* I tested a cgrlesengd daemon with huge load, which makes many 'su',Ken'ichi Ohmichi2009-05-082-4/+8
* Changelog v2:\"Ken'ichi Ohmichi\2009-05-082-1/+105
* I have been testing a cgrulesengd daemon and I noticed it fails to\"Ken'ichi Ohmichi\2009-05-081-60/+47
* Merge branch 'master' of ssh://balbir_singh@libcg.git.sourceforge.net/gitroot...Balbir Singh2009-04-245-3/+147
|\
| * libcgroup: Correct the version to which the statistics API belongDhaval Giani2009-04-221-3/+3
| * libcgroup: Add test cases for new get_task APIDhaval Giani2009-04-222-1/+52
| * libcgroup: Add new API to walk tasksDhaval Giani2009-04-223-0/+93
* | Merge branch 'master' of ssh://balbir_singh@libcg.git.sourceforge.net/gitroot...Balbir Singh2009-04-215-72/+70
|\|
| * Fix a few compilation warnings in api.cBharata B Rao2009-04-131-0/+4
| * Remove the dependency of libcgroup on libcgroup build.Bharata B Rao2009-04-131-3/+0
| * Fix the lacks of pthread_rwlock_unlock() calls.Ken'ichi Ohmichi2009-04-131-63/+43
| * Fix infinite loop if receiving a NLMSG_NOOP packet.Ken'ichi Ohmichi2009-04-131-1/+3
| * Add some success/error messages to 'cgred' service.Ken'ichi Ohmichi2009-04-131-3/+8