Automatically exported from code.google.com/p/cpuset
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Libor Pechacek ae629aa1dc Update NEWS with v1.5.7 release notes
Signed-off-by: Libor Pechacek <lpechacek@suse.com>
8 years ago
cpuset Parse /proc/<pid>/stat properly 9 years ago
doc Docu: fixed a typo 9 years ago
t Add prior release version 1.04 to repo. 15 years ago
.hgignore Release 1.5.4 14 years ago
.vimrc Add prior release version 1.04 to repo. 15 years ago
AUTHORS Added mostroski to AUTHORS. 14 years ago
COPYING Add prior release version 1.04 to repo. 15 years ago
INSTALL Fix for Issue #5 (LOGNAME not set on exec with --user parameter) 13 years ago
MANIFEST Added current release 1.5.2 to repo. 15 years ago
MANIFEST.in Removed TODO from dist. 14 years ago
Makefile Fix Issue#3: cset fails to create cpu sets if some cpus are offline 14 years ago
NEWS Update NEWS with v1.5.7 release notes 8 years ago
README Update URLs after project migration 9 years ago
cpuset.spec cpuset: remove obsolete 'Authors' section from cpuset.spec 8 years ago
cset Updated version. Updated documentation. Updated copyright. 14 years ago
cset.init.d Fix for Issue #5 (LOGNAME not set on exec with --user parameter) 13 years ago
setup.cfg Add prior release version 1.04 to repo. 15 years ago
setup.py Fix setup.py 9 years ago

README

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:
   https://github.com/lpechacek/cpuset

For packages, see the OpenSUSE build service:
   https://build.opensuse.org/package/show/hardware/cpuset
   http://download.opensuse.org/repositories/hardware/

Bugs or feature requests should be sent to:
   https://github.com/lpechacek/cpuset/issues
 or for supported products, SUSE Bugzilla at:
   https://bugzilla.suse.com

-----

Copyright (C) 2008-2011 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