summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bcgroup: Rename 'flash' to 'reload'Dhaval Giani2009-02-262-4/+4
* libcgroup: Start cgred service after cgconfigDhaval Giani2009-02-261-1/+1
* libcgroup: Fix copyright noticesDhaval Giani2009-02-264-4/+4
* libcgroup manpages: Correct project nameDhaval Giani2009-02-265-5/+5
* libcgroup: Install the man pagesDhaval Giani2009-02-261-0/+5
* libcgroup: Move the man page into the correct locationDhaval Giani2009-02-261-0/+0
* libcgroup: cgred.conf.5 man pageDhaval Giani2009-02-261-0/+49
* libcgroup: Rename dbg() to cgroup_dbg()Dhaval Giani2009-02-258-96/+107
* libcgroup: Remove PACKAGE_VERSION from Makefile.inDhaval Giani2009-02-251-2/+1
* libcgroup: Include config.hDhaval Giani2009-02-253-0/+3
* libcgroup: Move dbg() to libcgroup-internal.hDhaval Giani2009-02-254-9/+14
* cgclassify: Update cgclassify man pageDhaval Giani2009-02-251-4/+20
* cgclassify: Add -g option to cgclassifyDhaval Giani2009-02-252-28/+98
* libcgroup: Move parse_cgroup_data to separate .c fileDhaval Giani2009-02-254-72/+141
* From: Ivana Varekova <varekova@redhat.com>Balbir Singh2009-02-233-15/+11
* From: Ivana Varekova <varekova@redhat.com>Balbir Singh2009-02-235-47/+46
* Impact: Fix the parsing issue when two or more values are specifiedBalbir Singh2009-02-212-3/+33
* libcgorup: Fix a chown security issueDhaval Giani2009-02-211-7/+9
* libcgroup: Fix return valuesDhaval Giani2009-02-211-4/+11
* This is my proposal of cgconfigparser man page. I've used some of some partsBalbir Singh2009-02-171-0/+31
* This is my proposal of cgclassify man page. I've used some of some partsBalbir Singh2009-02-171-0/+31
* This is my proposal of cgexec man page. I've used some of some partsBalbir Singh2009-02-171-0/+72
* Feature: Add new man page for cgrules.confBalbir Singh2009-02-171-0/+120
* This patch store the last errno value to last_errno value and addBalbir Singh2009-02-166-14/+92
* libcgroup: Install the PAM moduleDhaval Giani2009-02-161-0/+2
* libcgroup: Add man pages to MakefileDhaval Giani2009-02-161-0/+4
* libcgroup: Add configure option to enable debug outputDhaval Giani2009-02-163-0/+29
* libcgroup: Rename DEBUG to CGROUP_DEBUGDhaval Giani2009-02-163-5/+5
* libcgroup: Compile cgrulesengd without -DDEBUGDhaval Giani2009-02-161-2/+1
* libcgroup: Don't store Makefile in SVNDhaval Giani2009-02-121-90/+0
* libcgroup: Add new command line options to sample config fileDhaval Giani2009-02-122-6/+12
* libcgroup: Add command line options to set log level and log destinations.Dhaval Giani2009-02-121-35/+129
* libcgroup: Make the group change logs more readableDhaval Giani2009-02-121-12/+20
* libcgroup: Send log message to a log file, to syslog or to both.Dhaval Giani2009-02-122-92/+160
* libcgroup: Convert any printf to dbgDhaval Giani2009-02-101-6/+6
* I've noticed it's possible to set permissions and other parameters of rootBalbir Singh2009-02-061-4/+103
* The previous patch is split so the second part of the patch:Balbir Singh2009-02-031-2/+2
* Here is my proposal for a man page describing content of /etc/cgconfig.conf.Balbir Singh2009-02-031-0/+463
* libcgrouptest: rename get_controller() to is_subsystem_enabled()Dhaval Giani2009-01-143-4/+4
* libcgrouptest: open may fail wrt permissions, so use statDhaval Giani2009-01-091-8/+17
* libcgrouptest: let check_task() receive a pid as argumentDhaval Giani2009-01-092-5/+9
* libcgrouptest:attach exclusive pid support in test_cgroup_attach_task() functionDhaval Giani2009-01-093-15/+24
* libcgrouptest: Move functions into a new file to reuseDhaval Giani2009-01-094-747/+917
* libcgrouptest: Avoid external variables usageDhaval Giani2009-01-092-94/+139
* libcgroup: Fix low hanging cleanupsDhaval Giani2009-01-061-38/+69
* libcgroup: Fix compile warning in cgrulesengd.cDhaval Giani2009-01-061-1/+1
* libcgrouptest: Cleanup valgrind output for libcgroup testsDhaval Giani2009-01-051-17/+34
* libcgroup: Fix a few of the valgrind issuesDhaval Giani2009-01-051-3/+17
* libcgroup: Intialize all pointers in api.cDhaval Giani2009-01-051-34/+42
* libcgrouptest: Initialize uninitialized pointers in test casesDhaval Giani2009-01-021-2/+2