summaryrefslogtreecommitdiffstats
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* libcgroup: Fix coding style issues in config.cmasterDhaval Giani2010-03-261-8/+9
* don't export functions that should not be exportedLennart Poettering2010-03-261-4/+4
* unexport a couple of variables that don't need to be exportedLennart Poettering2010-03-261-1/+1
* config: pass struct as const call-by-ref instead of call-by-value, to minimiz...Lennart Poettering2010-03-261-5/+5
* config: use macros instead of arrays for const stringsLennart Poettering2010-03-261-2/+2
* make functions without arguments proper C99 functionsLennart Poettering2010-03-261-3/+3
* libcgroup: Setup the namespace datastructuresDhaval Giani2010-01-071-0/+193
* libcgroup: Introduce the new namespace keywordDhaval Giani2010-01-071-0/+33
* Fix a cgconfig behavior of wrong /etc/cgconfig.conf.Ken'ichi Ohmichi2009-11-111-1/+1
* Refactor cgclear to use new recursive deleteJan Safranek2009-08-061-92/+14
* libcgroup: Fix a missing goto in clean cgroups APIDhaval Giani2009-06-221-0/+1
* libcgroup: Introduce a unload cgroups APIDhaval Giani2009-06-221-0/+174
* cgconfigparser: Change mkdir in cgroup_config_mount_fs to mkdir -pDhaval Giani2009-06-181-6/+3
* Add fclose() calls for error handlingKen'ichi Ohmichi2009-03-311-0/+1
* Distribute files to various subdirectoriesJan Safranek2009-03-261-0/+496