]> git.ipfire.org Git - thirdparty/libcgroup.git/shortlog
thirdparty/libcgroup.git
2010-05-06  Ivana Hutarova... Several man-page fixes
2010-04-13  Jan SafranekUse int for getopt() results
2010-03-29  Dhaval GianiMerge branch 'devel/doxygen3' of git://fedorapeople...
2010-03-29  Jan SafranekAdd documentation main page
2010-03-29  Jan SafranekDocument the tasks.h
2010-03-29  Jan SafranekUpdate config.h
2010-03-29  Jan SafranekDocument the iterators
2010-03-29  Jan SafranekAdd doc to include/libcgroup/error.h
2010-03-29  Jan SafranekAdd documentation to include/libcgroup/init.h
2010-03-29  Jan SafranekDocument include/libcgroup/groups.h
2010-03-29  Jan SafranekUpdate doxygen config file
2010-03-26  Dhaval Gianilibcgroup: Fix coding style issues in config.c
2010-03-26  Dhaval Gianilibcgroup: Fix up coding style in wrapper.c
2010-03-26  Dhaval Gianilibcgroup: Dont assign values to variables inside if...
2010-03-26  Dhaval Gianilibcgroup: Fix coding style issues in api.c
2010-03-26  Lennart Poetteringdon't export functions that should not be exported
2010-03-26  Lennart Poetteringcgget: properly use binary & instead of boolean &&...
2010-03-26  Lennart Poetteringconfig: don't implicitly import cgroup_config_cleanup_n...
2010-03-26  Lennart Poetteringapi: don't keep one copy of the mount table per .c...
2010-03-26  Lennart Poetteringunexport a couple of variables that don't need to be...
2010-03-26  Lennart Poetteringpkg-config: hide .pc file from git
2010-03-26  Lennart Poetteringapi: bzero is obsolete BSD, use memset instead
2010-03-26  Lennart Poetteringconfig: pass struct as const call-by-ref instead of...
2010-03-26  Lennart Poetteringconfig: use macros instead of arrays for const strings
2010-03-26  Lennart Poetteringmake functions without arguments proper C99 functions
2010-03-26  Lennart Poetteringadd a couple of FIXMEs to broken code
2010-03-26  Lennart Poetteringadd const where applicable, drop const where unnecessary
2010-03-24  Lennart Poetteringgit: hide all generated files from git
2010-03-24  Lennart Poetteringinclude: refuse inclusion of seperate header files
2010-03-24  Lennart Poetteringbuild-sys: add bootstrap.sh
2010-03-24  Lennart Poetteringbuild-sys: enable silent build by default
2010-03-24  Dhaval Gianilibcgroup: Add pkg-config data
2010-03-24  Dhaval Gianilibcgroup: Version bump to v0.36.rc1
2010-03-24  Balbir SinghFix typo in wrapper.c (cgroup_get_uid_gid)
2010-03-21  Jan SafranekSplit header file III
2010-03-21  Jan SafranekMove private definitions to private header
2010-03-21  Jan SafranekAnonymize error enum
2010-03-12  Jon BernardUse memset to initialize sigaction struct
2010-03-11  Chrisrpm spec file misses the sysconfig/cgconfig file
2010-03-11  Chrisinit script can miss default group
2010-03-08  Jan SafranekMake the error stings const
2010-03-08  Jan SafranekRemove last_errno from public header
2010-03-08  Jan SafranekRemove GNU_SOURCE from public headers
2010-02-17  Dhaval Gianilibcgroup: Add a gitignore file
2010-02-10  Ivana Hutarova... fix cgroup_get_value_string problem with *.stat output
2010-02-10  Ivana Hutarova... This patch adds to cgget option -a:
2010-02-10  Ivana Hutarova... adds new option -g to cgget command
2010-02-10  Ivana Hutarova... This is the test program for listing controller variables
2010-02-10  Ivana Hutarova... api for generating the list of variables of given contr...
2010-02-10  Jan SafranekRelease procedure proposal
2010-01-28  Ken'ichi Ohmichi[PATCH-v2] Add the write error handling to cg_set_contr...
2010-01-19  Balbir SinghMerge branch 'HEAD'; commit 'v0.35.1'
2010-01-19  Balbir SinghUpdate the changelog in libcgroup.spec.in v0.35.1
2010-01-19  Jan SafranekFix initstripts directory.
2010-01-19  Jan SafranekFix bad filename in Makefile
2010-01-19  Jan SafranekDistribute cgget tool
2010-01-18  Dhaval Gianiv0.35 v0.35
2010-01-18  Jan SafranekAdd cgget man page.
2010-01-07  Dhaval Gianilibcgroup samples: Invalid namespace configuration
2010-01-07  Dhaval Gianilibcgroup samples: Valid namespace based configuration
2010-01-07  Dhaval Gianilibcgroup: Modify the APIs to use the namespace
2010-01-07  Dhaval Gianilibcgroup: Setup the namespace datastructures
2010-01-07  Dhaval Gianilibcgroup: Introduce the new namespace keyword
2010-01-04  Dhaval Gianilibcgroup: Remove assert in cgroup_strerror()
2009-12-23  Dhaval GianiMerge branch 'devel/config3' of git://fedorapeople...
2009-12-22  Jan SafranekClean up the init script
2009-12-22  Jan SafranekUse tools instead of shell scripts
2009-12-22  Jan SafranekMake cgclear quiert when there is nothing to clear.
2009-12-22  Jan SafranekUse cgclear on shutdown
2009-12-22  Jan SafranekAdd sample /etc/sysconfig/cgconfig
2009-12-22  Jan SafranekDon't create sysdefault group whent it's not needed
2009-12-22  Jan SafranekMove sysdefault handling to separate function
2009-12-22  Jan SafranekRemove trailing space from lssubsys output
2009-12-22  Jan SafranekFix reading of empty parameter values
2009-12-22  Jan SafranekFix error text on failed reading of parameter.
2009-12-22  Jan Safranekcgget tool
2009-12-16  Dhaval Gianilibcgroup: trivial: Fix typo
2009-12-16  Ken'ichi OhmichiFix an invalid access to yytext.
2009-12-16  Ken'ichi OhmichiFix a memory leak in "cgconfig" service.
2009-12-16  Jan SafranekFix compilation outside of source directory
2009-12-16  Jan SafranekRemove the init script installation from .spec
2009-12-16  Jan SafranekInstall init scripts during 'make install'
2009-12-16  Ivana Hutarova... Enable get_all_controller test
2009-12-16  Ivana Hutarova... Fix cgroup_get_all_controller_{begin, next, end} api
2009-12-16  Ivana Hutarova... lssubsys: new option -a,--all
2009-11-13  Ivana Hutarova... man page for lssubsys tool
2009-11-10  Ken'ichi OhmichiFix a cgconfig behavior of wrong /etc/cgconfig.conf.
2009-11-10  Ken'ichi OhmichiCleanup: Define ECGRULESPARSEFAIL for the parser error...
2009-11-10  Ivana Hutarova... man page for lscgroup tool
2009-11-10  Ivana Hutarova... Add copyright header to cgcreate
2009-10-31  Jan SafranekAdd man page for cgdelete
2009-10-31  Jan SafranekAllow cgcreate to create unlimited nr. of groups
2009-10-31  Jan SafranekAllow cgdelete to process unlimited nr. of groups
2009-10-31  Jan SafranekRemove the CG_HIER_MAX from tools-common
2009-10-27  Dhaval Gianilibcgroup: cgclear manpage
2009-10-27  Jan Safranekconfig.h.in is generated by "autoheader" and since...
2009-10-27  Jan SafranekDon't link with -lpam unless necessary II
2009-10-27  Jan SafranekChange the libcgroup group
2009-10-27  Jan SafranekDistribute the PAM module in separate subpackage
2009-10-27  Jan SafranekAdd new executables to .spec file
next