Automatically exported from code.google.com/p/cpuset
Go to file
Alex Tsariounov bd2f26b93a Patch submitted by Christopher Johnston on 20100210 to fix case
sensitivity in set search applied.
2010-02-11 13:32:17 -07:00
cpuset Patch submitted by Christopher Johnston on 20100210 to fix case 2010-02-11 13:32:17 -07:00
doc Added current release 1.5.2 to repo. 2009-12-07 21:55:02 -07:00
t Add prior release version 1.04 to repo. 2009-12-07 21:49:23 -07:00
.vimrc Add prior release version 1.04 to repo. 2009-12-07 21:49:23 -07:00
AUTHORS Added prior version 1.5.1 to repo. 2009-12-07 21:53:31 -07:00
COPYING Add prior release version 1.04 to repo. 2009-12-07 21:49:23 -07:00
cpuset.spec Added current release 1.5.2 to repo. 2009-12-07 21:55:02 -07:00
cset Added prior version 1.5.1 to repo. 2009-12-07 21:53:31 -07:00
cset.init.d Added current release 1.5.2 to repo. 2009-12-07 21:55:02 -07:00
INSTALL Add prior version 1.5.0 to repo. 2009-12-07 21:52:22 -07:00
Makefile Add prior release version 1.04 to repo. 2009-12-07 21:49:23 -07:00
MANIFEST Added current release 1.5.2 to repo. 2009-12-07 21:55:02 -07:00
MANIFEST.in Added current release 1.5.2 to repo. 2009-12-07 21:55:02 -07:00
NEWS Added current release 1.5.2 to repo. 2009-12-07 21:55:02 -07:00
README Added current release 1.5.2 to repo. 2009-12-07 21:55:02 -07:00
setup.cfg Add prior release version 1.04 to repo. 2009-12-07 21:49:23 -07:00
setup.py Add prior version 1.5.0 to repo. 2009-12-07 21:52:22 -07:00
TODO Add prior release version 1.04 to repo. 2009-12-07 21:49:23 -07:00

Cpuset is a Python application that forms a wrapper around the
standard Linux filesystem calls to make using the cpusets facilities
in the Linux kernel easier.

For the latest version see:
   http://developer.novell.com/wiki/index.php/cpuset

For packages, see the OpenSUSE build service:
   http://download.opensuse.org/repositories/home:/tsariounov:/Cpuset

Bugs or feature requests should be sent to:
   http://devzilla.novell.com/cpuset/
 or for supported products, the Novell Bugzilla at:
   http://bugzilla.novell.com

-----

Copyright (C) 2008-2009 Novell Inc.

Author: Alex Tsariounov <alext@novell.com>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA