Changelog for
es40-20100428cvs-2.2.x86_64.rpm :
Thu Nov 24 13:00:00 2016 aloisioAATTgmx.com
- Fix build
- Spec cleanup
Wed Apr 28 14:00:00 2010 uliAATTsuse.de
- update -> 20100428cvs
- fix to build in Factory
Fri Sep 11 14:00:00 2009 uliAATTsuse.de
- update -> 20090910cvs:
- New BREAKPOINT READ, WRITE and ACCESS commands in the debugger allow breakpoint to be set
on data access. (12-jun-2008, Camiel Vanderhoeven)
- Support for SRM/DPR mechanism for starting secondary CPUs. Not working correctly, although
we seem to be on to something. (12-jun-2008, Camiel Vanderhoeven)
- Fixed unaligned memory access handling. (12-jun-2008, Camiel Vanderhoeven)
- Fixed compilation on Fedora 9 / gcc 4.3.0, and probably other configurations as well.
(12-jun-2008, Caolan McNamara)
- Removed dependency on Poco by including parts of it. (31-may-2008, Camiel Vanderhoeven)
- Fixed a bug in the SDL configuration script (checking for \"true\" rather than \"yes\" in the
final test). (09-may-2008, Caolán McNamarra)
- Floppy controller implementation. (29-apr-2008, Brian Wheeler)
- CDiskController is no longer a CPCIDevice. This alows for non-PCI diskcontrollers (like the
floppy controller. (29-apr-2008, Camiel Vanderhoeven)
- Added memory map dumping and memory range checking. (29-apr-2008, Brian Wheeler)
- Rewrote DMA code to make it ready for floppy support. (18-apr-2008, Brian Wheeler)
- More questions in debug confuration script. (03-apr-2008, Camiel Vanderhoeven)
- Improved support for SDL on OS-X. (10-apr-2008, Martin Borgman)
- Compile on OpenVMS; new OpenVMS build scripts generated from the UNIX build scripts; Include
selected parts of Poco (Poco has dropped support for OpenVMS). (02-apr-2008, Camiel
Vanderhoeven)
- Created configuration file utility. (28-mar-2008, Camiel Vanderhoeven)
- Support OpenVMS file paths. (26-mar-2008, Camiel Vanderhoeven)
- Use the config.h data created by the configure script. (26-mar-2008, Camiel Vanderhoeven)
- Improved IDE locking by a) Removing all of the general register locking; b) Busmaster locking
is still in place, but it might not be needed, this locking is pretty fine grained so nothing
should time out waiting for it; c) Creating an alt_status variable which gets updated when the
real status becomes stable (i.e. at the end of the execute() run, after the drq status is
changed, etc), access to this variable is locked; d) Everything else is a free for all.
(20-mar-2008, Brian Wheeler)
- Implement an optional delayed IDE interrupt. The OSes still lose interrupts sometimes.
(20-mar-2008, Brian Wheeler)
- Create configuration files to use GNU\'s Autotools. (20-mar-2008, Camiel Vanderhoeven)
- Support disk image files >2GB on linux. (19-mar-2008, Camiel Vanderhoeven)
- Fixed some IDE CD-ROM issues that were introduced with the multi-threading patch. (17-mar-2008,
Brian Wheeler)
- Restored SDL functionality. (16-mar-2008, Camiel Vanderhoeven)
- Better exception handling, restored Serial port menu functionality (14-mar-2008, Camiel
Vanderhoeven)
- Ability to stop and restart threads, restored save/restore state functionality. (13-mar-2008,
Camiel Vanderhoeven)
- Use separate threads for devices rather than crowding everything into one thread. Use Poco
libraries for platform independent threading. NOTE: This patch breaks some functionality that
we will need to regain in the future. (05-mar-2008, Camiel Vanderhoeven)
Sun Nov 16 13:00:00 2008 uliAATTsuse.de
- fixed rpmlint complaint