summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use memset to initialize sigaction structJon Bernard2010-03-121-2/+1
* rpm spec file misses the sysconfig/cgconfig fileChris2010-03-111-0/+2
* init script can miss default groupChris2010-03-111-1/+1
* Make the error stings constJan Safranek2010-03-082-3/+3
* Remove last_errno from public headerJan Safranek2010-03-082-5/+4
* Remove GNU_SOURCE from public headersJan Safranek2010-03-082-9/+8
* libcgroup: Add a gitignore fileDhaval Giani2010-02-171-0/+2
* fix cgroup_get_value_string problem with *.stat outputIvana Hutarova Varekova2010-02-102-1/+23
* This patch adds to cgget option -a:Ivana Hutarova Varekova2010-02-102-15/+63
* adds new option -g to cgget commandIvana Hutarova Varekova2010-02-102-43/+165
* This is the test program for listing controller variablesIvana Hutarova Varekova2010-02-102-2/+62
* api for generating the list of variables of given controllerIvana Hutarova Varekova2010-02-103-0/+42
* Release procedure proposalJan Safranek2010-02-102-17/+32
* [PATCH-v2] Add the write error handling to cg_set_control_value().Ken'ichi Ohmichi2010-01-281-2/+9
* Merge branch 'HEAD'; commit 'v0.35.1'Balbir Singh2010-01-190-0/+0
* Update the changelog in libcgroup.spec.inBalbir Singh2010-01-191-0/+2
* Fix initstripts directory.Jan Safranek2010-01-191-1/+1
* Fix bad filename in MakefileJan Safranek2010-01-191-1/+1
* Distribute cgget toolJan Safranek2010-01-191-0/+1
* v0.35Dhaval Giani2010-01-181-2/+2
* Add cgget man page.Jan Safranek2010-01-183-2/+61
* libcgroup samples: Invalid namespace configurationDhaval Giani2010-01-072-0/+118
* libcgroup samples: Valid namespace based configurationDhaval Giani2010-01-071-0/+52
* libcgroup: Modify the APIs to use the namespaceDhaval Giani2010-01-071-1/+7
* libcgroup: Setup the namespace datastructuresDhaval Giani2010-01-074-3/+215
* libcgroup: Introduce the new namespace keywordDhaval Giani2010-01-074-7/+79
* libcgroup: Remove assert in cgroup_strerror()Dhaval Giani2010-01-041-1/+1
* Merge branch 'devel/config3' of git://fedorapeople.org/~jsafrane/libcgDhaval Giani2009-12-238-106/+276
|\
| * Clean up the init scriptdevel/config3Jan Safranek2009-12-221-18/+0
| * Use tools instead of shell scriptsJan Safranek2009-12-221-28/+27
| * Make cgclear quiert when there is nothing to clear.Jan Safranek2009-12-221-0/+3
| * Use cgclear on shutdownJan Safranek2009-12-221-39/+1
| * Add sample /etc/sysconfig/cgconfigJan Safranek2009-12-222-1/+13
| * Don't create sysdefault group whent it's not neededJan Safranek2009-12-221-1/+9
| * Move sysdefault handling to separate functionJan Safranek2009-12-221-20/+24
| * Remove trailing space from lssubsys outputJan Safranek2009-12-221-2/+2
| * Fix reading of empty parameter valuesJan Safranek2009-12-221-3/+7
| * Fix error text on failed reading of parameter.Jan Safranek2009-12-221-1/+1
| * cgget toolJan Safranek2009-12-222-1/+197
|/
* libcgroup: trivial: Fix typoDhaval Giani2009-12-161-1/+1
* Fix an invalid access to yytext.Ken'ichi Ohmichi2009-12-161-1/+1
* Fix a memory leak in "cgconfig" service.Ken'ichi Ohmichi2009-12-161-0/+1
* Fix compilation outside of source directoryJan Safranek2009-12-165-6/+6
* Remove the init script installation from .specJan Safranek2009-12-161-5/+0
* Install init scripts during 'make install'Jan Safranek2009-12-161-0/+8
* Enable get_all_controller testIvana Hutarova Varekova2009-12-162-2/+3
* Fix cgroup_get_all_controller_{begin, next, end} apiIvana Hutarova Varekova2009-12-161-9/+0
* lssubsys: new option -a,--allIvana Hutarova Varekova2009-12-162-7/+52
* man page for lssubsys toolIvana Hutarova Varekova2009-11-131-0/+35
* Fix a cgconfig behavior of wrong /etc/cgconfig.conf.Ken'ichi Ohmichi2009-11-113-14/+15