Changelog for
rt-tests-0.73-1.fc15.ccrma.x86_64.rpm :
* Mon May 09 2011 Clark Williams
- 0.73-1- fixed signal handling in hackbench (avoid thousands of zombies)- from Geunsik Lim - fix incorrect wakeup interface in cyclictest- from Wolfram Sang - Simplify Makefile using -D option to install- from Carsten Emde - add histogram summary column option (-H) to cyclictest- from Daniel Sangorrin - fix sched_setaffinity type error when building with UCLIB- from Uwe Kleine-König - install backfire\'s Makefile - modernize backfire\'s Makefile
* Fri Jun 25 2010 Clark Williams - 0.72-1- changed \'diff\' variable in timerthread() routine to be unsigned 64-bit to avoid overflow issues in debugging- included and changed all \'long long\' declarations to use uint64_t and int64_t
* Tue May 18 2010 Clark Williams - 0.71-1- from Michal Schmit : - fix accumulating overruns in periodic timer mode
* Fri Apr 09 2010 Clark Williams - 0.70-1- from Olaf Hering - skip python dependency during install if python not available
* Fri Apr 09 2010 Clark Williams - 0.69-1- fix bus error in cyclictest on NUMA systems with more than 16 cores- reset default cyclictest policy to SCHED_OTHER- from Carsten Emde - add pmqest program for testing posix message queue performance - misc doc fixes
* Fri Mar 19 2010 Clark Williams - 0.68-1- fix tracing difference between 2.6.24 and 2.6.33
* Tue Mar 16 2010 Clark Williams - 0.67-1- modified specfile to add hackbench- modified internal ftrace logic for correct tracing- Changed rpm %description field to be more descriptive (BZ# 572323)- from Carsten Emde - added smp option to svsematest - fixed policy display in cyclictest- from John Kacur - changed default scheduling policy to SCHED_FIFO - fixed spelling mistake on cyclictest man page - use symbolic names for scheduling policy - reverted commit 582be2a52c43801a10d318de7491f1cc7243d5cf to deal with bug in priority distribution- from Uwe Kleine-König - renamed pip to pip_stress - eliminated use of temp files in dependency generation - install backfire.c module source in /usr/src/backfire- from David Sommerseth - added new-and-improved hackbench to rt-tests
* Mon Feb 15 2010 Clark Williams - 0.66-1- fix incorrect usage of sched_setscheduler in check_privs()
* Mon Feb 08 2010 Clark Williams - 0.65-1- add workaround to hwlatdetect for incorrect initializer in smi_detector.ko
* Fri Jan 29 2010 Clark Williams - 0.64-1- from John Kacur - automatic dependency generation - style cleanups - libnuma code cleanups - add copyright to rt_numa.h
* Wed Jan 27 2010 Clark Williams - 0.63-1- added support for libnuma V1 API
* Tue Jan 26 2010 Clark Williams - 0.62-1- added NUMA option- patch from Uwe Kleine-König to clarify source copyrights- moved hwlatdetect to python site-library
* Wed Jan 13 2010 Clark Williams - 0.61-1- added --smp/-S option to setup for basic SMP testing- added warn() and fatal() utility functions
* Tue Dec 29 2009 Clark Williams - 0.60-1- John Kacur : - added pip test (process based priority inheritance) - refactored some error routines into the common library - added \'make tags\' option to Makefile- Michael Olbrich added an unbuffered output option to cyclictest (-u/--unbuffered)
* Mon Dec 21 2009 Clark Williams - 0.59-1- deleted classic_pi- David Sommerseth : - added help text for -M (refresh-on-max) option for cyclictest - fixed parsing of --mlockall in signaltest- Carsten Emde provided a better explaination for using the kernel module with the backfire program- John Kacur cleaned up the trailing comments on the guard macros in src/lib/rt-utils.h
* Mon Dec 21 2009 Clark Williams - 0.58-1- merged jkacur\'s portable getcpu() code- fixed inadvertent conversion of some source to DOS text files
* Mon Dec 14 2009 Clark Williams - 0.57-1- John Kacur folded in Carsten Emde\'s tests - ptsematest - sigwaittest - svsematest - sendme- Carsten Emde created a utility library moving functions from cyclictest into src/lib/rt-utils.c- Makefile cleanups from jkacur
* Thu Dec 10 2009 Clark Williams - 0.56-1- cyclictest: added code to print break thread id with -b
* Thu Nov 19 2009 Clark Williams - 0.55-1- pi_stress: cosmetic newline added- fixes from John Kacur - pi_stress: Remove racy state variables that cause watchdog to trigger - pi_stress: Check whether quiet is set, before taking shutdown_mtx - pi_stress: Use a pthread_mutex_t for the global variable shutdown
* Tue Nov 17 2009 Clark Williams - 0.54-1- patches from John Kacur - fix source style issues in pi_stress - add a DEBUG option to the Makefile - use CFLAGS for C compiler options - label targets as PHONY if not generating actual file- patch to remove rt-tests.spec from .PHONY in Makefile
* Mon Nov 16 2009 Clark Williams - 0.53-2- added back missing dist tag for release
* Tue Oct 06 2009 Clark Williams - 0.53-1- fixed incorrect format string in hwlatdetect.py- added docs/release-checklist.txt
* Mon Sep 21 2009 Clark Williams - 0.52-1- fixes and cleanups to pi_stress from jkacur- added rostedt\'s rt-migrate-test
* Thu Sep 03 2009 Clark Williams - 0.51-1- two manpage fixes from Uwe Kleine-König - added -M option from Arnaldo Carvahlo de Melo (for use on low-bandwidth connections, defer\'s update until new max hit)
* Fri Jul 24 2009 Clark Williams - 0.50-2- minor patch to fix reporting option of hwlatdetect
* Thu Jul 16 2009 Clark Williams - 0.50-1- patch to cyclictest from Sebastian Andrzej Siewior to process options before checking for root user- patch to cyclictest from Sebastian Andrzej Siewior to exit with proper error code on exit- added scripts/do-git-push script- added push target to Makefile- rewrite of hwlatdetect script to handle old smi_detector module
* Sun Jul 05 2009 Clark Williams - 0.47-1- patch from GeunSik Lim to reorder options for readability- patch from GeunSik Lim to add --policy option- patch from GeunSik Lim to clarify -h option usage- modified --policy to take scheduler policy name instead of integers
* Thu Jul 02 2009 Clark Williams - 0.46-1- added fix from Daniel Gollub (doomsday latency)
* Thu Jul 02 2009 Clark Williams - 0.45-1- bugfix from Daniel Gollub (fix cyclictest segfault)- cyclictest format change from Sven-Thorsten Dietrich - added help target to Makefile
* Tue Jun 30 2009 Clark Williams - 0.44-1- fix to specfile (renamed smidetect to hwlatdetect)- added code to hwlatdetect allow setting window and width properly
* Thu Jun 25 2009 Clark Williams - 0.43-1- manpage fixes from Uwe Kleine-Konig
* Fri Jun 12 2009 Clark Williams - 0.42-1- renamed smidetect -> hwlatdetect
* Thu May 28 2009 Clark Williams - 0.41-1- added Stefan Agner\'s patch to fix calculating time difference when delta is bigger than 2147 seconds
* Wed May 13 2009 Clark Williams - 0.40-1- added smidetect
* Thu Jan 03 2008 Clark Williams - 0.18-1- Initial build.