Hi, Folks I just updated the tag to point to Jan's spec file fix (to include cgsnapshot in the distribution). This is the first and hopefully final rc of v0.37
I've uploaded the tarball on the website https://sourceforge.net/projects/libcg/files/ Please provide detailed feedback. diffstat configure.in | 4 dist/libcgroup.spec.in | 3 doc/man/Makefile.am | 2 doc/man/cgclassify.1 | 9 doc/man/cgconfig.conf.5 | 11 doc/man/cgget.1 | 12 doc/man/cgsnapshot.1 | 95 +++++ doc/man/lssubsys.1 | 59 ++- include/libcgroup/error.h | 2 include/libcgroup/groups.h | 14 include/libcgroup/iterators.h | 38 ++ include/libcgroup/tasks.h | 3 samples/Makefile.am | 3 samples/cgsnapshot_blacklist.conf | 21 + samples/cgsnapshot_whitelist.conf | 48 ++ scripts/init.d/cgconfig.in | 26 + scripts/init.d/cgred.in | 22 - src/api.c | 453 +++++++++++++++++++---- src/config.c | 71 +-- src/daemon/cgrulesengd.c | 9 src/lex.l | 3 src/libcgroup-internal.h | 77 ++++ src/libcgroup.map | 10 src/parse.y | 41 +- src/tools/Makefile.am | 5 src/tools/cgclassify.c | 14 src/tools/cgget.c | 103 +++-- src/tools/cgsnapshot.c | 722 ++++++++++++++++++++++++++++++++++++++ src/tools/lssubsys.c | 165 +++++++- tests/Makefile.am | 3 tests/get_procs.c | 36 + tests/setuid.c | 2 32 files changed, 1849 insertions(+), 237 deletions(-) Author contributions Balbir Singh (6): Dhaval Giani (3): Eric Brower (5): Ivana Hutarova Varekova (30): Jan Safranek (13): Ken'ichi Ohmichi (2): -- Three Cheers, Balbir ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
