Changelog for
blktrace-1.0.5-5.2.x86_64.rpm :
Sat Dec 29 13:00:00 2012 p.drouandAATTgmail.com
- Update to 1.0.5 version:
* Fix compiler warnings
* avoid string overflows
- Some improvements like using macro instead of RPM variables
Mon Jul 23 14:00:00 2012 wernerAATTsuse.de
- Add some missed fonts
Tue Jul 10 14:00:00 2012 wernerAATTsuse.de
- Make it build with latest TeXLive 2012 with new package layout
Thu Oct 27 14:00:00 2011 jeffmAATTsuse.de
- Update to v1.0.3 (bnc#720300 and others).
- Updated documentation
- Fixed multiple output errors
- Added FLUSH/FUA support
- Misc bug fixes
Wed Sep 21 14:00:00 2011 cooloAATTsuse.com
- disable parallel build again
Sat Sep 17 14:00:00 2011 jengelhAATTmedozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
Sat Sep 3 14:00:00 2011 crrodriguezAATTopensuse.org
- Fix build with no-add-needed (missing -pthread)
Thu Oct 15 14:00:00 2009 marek.beliskoAATTopen-nandra.com
- Fix memory leak (bnc #546035)
Tue Jul 21 14:00:00 2009 jblunckAATTsuse.de
- Fix memory leak in btrecord (bnc #523444).
Tue Jun 16 14:00:00 2009 jblunckAATTsuse.de
- Fix typo in btt (bnc #511264).
Fri May 29 14:00:00 2009 jblunckAATTsuse.de
- Update to version 1.0.1:
* blkrawverify: warn and return error if no traces are found
* blkiomon manpage and usage reference invalid \"msg-queue-name\" option
* fix up btrace options & manpage
* more manpage fixups
* fix max-pkts option inconsistencies
* Converted to using the correct remap entries
* blkiomon: fix unaligned accesses on ia64
* fix off-by-one issues in blkiomon.h
* fix include statement in stats.h
* handle race to mkdir at startup
* Fixed plug/unplug logic in btt
* Working on fixing % time q plugged
* fix trivial typo in manpage
* Add NOTIFY to activity mask
* Blktrace failed to lock reader threads on the cpu used by the
corresponding writer. This resulted in stale data being consumed when
blktrace accidently read at a position that was being written to at the
same time. This issue surfaced as \"bad trace magic\" warnings emitted by
blktrace tools.
* Generate matplotlib plots for btt generated data
* Update Jenkins hash to lookup3() variant
* Fixed EAGAIN handling in blktrace.c
* O_NOATIME isn\'t always present
* btt: Added no remap option
* btt general cleanup plus valgrind clean
* btt: Missed fopen conversion to my_fopen
* Code review updates
* Reworked blktrace master/thread interface
* Cleaned up devs that have no data
* Moved starting of tracing after tracers are going
* btt: fixed open in setup_ifile
* Synchronized trace gathering
* Invoke gethostbyname once, handle errors better
* Added accept as a system call needing resource increases
* Rewrote blktrace to have a single thread per CPU
* Fix btt to handle large numbers of output files
* Increased limits to allow for large system runs
* A couple of min-counters weren\'t initialised correctly (thrput_r,
thrput_w). We have got a perfectly working init function for this
purpose. Removing partially duplicated code.
* The git commit 11914a53d2ec2974a565311af327b8983d8c820d added
__BLK_TA_ABORT to blktrace_api.h. A corresponding addition to the blktrace
tools repository has been missing, breaking the API. Blkparse complained:
\"Bad fs action 40010011\"
* Added no messages option to blkparse.c
* gcc 4.3.2 has started to warn about:
* Added -P to create a data file w/ Q, D and C per line
* Fixed \'M\' displays on per-io output and added in I/O separator
* Fixed segfault in aqd.c : need to check for NULL (not requested)
* Added in -z to provide running waiting-for-issue latencies
* Moved btrecord/btreplay to version 1.0.0
Thu Apr 30 14:00:00 2009 jblunckAATTsuse.de
- Build with docs by default.