1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261
|
schedutils ChangeLog
Fri Oct 1 2004 Robert Love <rml@novell.com>
* man/taskset.1: update for new -c option
Fri Oct 1 2004 Josh Ash <josha@sgi.com>
* taskset.c: add missing CPU_ZERO() to fix -c option
Fri Sep 24 2004 Robert Love <rml@novell.com>
* Makefile, schedutils.spec: bump version to 1.4.0
* taskset.c: cleanup, s/set/get/ in perror
Thu Sep 23 2004 Josh Aas <josha@sgi.com>
* taskset.c: add support for list (-c) option
Fri Apr 09 2004 Robert Love <rml@ximian.com>
* Makefile, schedutils.spec: bump version to 1.3.5
Fri Apr 09 2004 Kurt Garloff <garloff@suse.de>
* taskset.c: update for even newer system call format,
change internal CPU mask store to string so we can support many CPUs
Tue Mar 23 2004 Robert Love <rml@ximian.com>
* schedutils.spec: minor build updates
* taskset.c: update for new glibc and sched_*affinity system calls --
thanks to Marcus Meissner
* taskset.c, chrt.c: minor cleanups
* include/taskset.h, include/version.h, include/: remove
* Makefile: pass in the version as a define, so we don't need version.h
* Makefile: build with ANAL_WARN by default
* Makefile, schedutils.spec: bump version to 1.3.4
* AUTHORS: new file
Wed Sep 10 2003 Robert Love <rml@tech9.net>
* all: bump version to 1.3.3
* taskset.c: mark show_usage() static
* chrt.c and taskset.c: print usage information to stderr
* chrt.c and taskset.c: return nonzero on argument error
Sun Aug 31 2003 Darrel Tangman <dgtangman@acm.org>
* INSTALL: fix typo
Sat Aug 23 2003 Guus Sliepen <guus@sliepen.eu.org>
* include/taskset.h: add syscall support for Alpha and PA-RISC
Sun Aug 11 2003 Robert Love <rml@tech9.net>
* all: bump version to 1.3.2
Sat Aug 10 2003 Florian La Roche <Florian.LaRoche@redhat.de>
* schedutils.spec: correct 'Group' field in spec file
Fri Aug 08 2003 Matt Wilson <msw@redhat.com>
* include/taskset.h: make taskset compile for IA-64
Wed Aug 06 2003 Robert Love <rml@tech9.net>
* all: bump version to 1.3.1
* chrt.c: put a note in chrt(1)'s usage output noting that the
priority is required when changing policy.
Mon Jul 28 2003 Robert Love <rml@tech9.net>
* chrt.c: do Nathan's patch for chrt
Tue Jul 22 2003 Nathan Fredrickson <8nrf@qlink.queensu.ca>
* taskset.c: pass extra options as part of the argument
Thu Jun 19 2003 Robert Love <rml@tech9.net>
* chrt.c: cleanup
* chrt.c: uniform style
* taskset.c: uniform style
Thu Jun 12 2003 Robert Love <rml@tech9.net>
* all: bump version to 1.3.0
* include/taskset.h: add system call numbers for IA-64
* taskset.c and include/taskset.h: always setup the system calls
ourselves, as glibc is broken as-of 2.3.2 CVS 2003-05-09
Fri May 19 2003 Matt Wilson <msw@redhat.com>
* Makefile: do not force install as root
Sat Apr 19 2003 Robert Love <rml@tech9.net>
* all: bump version to 1.2.0
* all: bump copyright year to 2003
* all: exit with success on --help, not one
* chrt.c: whitespace cleanup
* chrt.c: s/atoi/strtol/ and check for errors
* taskset.c: whitespace cleanup
* taskset.c: check for strtoul() error
* taskset.c: use -V for version, not -v, to be like chrt and other
GNU utils
* Makefile: minor tweaks
Thu Apr 17 2003 Christian Borntrager <linux@borntraeger.net>
* include/taskset.h: correct syscall numbers for s390
Sun Jan 19 2003 Robert Love <rml@tech9.net>
* irqset.sh: remove
Tue Jan 07 2003 Kingsley Cheung <kingsley@aurema.com>
* chrt.c: show correct maximum real-time value
Tue Dec 21 2002 Robert Love <rml@tech9.net>
* lsrt.c: remove, newer procps provides real-time process information
* man/lsrt.1: removed
* man/chbatch.1: removed
Fri Dec 20 2002 Oron Peled <oron@actcom.co.il>
* Makefile: install doc directory with correct permission
Wed Dec 11 2002 Robert Love <rml@tech9.net>
* all: bump version to 1.1.0
* include/version.h: new file
* include/taskset.h: workaround to compile on glibc 2.3 (RH 8.0, etc.)
* chbatch.c and include/chbatch.h: removed
* lsrt: remove use of SCHED_BATCH
* chrt.h: removed
* INSTALL: redone
* autoconf: stop using autoconf - we are Linux-only
* Makefile: cleanup
* chrt.c and taskset.c: no need to specify '--' before command
* Makefile: use install(1) to install
* schedutils.spec: updates
Fri Nov 08 2002 Robert M. Love <rml@tech9.net>
* chrt.c: new min/max display (--max)
Wed Oct 02 2002 Robert M. Love <rml@tech9.net>
* all: bump version to 1.0.0
Sat Aug 17 2002 Robert M. Love <rml@tech9.net>
* man/chbatch.1: manpage for chbatch
* include/taskset.h: support ia64, s390, sparc, and x86-64
* include/taskset.h: fix wrong syscall number for PPC
Tue Jul 16 2002 Wessel Dankers <wsl@fruit.eu.org>
* chrt.c: make chrt quiet by default
* chrt.c: implement --verbose flag to make some noise
Tue Jul 16 2002 Robert Love <rml@tech9.net>
* lsrt.c: make aware of SCHED_BATCH tasks
* README: mention chbatch
Mon Jul 15 2002 Jeremy Andrews <jeremy@kerneltrap.com>
* Makefile.in: compile chbatch but don't install it by default
Mon Jul 15 2002 Robert Love <rml@tech9.net>
* all: bump version to 0.0.9
* various: minor cleanups
* chbatch.c: new SCHED_BATCH manipulating utility (not compiled
by default)
* include/chbatch.h: new
Fri Jun 27 2002 Robert Love <rml@tech9.net>
* all: bump version to 0.0.8
* lsrt.c: bug in get_cmdline
Thu Jun 27 2002 Robert Love <rml@tech9.net>
* all: bump version to 0.0.7
* include/taskset.h: add function prototypes for the affinity syscalls
* include/taskset.h: always setup the syscall information
* schedutils.spec: minor header change
Thu Jun 27 2002 Bryan Henderson
* lsrt.c: remember to close file in get_cmdline
* lsrt.c: fix potential buffer overrun
* README: s/rt/chrt/ in two places
* man/lsrt.1: typo fix
Tue Jun 18 2002 Robert Love <rml@tech9.net>
* all: bump version to 0.0.6
* all: at Debian's request, rename `rt' to `chrt'
Fri May 24 2002 Robert Love <rml@tech9.net>
* include/taskset.h: s/#if blah/#if defined(blah)/
Wed May 15 2002 Robert Love <rml@tech9.net>
* all: bump version to 0.0.5
* include/taskset.h: add syscall information for PPC
Wed May 15 2002 Frank Rowand <frowand@mvista.com>
* bond.c: rename taskset.c
* bond-irq: rename irqset.c
* taskset.c and irqset.c: new files
Tue May 14 2002 Robert Love <rml@tech9.net>
* all: bump version to 0.0.4
Mon May 13 2002 George Anzinger <ganzinger@mvista.com>
* lsrt.c: print COMMAND last so we can print a lot
Mon May 13 2002 Robert Love <rml@tech9.net>
* bond-irq.sh: add "--help" flag
Sat May 11 2002 Robert Love <rml@tech9.net>
* man/bond.1, man/bond-irq.1, man/lsrt.1, man/rt.1: new man pages
Fri May 10 2002 Robert Love <rml@tech9.net>
* all: bump version to 0.0.3
* Makefile.in: make `make install' work
Fri May 10 2002 Todd Poynor <tpoynor@mvista.com>
* rt.c, bond.c: make sure we call perror right after the offender
* lsrt.c: loop 1..MAX_PID not 0..MAX_PID-1
* bond-irq.sh: call the "usage" info something less scarey
* bond-irq.sh: check if /proc is mounted and if not complain
Fri May 10 2002 Robert Love <rml@tech9.net>
* all: bump version to 0.0.2
* rt.c: cleanup
* lsrt.c: new program to list real-time tasks
* Makefile.in: add lsrt.c, cleanup
Sun Apr 28 2002 Robert Love <rml@tech9.net>
* all: initial release (0.0.1)
|