Automatically exported from code.google.com/p/cpuset
Go to file
Libor Pechacek 1341fdd07d Update URLs after project migration
Signed-off-by: Libor Pechacek <lpechacek@suse.com>
2015-12-23 14:03:12 +01:00
cpuset Parse /proc/<pid>/stat properly 2015-12-22 15:10:55 +01:00
doc Update URLs after project migration 2015-12-23 14:03:12 +01:00
t Add prior release version 1.04 to repo. 2009-12-07 21:49:23 -07:00
.hgignore Release 1.5.4 2010-05-07 16:28:22 -06:00
.vimrc Add prior release version 1.04 to repo. 2009-12-07 21:49:23 -07:00
AUTHORS Added mostroski to AUTHORS. 2010-06-10 18:47:02 -06:00
COPYING Add prior release version 1.04 to repo. 2009-12-07 21:49:23 -07:00
cpuset.spec Update URLs after project migration 2015-12-23 14:03:12 +01:00
cset Updated version. Updated documentation. Updated copyright. 2010-02-11 13:42:56 -07:00
cset.init.d Fix for Issue #5 (LOGNAME not set on exec with --user parameter) 2011-06-09 13:20:23 -04:00
INSTALL Fix for Issue #5 (LOGNAME not set on exec with --user parameter) 2011-06-09 13:20:23 -04:00
Makefile Fix Issue#3: cset fails to create cpu sets if some cpus are offline 2010-08-02 08:37:29 -06:00
MANIFEST Added current release 1.5.2 to repo. 2009-12-07 21:55:02 -07:00
MANIFEST.in Removed TODO from dist. 2010-02-11 13:58:43 -07:00
NEWS Fix for Issue #5 (LOGNAME not set on exec with --user parameter) 2011-06-09 13:20:23 -04:00
README Update URLs after project migration 2015-12-23 14:03:12 +01:00
setup.cfg Add prior release version 1.04 to repo. 2009-12-07 21:49:23 -07:00
setup.py Update URLs after project migration 2015-12-23 14:03:12 +01: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:
   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