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 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557
|
2023-01-21 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.0.7
[ Vratislav Bendel ]
* Check for sys/prctl.h availability, because non-Linux
architectures don't provide <sys/prctl.h>.
[ Joao Eriberto Mota Filho ]
* Improved GitHub CI:
- Added CI test for macOS.
- Added a check for stress command.
- Added a test for 'make dist-bzip2'.
* Moved manpage from doc/ to man/.
2023-01-17 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.0.6
[ Vratislav Bendel ]
* Register parent termination signal in child processes.
[ Joao Eriberto Mota Filho ]
* Added 'make dist' check in CI test.
* Added rights for Vratislav Bendel.
* Re-organized src/stress.c via astyle command.
* Updated GPL-2 license text for src/stress.c.
2021-10-01 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.0.5
* Added CI test for GitHub.
* Migrated manpage system to txt2man.
* Modernized system install.
* Set right permissions to source code.
* Updated README and added a CONTRIBUTING file.
* Other minor changes and improvements.
2010-03-19 Amos Waterland <apw@rossby.metr.ou.edu>
Version 1.0.4
* configure.in, doc/version.texi: Up to version 1.0.4.
* src/stress.c: Fix unlink error reported by Farkas Levente.
2010-03-17 Amos Waterland <apw@rossby.metr.ou.edu>
* src/stress.c: Make the error message on unlink fail more clear.
2010-02-18 Amos Waterland <apw@rossby.metr.ou.edu>
Version 1.0.3
* NEWS, doc/version.texi: Fix NEWS.
* configure.in, src/stress.c: Up to version 1.0.3. Remove no-clean
option.
2009-12-03 Amos Waterland <apw@rossby.metr.ou.edu>
Version 1.0.2
* NEWS, configure.in, doc/version.texi: Up to version 1.0.2.
* src/Makefile.am: Remove Wall and Werror flags so we can build
on AIX with xlc.
* src/stress.c: Apply patch from Wilken Gottwalt to make tee
behave properly.
2009-08-12 Amos Waterland <apw@rossby.metr.ou.edu>
Version 1.0.1
* NEWS: Update the NEWS file.
* etc/deb/Makefile, etc/deb/debian/changelog, etc/deb/debian/control,
etc/deb/debian/rules: More changes for packaging.
* etc/deb/Makefile, etc/deb/debian/changelog, etc/deb/debian/control,
etc/deb/debian/rules: Changes for the purpose of packaging.
* doc/version.texi: Increase version.
* NEWS, configure.in: Up to version 1.0.1
* src/stress.c: Apply patch from Dileepa Prabhakar to randomize
slow writing.
* Makefile.am, src/Makefile.am: Small cleanups for automake.
* src/stress.c: Initialize pointer.
2008-05-30 Amos Waterland <apw@rossby.metr.ou.edu>
* FAQ, README: Add FAQ and modify README.
2007-12-17 Amos Waterland <apw@rossby.metr.ou.edu>
Version 1.0.0
* NEWS, README, configure.in, doc/version.texi: Up to version 1.0.0.
2007-12-15 Amos Waterland <apw@rossby.metr.ou.edu>
* src/stress.c: Add check for memory corruption.
2007-01-25 Amos Waterland <apw@rossby.metr.ou.edu>
* etc/deb/debian/control: Change priority from optional to extra.
2007-01-23 Amos Waterland <apw@rossby.metr.ou.edu>
* TODO: Add build standalone.
* TODO: Add note about option directions.
* doc/version.texi, etc/deb/Makefile, etc/deb/debian/changelog:
Up to version 0.18.9
2007-01-18 Amos Waterland <apw@rossby.metr.ou.edu>
* configure.in, etc/deb/Makefile, etc/deb/debian/changelog,
etc/deb/debian/control, etc/deb/debian/rules: Up to version 0.18.9.
* doc/Makefile.am: Make a better apropos message for manpage.
2005-12-08 Amos Waterland <apw@rossby.metr.ou.edu>
* NEWS, doc/version.texi: Add entry for 0.18.8 release.
* configure.in: Up version to 0.18.8.
* src/stress.c: Apply patch from Richard Norton to fix calculation
of timeouts with year suffixes.
* AUTHORS: Add Richard Norton to list of patch contributors.
2005-08-09 Amos Waterland <apw@rossby.metr.ou.edu>
* etc/deb/Makefile, etc/deb/debian/changelog, etc/deb/debian/control:
Fixes for version 0.18.6.
2005-07-03 Amos Waterland <apw@rossby.metr.ou.edu>
* src/stress.c: Apply modified patch from Bob Paulsen to add the
option to keep memory instead of freeing and reallocating it.
2005-06-30 Amos Waterland <apw@rossby.metr.ou.edu>
Version 0.18.6
* NEWS: Add note for version 0.18.6.
2005-06-27 Amos Waterland <apw@rossby.metr.ou.edu>
* configure.in: Up to version 0.18.6.
* src/stress.c: Use less whitespace for help statement indents.
Fix help statement for --vm-hang option.
* configure.in: Increment to version 0.18.5.
* AUTHORS: Add Bob Paulsen.
* src/stress.c: Add option to stride through memory in increments
other than unity. Modify option to hang after allocating memory
to support values other than infinity.
2005-06-04 Amos Waterland <apw@rossby.metr.ou.edu>
* src/stress.c: Make message about using up time before all workers
dispatched a warning instead of a debug.
2005-05-29 Amos Waterland <apw@rossby.metr.ou.edu>
* TODO: Explain about removing the --backoff option.
* TODO: Initial check-in.
2005-04-08 Amos Waterland <apw@rossby.metr.ou.edu>
Version 0.18.4
* NEWS: Add entry for version 0.18.4
2005-03-10 Amos Waterland <apw@rossby.metr.ou.edu>
* etc/deb/debian/changelog: Update to version 0.18.4-1.
* etc/deb/Makefile: Update to version 0.18.4.
* bootstrap: Do not specify version of autoconf.
* configure.in: Increment to version 0.18.4.
* doc/stress.texi: Move from the GFDL to the GPL.
* etc/deb/debian/control: Do not include sentence about autotools
and C.
2005-02-26 Amos Waterland <apw@rossby.metr.ou.edu>
* etc/deb/debian/rules: Follow Gaudenz Steinlin's suggestion of
removing commented-out rules.
* etc/deb/debian/copyright: Follow Gaudenz Steinlin's suggestion
of combining upstream author and debianizer.
* etc/deb/debian/control: Change standards version to 3.6.1.1.
* etc/deb/debian/changelog: Follow Gaudenz Steinlin's suggestion
of making initial upload have only one revision.
* etc/deb/Makefile: Update version to 0.18.3.
* bootstrap: We rely upon autoconf2.50.
* etc/deb/debian/control: Update standards version to 3.6.1.0.
2005-02-10 Amos Waterland <apw@rossby.metr.ou.edu>
* src/stress.c: Add 2005 to copyright statement.
* src/stress.c: Change the --vm-hang usage statement to be symmetric
with that of --hdd-noclean.
* src/stress.c: Clarify --vm-hang usage explanation.
2005-01-14 Amos Waterland <apw@rossby.metr.ou.edu>
* configure.in: Increment version to 0.18.3.
* src/stress.c: Indentation fixes.
* src/stress.c: Fix bug in which timeout under heavy load can wrap
to a negative value. Also, print index of each worker type as it
is forked.
2005-01-12 Amos Waterland <apw@rossby.metr.ou.edu>
* src/stress.c: Make suffix explanation in usage statement more
clear.
2004-12-21 Amos Waterland <apw@rossby.metr.ou.edu>
* src/stress.c: Change email address. Update copyright years.
* doc/stress.texi, AUTHORS, NEWS, README: Change email address.
* doc/version.texi: Update to version 0.18.2
* src/stress.c: Do not print line number in debug messages.
Print more debugging messages during vm and hdd work.
2004-11-18 Amos Waterland <apw@rossby.metr.ou.edu>
Version 0.18.2
* etc/rpm/Makefile, etc/rpm/SPECS/stress.spec: Increment version
to 0.18.2.
* bootstrap: Temporarily create a ChangeLog file to make automake
happy.
* NEWS: Add entry for version 0.18.2.
2004-09-02 Amos Waterland <apw@rossby.metr.ou.edu>
* etc/deb/debian/changelog: Add entry for 0.18.2.
* etc/deb/debian/control: Change version of debhelper required.
* Makefile.am: Add ChangeLog to EXTRA_DIST.
* etc/deb/Makefile: Increment version to 0.18.2
* Makefile.am: Use automatic generation scheme for ChangeLog.
* ChangeLog: Removing in favor of automatic generation scheme.
* configure.in: Increment version number to 0.18.2.
2004-07-21 Amos Waterland <apw@rossby.metr.ou.edu>
* Makefile.am: Use cvs log to generate input to rcs2log.
* src/stress.c: Reword most of the usage statement.
* NEWS: Add release history by pulling from Freshmeat records.
2003-11-25 Amos Waterland <apw@rossby.metr.ou.edu>
* ChangeLog, src/stress.c: Include b in list of valid suffixes.
2003-08-04 Amos Waterland <apw@rossby.metr.ou.edu>
Version 0.18.1
* ChangeLog: Add entries.
* etc/deb/Makefile: Update version number.
* etc/deb/debian/changelog: Updated package version.
* etc/deb/debian/files: Removed file.
2003-07-31 Amos Waterland <apw@rossby.metr.ou.edu>
* etc/rpm/Makefile, etc/rpm/SPECS/stress.spec: Change to 0.18.1.
* configure.in: Up version number.
* src/stress.c: Cast return of getpid in message printing to
long long.
* configure.in: Up version number.
* src/stress.c: Make parent reap all children as soon as any of
them have an error condition.
* src/stress.c: Make warn and fail messages appear in all caps,
print pid in all messages other than info class.
* src/stress.c: Make copyright in header include 2003.
* src/stress.c: Make all the rest of the syscalls print output of
strerror() if they fail.
* src/stress.c: Make all syscalls in hoghdd() print the output
of strerror() upon failure. Change meaning of do_hdd_clean to
be intuitive.
2003-07-14 Amos Waterland <apw@rossby.metr.ou.edu>
* etc/deb/Makefile: Change clean rule.
* etc/deb/Makefile: Remove CVS dir.
* etc/deb/Makefile: Change tarball name.
* etc/deb/debian/control, etc/deb/debian/copyright,
etc/deb/debian/docs, etc/deb/debian/files, etc/deb/debian/info,
etc/deb/debian/rules, etc/deb/Makefile, etc/deb/debian/changelog:
Initial check-in.
2003-07-08 Amos Waterland <apw@rossby.metr.ou.edu>
* etc/rpm/SPECS/stress.spec: Up release.
* etc/rpm/SPECS/stress.spec, etc/rpm/Makefile: Changes.
2003-07-07 Amos Waterland <apw@rossby.metr.ou.edu>
* etc/rpm/SPECS/stress.spec, etc/rpm/Makefile, etc/rpm/stress.spec:
Change organization.
* etc/rpm/stress.spec: Initial check-in.
2003-06-17 Amos Waterland <apw@rossby.metr.ou.edu>
* configure.in: Up version.
* ChangeLog: Add entry.
* configure.in: Up version.
* src/stress.c: Use sscanf instead of atoll for portability.
Original patch contributed by David Ranch <dranch@juniper.net>.
2003-05-25 Amos Waterland <apw@rossby.metr.ou.edu>
Version 0.17
* configure.in: Up version.
2003-05-08 Amos Waterland <apw@rossby.metr.ou.edu>
Version 0.17pre20
* doc/Makefile.am, doc/version.texi: Minor change.
* AUTHORS, README: Removed help2man hooks.
* doc/version.texi: Change.
* doc/stress.texi: Updates.
* configure.in: Up.
* ChangeLog: Minor.
* src/stress.c: Make worker return messages consistent. Print value
of signal if worker killed abnormally.
* src/stress.c, ChangeLog: Make arguments check for invalid values.
* ChangeLog, doc/version.texi: Minor changes.
2003-05-07 Amos Waterland <apw@rossby.metr.ou.edu>
* test/Makefile.am: Removed test.
* test/check_hogcpu: Minor change.
* ChangeLog: Note.
* src/stress.c: Major reworking. Removed many options. Moved to
round-robin dispatcher model.
* configure.in: Up version.
2003-05-06 Amos Waterland <apw@rossby.metr.ou.edu>
Version 0.17pre18
* src/stress.c: (atoll_b) Use shift instead of multiply for speed.
Original patch contributed by Wes Hofmann <whofmann@yahoo.com>.
* ChangeLog, configure.in: Up version number.
* src/stress.c: Changed usage statement.
* doc/Makefile.am, doc/version.texi: Minor change.
* test/Makefile.am: Removed hoghdd test.
* configure.in: Up version number
* src/stress.c: Major rework.
2003-04-12 Amos Waterland <apw@rossby.metr.ou.edu>
* configure.in: Upped version.
* configure.in, doc/stress.texi, doc/version.texi: Minor changes.
2003-03-28 Amos Waterland <apw@rossby.metr.ou.edu>
* configure.in: Cleanup again as per glibc.
* doc/version.texi, configure.in: Cleaned up the --enable-static
option.
* configure.in: Added --enable-static-link.
* src/Makefile.am: Added -Werror.
2003-01-16 Amos Waterland <apw@rossby.metr.ou.edu>
* configure.in: Minor change.
2002-12-17 Amos Waterland <apw@rossby.metr.ou.edu>
* README: Minor changes.
2002-12-14 Amos Waterland <apw@rossby.metr.ou.edu>
* README, configure.in: Minor changes.
* src/stress.c: Added --vm-hang.
2002-12-13 Amos Waterland <apw@rossby.metr.ou.edu>
* AUTHORS, ChangeLog, doc/version.texi, configure.in: Minor changes.
* src/stress.c: Remove hard coding of 'stress' in usage,
version statements. Original patch contributed by Manoj Iyer
<manjo@austin.ibm.com>.
2002-12-11 Amos Waterland <apw@rossby.metr.ou.edu>
* README, doc/version.texi: Minor changes.
* src/stress.c: Minor bugfix.
* configure.in: Minor changes. This is pre12 shipped to rcp.
* doc/Makefile.am, doc/stress.texi, doc/stress.1, Makefile.am,
configure.in, src/stress.c, test/Makefile.am, test/check_atoll_s,
test/check_hogcpu, test/check_hoghdd: Minor changes.
* src/stress.c: Added alarm for vm,hdd dispatchers. Added kill
of process group at end of main.
* src/stress.c: Removed the hog prefix from switches.
* test/check_hogcpu: Minor changes.
* src/stress.c: Removed bogus timeout > backoff stuff.
* test/check_hogcpu: Less forks.
* src/stress.c: Added timeout > backoff check.
* src/stress.c: stress.c
* test/check_hogcpu: Added a sleep.
* doc/Makefile.am: Minor changes.
* doc/Makefile.am, doc/stress.1, doc/version.texi: Re-added file.
* src/stress.c: Removed kill of process group.
* test/Makefile.am, test/check_hogcpu, test/check_hoghdd: Minor
changes.
2002-12-10 Amos Waterland <apw@rossby.metr.ou.edu>
Version 0.17pre10
* test/Makefile.am, test/check_hoghdd: Added file.
* doc/Makefile.am: Minor changes.
* COPYING, Makefile.am, src/Makefile.am, test/Makefile.am,
doc/Makefile.am: Added MAINTAINERCLEANFILES variable.
* test/Makefile.in, doc/texinfo.tex, src/Makefile.in, doc/fdl.texi,
doc/mdate-sh, doc/stress.1, doc/stress.texi, doc/Makefile.am,
doc/Makefile.in, install-sh, missing, mkinstalldirs, Makefile.in,
aclocal.m4, configure: Removed files.
* src/stress.c: Added backoff capability.
* configure, configure.in, doc/Makefile.am, doc/Makefile.in:
Minor changes.
* doc/stress.texi, doc/version.texi: Added quotes of options in
examples section.
* src/stress.c: Implemented ignore of non-critical errors. Has the
kill each process leader timeout implementation.
2002-12-08 Amos Waterland <apw@rossby.metr.ou.edu>
Version 0.17pre8
* AUTHORS, ChangeLog, doc/stress.1, src/stress.c: Changed email
address.
* test/check_usage_return_code, test/check_version_return_code,
test/Makefile.am, test/Makefile.in, doc/Makefile.in, doc/mdate-sh,
doc/stress.texi, src/Makefile.in, src/stress.c, Makefile.in,
aclocal.m4, configure, configure.in, doc/Makefile.am: Minor changes.
* doc/version.texi, doc/fdl.texi, doc/stress.texi, doc/texinfo.tex:
Initial add.
* README: Minor wording change.
* src/stress.c: Initial import after a complete rewrite.
Contains ideas from Don Giuliano <guido@ou.edu> and Tobias Jahn
<jahn@in.tum.de>.
* COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README, bootstrap,
configure.in, doc/Makefile.am, doc/stress.1, install-sh, missing,
mkinstalldirs, src/Makefile.am, test/Makefile.am, test/check_atoll_s,
test/check_usage_return_code, test/check_version_return_code:
Initial import.
* COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
bootstrap, configure.in, doc/Makefile.am, doc/stress.1,
install-sh, missing, mkinstalldirs, src/Makefile.am, src/stress.c,
test/Makefile.am, test/check_atoll_s, test/check_usage_return_code,
test/check_version_return_code: New file.
* AUTHORS: Initial import.
* AUTHORS: New file.
|