index
:
libcg.git
automake
automake-and-spec-tuning
devel/automake-updates
devel/cgdelete
devel/config3
devel/doxygen3
fix-initscripts
master
review/daemon-exec
Unnamed repository; edit this file to name it for gitweb.
Jan Šafránek
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcgroup: ABI guarantee
Dhaval Giani
2008-09-30
3
-7
/
+51
*
libcgroup: Change how cgroup_get_cgroup works
Dhaval Giani
2008-09-29
2
-14
/
+26
*
Configuration rewrite to use the main cgroups API and several bug fixes
Balbir Singh
2008-09-29
10
-844
/
+480
*
The automatic classification engine (cgexec, cgclassify, pam_cgroup)
Balbir Singh
2008-09-29
5
-1
/
+149
*
Merge the cgruleseng daemon from Steve Olivieri
Balbir Singh
2008-09-26
12
-196
/
+1906
*
Once we build the path, we don't have all the room in path anymore.
Balbir Singh
2008-09-20
1
-2
/
+4
*
Fix a warning in api.c, where we ignore the fscanf value.
Balbir Singh
2008-09-20
1
-1
/
+6
*
libcgroup: Check for NULL data structures in the wrappers
Dhaval Giani
2008-09-05
1
-0
/
+42
*
libcgroup: Change variables to *printf/*scanf to use inttypes.h
Dhaval Giani
2008-09-05
1
-7
/
+7
*
libcgroup: Fix makefile entry for cgclassify
Dhaval Giani
2008-09-05
1
-4
/
+4
*
libcgroup: Fix makefile entry for make clean
Dhaval Giani
2008-08-27
1
-1
/
+1
*
libcgroup: bump up version to 0.31
Dhaval Giani
2008-08-26
3
-12
/
+17
*
More fixes to the earlier attempt to create new cgroup inheriting parent's
Balbir Singh
2008-08-22
2
-21
/
+80
*
This patch adds cgroup_create_cgroup_from_parent() API. I've tested it
Balbir Singh
2008-08-22
4
-22
/
+196
*
libcgroup: A simple pam module (pam_cgroup.so) for task placement in right cg...
Dhaval Giani
2008-08-15
3
-5
/
+188
*
libcgroup testcases: fix small testcase issue
Dhaval Giani
2008-08-15
1
-1
/
+1
*
libcgroup: Some cgexec cleanups
Dhaval Giani
2008-08-15
1
-6
/
+2
*
libcgroup: Some libcgroup API cleanups
Dhaval Giani
2008-08-15
3
-12
/
+15
*
libcgroup: Add up missing scripts/samples
Dhaval Giani
2008-08-15
4
-0
/
+209
*
libcgroup: Move trunk to v0.3
Dhaval Giani
2008-08-14
3
-17
/
+26
*
libcgroup: Fix up Makefile.in so that we don't lose tests
Dhaval Giani
2008-08-14
1
-0
/
+3
*
libcgroup: Fix cgroup_fill_cgc()
Dhaval Giani
2008-08-14
1
-1
/
+1
*
libcgroup: Fix return values in cgroup_attach_value
Dhaval Giani
2008-08-14
1
-0
/
+4
*
Fix configuration assert when multiple controllers are enabled
Dhaval Giani
2008-08-14
1
-1
/
+1
*
libcgroup: beautify strcpy in modify_cgroup
Dhaval Giani
2008-08-14
1
-5
/
+5
*
libcgroup: Fix up some free errors
Dhaval Giani
2008-08-14
1
-3
/
+3
*
libcgroup: Add a mktarball-trunk script
Dhaval Giani
2008-08-14
1
-0
/
+36
*
libcgroup: Fix cgroup_modify_cgroup
Dhaval Giani
2008-08-14
1
-3
/
+5
*
libcgroup: Fix the delete API
Dhaval Giani
2008-08-14
1
-0
/
+5
*
libcgroup: Ensure null is returned if cgroup does not exist in cgroup_get_cgr...
Dhaval Giani
2008-08-14
1
-0
/
+4
*
libcgroup: zero out allocated memory
Dhaval Giani
2008-08-14
1
-27
/
+25
*
libcgroup: Sample configuration files
Dhaval Giani
2008-08-14
1
-7
/
+27
*
libcgroup: Change compiler to GCC
Dhaval Giani
2008-08-14
2
-2
/
+2
*
cgclassify: A command line tool to classify/re-classify already running task
Dhaval Giani
2008-08-13
2
-3
/
+156
*
cgexec: A command line tool to execute a task in a cgroup
Dhaval Giani
2008-08-13
2
-3
/
+201
*
libcgroup: New API interfaces for task placement
Dhaval Giani
2008-08-13
4
-0
/
+404
*
libcgroup: documentation
Dhaval Giani
2008-08-13
1
-0
/
+168
*
libcgroup: Configuration and parsing updates (v2)
Dhaval Giani
2008-08-13
6
-48
/
+58
*
libcgroup: check for return code of fprintf()
Dhaval Giani
2008-08-13
1
-4
/
+30
*
libcgroup: Fix test cases to use new APIs.
Dhaval Giani
2008-08-13
1
-2
/
+9
*
libcgroup: update version details in trunk and tags
Dhaval Giani
2008-08-12
3
-12
/
+16
*
libcgroup: Change compiler to gcc in Makefile.in
Dhaval Giani
2008-08-12
1
-1
/
+1
*
libcgroup: Extend cgroup_get_cgroup for uids as well.
Dhaval Giani
2008-08-12
1
-3
/
+55
*
libcgroup: Add cgroup_?et_value_* APIs
Dhaval Giani
2008-08-12
2
-0
/
+210
*
libcgroup: Add API to get the cgroup from name (Breaks existing API)
Dhaval Giani
2008-08-12
2
-9
/
+34
*
libcgroup: Add an API to allow comparision of cgroups
Dhaval Giani
2008-08-12
2
-0
/
+67
*
libcgroup: Fix the wrapper warnings
Dhaval Giani
2008-08-09
1
-2
/
+3
*
libcgroup: Fix index values in cgroup_add_value_*
Dhaval Giani
2008-08-09
1
-8
/
+4
*
libcgroup: Fix segmentation fault in cgroup_init() -take2
Dhaval Giani
2008-08-09
1
-2
/
+6
*
libcgroup: compile library using GCC
Dhaval Giani
2008-08-09
1
-1
/
+1
[next]