Commit Graph

  • 02ef9e09e1 Update to 1.6pre1 includes following changes: master v1.6pre1 Libor Pechacek 2018-02-08 08:34:03 +0100
  • 026fb4b1d2 Fix ProgressBar.progress() call python3 Libor Pechacek 2018-02-07 12:50:24 +0100
  • 16b4846505 Use io.open for compatibility with Python 3 Libor Pechacek 2018-02-07 09:49:23 +0100
  • b4de1a75a7 Refresh generated docs Libor Pechacek 2017-12-06 11:15:52 +0100
  • 78f3c08545 Update author's e-mail address Libor Pechacek 2017-12-06 11:01:33 +0100
  • ee601b92d3 Clean up after automated conversion Libor Pechacek 2017-12-06 10:52:07 +0100
  • 1344191105 Pass cpuset through Futurize Libor Pechacek 2017-12-06 10:25:29 +0100
  • 011f52297d Update setup.py with new information Libor Pechacek 2017-12-06 10:24:15 +0100
  • b5bcd7937c Recognize SCHED_DEADLINE policy Libor Pechacek 2017-03-22 11:34:48 +0100
  • a65e82c1d5 Merge branch 'vivekanand1117-patch-1' Libor Pechacek 2016-03-07 13:59:14 +0100
  • 058ec1d4b9 v1.5.8 release Libor Pechacek 2016-03-07 13:33:57 +0100
  • 70bfe38224 Add script to set version string at multiple places Libor Pechacek 2016-03-07 12:51:23 +0100
  • 837009c869 v1.5.8 release v1.5.8 Libor Pechacek 2016-03-07 13:33:57 +0100
  • 3d188f68a5 Add script to set version string at multiple places Libor Pechacek 2016-03-07 12:51:23 +0100
  • 241477ef2d Updating version number to 1.5.7 Vivekanand 2016-03-07 16:56:17 +0530
  • ae629aa1dc Update NEWS with v1.5.7 release notes v1.5.7 Libor Pechacek 2016-01-13 09:21:06 +0100
  • 6de8563184 cpuset: remove obsolete 'Authors' section from cpuset.spec Mike Galbraith 2015-12-30 13:23:35 +0100
  • 8ffce0b3d0 Fix setup.py Libor Pechacek 2015-12-29 22:06:02 +0100
  • 86cb8ac7d3 Docu: fixed a typo Libor Pechacek 2015-12-23 14:21:20 +0100
  • 1341fdd07d Update URLs after project migration Libor Pechacek 2015-12-23 13:58:44 +0100
  • 9fb1132877 Docu: fix asciidoc build error Libor Pechacek 2015-12-23 14:01:54 +0100
  • e3fa37041a Docu: remove mention about nonexistent option Libor Pechacek 2015-12-23 13:31:08 +0100
  • fd1d8c345f Migrating wiki contents from Google Code wiki Google Code Exporter 2015-12-23 02:58:44 -0500
  • 226c8185d4 Parse /proc/<pid>/stat properly Libor Pechacek 2015-12-22 15:10:55 +0100
  • 0dab14e927 Handle unknown scheduler policy codes gracefully Libor Pechacek 2015-12-22 12:50:55 +0100
  • de1ae0d598 Fix crash with SCHED_IDLE policy Libor Pechacek 2015-12-22 09:46:00 +0100
  • 2214078783 cset, make it handle cgroup mounts Mike Galbraith 2013-09-04 08:09:38 +0200
  • 3530e5d789 Added tag rel_1.5.6 for changeset 74eb810ae9d9 Alex Tsariounov 2011-06-09 15:00:02 -0400
  • 852b9985ff Also set USER env var when execting new process with the --user option. rel_1.5.6 Alex Tsariounov 2011-06-09 14:59:06 -0400
  • 3f26cbfb0b Added tag rel_1.5.6 for changeset bd89526b6626 Alex Tsariounov 2011-06-09 13:25:34 -0400
  • ae24e7d34a Fix for Issue #5 (LOGNAME not set on exec with --user parameter) Also updated dates and some incorrect texts. Alex Tsariounov 2011-06-09 13:20:23 -0400
  • f17b178714 Removed tag 28 Alex Tsariounov 2010-08-03 16:52:34 -0600
  • f437c4ed46 Added tag rel_1.5.5, 28 for changeset a73efd0e8871 Alex Tsariounov 2010-08-03 16:14:52 -0600
  • f1572064d5 Release 1.5.5 with fix for Issue#3. rel_1.5.5 Alex Tsariounov 2010-08-03 16:07:23 -0600
  • cb9ce1ca24 Output message for cset set --cpu_exclusive and --mem_exclusive modification. This is currently not implemented. Alex Tsariounov 2010-08-02 08:43:09 -0600
  • 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. Alex Tsariounov 2010-08-02 08:37:29 -0600
  • 6c3a137e28 Increment version for stage release. Alex Tsariounov 2010-08-02 08:35:20 -0600
  • 3f5d29beb2 Added mostroski to AUTHORS. Alex Tsariounov 2010-06-10 18:47:02 -0600
  • 759814ca0a Added tag rel_1.5.4 for changeset fef3279d9301 Alex Tsariounov 2010-05-07 16:35:18 -0600
  • ae5c2923c1 Release 1.5.4 Includes patch by mostroski for Issue#2, fixes exception if running tasks with non-existent uids. rel_1.5.4 Alex Tsariounov 2010-05-07 16:28:22 -0600
  • afa3d3943d Apply patch by mostroski to commands/proc.py which fixes exception if a process is run with a nonexistant uid. When listing processes running in a cpuset, the patch tries to lookup the user name by uid, and if the uid does not exist in /etc/passwd, the uid is printed instead of the user name. Alex Tsariounov 2010-04-29 21:28:01 -0600
  • ef072838bc Add .hgignore file to igrore dist and python bytecode files. Alex Tsariounov 2010-04-29 21:21:07 -0600
  • 5012e30630 Added tag rel_1.5.3 for changeset e50c7714a80d Alex Tsariounov 2010-02-11 19:25:07 -0700
  • 1d0bd4e01b Fix misspelling. rel_1.5.3 Alex Tsariounov 2010-02-11 19:24:51 -0700
  • e03a8bb9d0 Removed tag rel_1.5.3 Alex Tsariounov 2010-02-11 19:24:40 -0700
  • 72b1f547b1 Remove superfluous revision comment Alex Tsariounov 2010-02-11 14:39:29 -0700
  • 06edf3b087 Added tag rel_1.5.3 for changeset f77fa69a25f0 Alex Tsariounov 2010-02-11 14:32:12 -0700
  • d479f322b4 Update spec file for current release. Alex Tsariounov 2010-02-11 14:31:58 -0700
  • d8b2d35fd3 Removed tag rel_1.5.3 Alex Tsariounov 2010-02-11 14:31:41 -0700
  • 1c405360f9 Added tag rel_1.5.3 for changeset 3fb90b7bc5e0 Alex Tsariounov 2010-02-11 14:14:29 -0700
  • a0b850ddda Removed TODO from dist. Alex Tsariounov 2010-02-11 13:58:43 -0700
  • b01c7911ac Removed TODO and cpuset/task.py. Alex Tsariounov 2010-02-11 13:57:43 -0700
  • 08be173ace Updated version. Updated documentation. Updated copyright. Added contributor recognition. Updated links to new project hosting site. Alex Tsariounov 2010-02-11 13:42:56 -0700
  • bd2f26b93a Patch submitted by Christopher Johnston on 20100210 to fix case sensitivity in set search applied. Alex Tsariounov 2010-02-11 13:32:17 -0700
  • acaf2a4f70 Added tag rel_1.5.2 for changeset b8fe8257948f Alex Tsariounov 2009-12-07 21:55:09 -0700
  • 7509eceabe Added current release 1.5.2 to repo. rel_1.5.2 Alex Tsariounov 2009-12-07 21:55:02 -0700
  • c263d76012 Added tag rel_1.5.1 for changeset 76bf1ddfb823 Alex Tsariounov 2009-12-07 21:53:43 -0700
  • 19b596ac2b Added prior version 1.5.1 to repo. rel_1.5.1 Alex Tsariounov 2009-12-07 21:53:31 -0700
  • 4baa9627b7 Added tag rel_1.5.0 for changeset c49385335984 Alex Tsariounov 2009-12-07 21:52:30 -0700
  • 370b2333ed Add prior version 1.5.0 to repo. rel_1.5.0 Alex Tsariounov 2009-12-07 21:52:22 -0700
  • a2e80c6ca6 Added tag rel_1.04 for changeset f7292762450e Alex Tsariounov 2009-12-07 21:49:35 -0700
  • 7c9c4134b3 Add prior release version 1.04 to repo. rel_1.04 Alex Tsariounov 2009-12-07 21:49:23 -0700