Added prior version 1.5.1 to repo.

python3 rel_1.5.1
Alex Tsariounov 15 years ago
parent 4baa9627b7
commit 19b596ac2b

@ -1,2 +1,12 @@
Alex Tsariounov <alext@novell.com>
http://www.novell.com/realtime
Lead:
Alex Tsariounov <alext@novell.com>
http://www.novell.com/realtime
Credits:
Thomas Grohmann <Thomas.Grohmann@gmx.net>
Bug#26
Alex Piavka <piavka@cs.bgu.ac.il>
Gentoo ebuild script

11
NEWS

@ -1,5 +1,16 @@
============================================================
Cpuset 1.5.1 (June 17, 2009)
https://forgesvn1.novell.com/svn/cpuset/tags/rel_1.5.1
http://download.opensuse.org/repositories/home:/tsariounov:/cpuset/
Maintenance update to 1.5.0 includes bug fixes as follows.
Fixed Bugs:
* Fix bug #26: Cpuset does not function on machines with greater than 16 CPUs
============================================================
Cpuset 1.5.0 (February 7, 2009)
https://forgesvn1.novell.com/svn/cpuset/tags/rel_1.5.0
http://download.opensuse.org/repositories/home:/tsariounov:/cpuset/

@ -13,7 +13,7 @@ Bugs or feature requests should be sent to:
-----
Copyright (C) 2008, 2009 Novell Inc.
Copyright (C) 2008-2009 Novell Inc.
Author: Alex Tsariounov <alext@novell.com>

@ -1,7 +1,7 @@
#
# spec file for package cpuset (Version 1.04)
#
# Copyright (c) 2008 Novell, Inc. Waltham, MA, USA
# Copyright (c) 2008-2009 Novell, Inc. Waltham, MA, USA
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -11,7 +11,7 @@
# norootforbuild
Name: cpuset
Version: 1.5.0
Version: 1.5.1
Release: 1
License: GPL v2 only
BuildRoot: %{_tmppath}/%{name}-%{version}-build

@ -1,5 +1,5 @@
__copyright__ = """
Copyright (C) 2008, 2009 Novell Inc.
Copyright (C) 2007-2009 Novell Inc.
Author: Alex Tsariounov <alext@novell.com>
This program is free software; you can redistribute it and/or modify

@ -1,5 +1,5 @@
__copyright__ = """
Copyright (C) 2008, 2009 Novell Inc.
Copyright (C) 2007-2009 Novell Inc.
Author: Alex Tsariounov <alext@novell.com>
This program is free software; you can redistribute it and/or modify

@ -2,7 +2,7 @@
"""
__copyright__ = """
Copyright (C) 2008, 2009 Novell Inc.
Copyright (C) 2007-2009 Novell Inc.
Author: Alex Tsariounov <alext@novell.com>
This program is free software; you can redistribute it and/or modify

@ -2,7 +2,7 @@
"""
__copyright__ = """
Copyright (C) 2008, 2009 Novell Inc.
Copyright (C) 2007-2009 Novell Inc.
Author: Alex Tsariounov <alext@novell.com>
This program is free software; you can redistribute it and/or modify

@ -2,7 +2,7 @@
"""
__copyright__ = """
Copyright (C) 2008, 2009 Novell Inc.
Copyright (C) 2007-2009 Novell Inc.
Author: Alex Tsariounov <alext@novell.com>
This program is free software; you can redistribute it and/or modify

@ -2,7 +2,7 @@
"""
__copyright__ = """
Copyright (C) 2008, 2009 Novell Inc.
Copyright (C) 2007-2009 Novell Inc.
Author: Alex Tsariounov <alext@novell.com>
This program is free software; you can redistribute it and/or modify

@ -2,7 +2,7 @@
"""
__copyright__ = """
Copyright (C) 2008, 2009 Novell Inc.
Copyright (C) 2007-2009 Novell Inc.
Author: Alex Tsariounov <alext@novell.com>
This program is free software; you can redistribute it and/or modify

