Commit Graph

7 Commits

Author SHA1 Message Date
Alex Tsariounov
24a7538453 Fix Issue#3: cset fails to create cpu sets if some cpus are offline
Problem was in cset.rescan() where if certain cpus are offline the all
cpu mask turns into a complex expression.  The split of this
expression did not account for commas and thus threw an exception if
commas were present.  This patch fixes that problem and accounts for
complex cpu expression.  Also added a couple of targets to the
Makefile.
2010-08-02 08:37:29 -06:00
Alex Tsariounov
ae5c2923c1 Release 1.5.4
Includes patch by mostroski for Issue#2, fixes exception if
running tasks with non-existent uids.
2010-05-07 16:28:22 -06:00
Alex Tsariounov
1d0bd4e01b Fix misspelling. 2010-02-11 19:24:51 -07:00
Alex Tsariounov
08be173ace Updated version. Updated documentation. Updated copyright.
Added contributor recognition.  Updated links to new project
hosting site.
2010-02-11 13:42:56 -07:00
Alex Tsariounov
7509eceabe Added current release 1.5.2 to repo. 2009-12-07 21:55:02 -07:00
Alex Tsariounov
19b596ac2b Added prior version 1.5.1 to repo. 2009-12-07 21:53:31 -07:00
Alex Tsariounov
370b2333ed Add prior version 1.5.0 to repo. 2009-12-07 21:52:22 -07:00