@ -2,7 +2,7 @@
"""
__copyright__ = """
Copyright (C) 2008, 2009 Novell Inc.
Copyright (C) 2007-2009 Novell Inc.
Author: Alex Tsariounov <alext@novell.com>
This program is free software; you can redistribute it and/or modify
@ -334,7 +334,7 @@ def rescan():
global RootSet, maxcpu, allcpumask
RootSet = CpuSet()
# figure out system properties
maxcpu = int(RootSet.cpus[-1])
maxcpu = int(RootSet.cpus.split('-')[-1])
allcpumask = calc_cpumask(maxcpu)
def cpuspec_check(cpuspec, usemax=True):

@ -2,7 +2,7 @@
"""
__copyright__ = """
Copyright (C) 2008, 2009 Novell Inc.
Copyright (C) 2007-2009 Novell Inc.
Author: Alex Tsariounov <alext@novell.com>
This program is free software; you can redistribute it and/or modify

@ -2,7 +2,7 @@
"""
__copyright__ = """
Copyright (C) 2008, 2009 Novell Inc.
Copyright (C) 2007-2009 Novell Inc.
Author: Alex Tsariounov <alext@novell.com>
This program is free software; you can redistribute it and/or modify

@ -1,5 +1,5 @@
__copyright__ = """
Copyright (C) 2008, 2009 Novell Inc.
Copyright (C) 2007-2009 Novell Inc.
Author: Alex Tsariounov <alext@novell.com>
This program is free software; you can redistribute it and/or modify
@ -16,4 +16,4 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
version = '1.5.0'
version = '1.5.1'

@ -1,7 +1,7 @@
#!/usr/bin/env python
__copyright__ = """
Copyright (C) 2007 Novell Inc.
Copyright (C) 2007-2009 Novell Inc.
Author: Alex Tsariounov <alext@novell.com>
This program is free software; you can redistribute it and/or modify

@ -2,7 +2,7 @@
.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
.\" Instead of manually editing it, you probably should edit the DocBook XML
.\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
.TH "CSET" "1" "02/07/2009" "" ""
.TH "CSET" "1" "02/25/2009" "" ""
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@ -33,7 +33,7 @@ The concept of \fIshielded\fR cpus is that a certain number of cpus are partitio
For a simple shielded configuration, one typically uses three cpusets: the root set, a system set and a user set. \fICset\fR includes a super command that implements this strategy and lets you easily manage it. See \fIcset\-shield(1)\fR for more details.
.TP
Setting up and managing a comples shielding environment
Setting up and managing a complex shielding environment
Shielding can be more complex of course where concepts such as priority cpusets and intersecting cpuset can be used. You can use \fIcset\fR to help manage this type of shielding as well. You will need to use the \fIcset\-set(1)\fR and \fIcset\-proc(1)\fR subcommands directly to do that.
.TP
Managing cpusets on the system

@ -450,7 +450,7 @@ command that implements this strategy and lets you easily manage it.
See <em>cset-shield(1)</em> for more details.</p></div>
</dd>
<dt class="hdlist1">
Setting up and managing a comples shielding environment
Setting up and managing a complex shielding environment
</dt>
<dd>
<p>
@ -636,7 +636,7 @@ http://www.procode.org/stgit). Stacked GIT is under GPL V2 or later.</p></div>
<div id="footer">
<div id="footer-text">
Version 1.0<br />
Last updated 2009-02-07 18:55:58 MDT
Last updated 2009-02-25 12:42:05 MDT
</div>
</div>
</body>

@ -39,7 +39,7 @@ the root set, a system set and a user set. 'Cset' includes a super
command that implements this strategy and lets you easily manage it.
See 'cset-shield(1)' for more details.
Setting up and managing a comples shielding environment::
Setting up and managing a complex shielding environment::
Shielding can be more complex of course where concepts such as
priority cpusets and intersecting cpuset can be used. You can
use 'cset' to help manage this type of shielding as well. You

Loading…
Cancel
Save