URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [tools/] [src/] [tools/] [ecostest/] [ChangeLog] - Rev 174
Compare with Previous | Blame | View Log
2003-04-11 John Dallaway <jld@ecoscentric.com>* common/eCosTestPlatform.cpp (CeCosTestPlatform::Load): Returntrue since it's not a problem if there are no platforms defined.* unix/Makefile: Allow ser_filter to build under Cygwin.2003-02-21 John Dallaway <jld@ecoscentric.com>* common/eCosTestPlatform.cpp (CeCosTestPlatform::Load): Allow anextra character for string termination when retrieving registrykey names.2003-02-13 John Dallaway <jld@ecoscentric.com>* common/eCosTestPlatform.cpp:Look for all persistent application settings under"HKEY_CURRENT_USER\Software\eCos Configuration Tool\"for consistency.2003-02-05 John Dallaway <jld@ecoscentric.com>* common/eCosTest.cpp (CygPath): Get the cygdrive prefix fromthe registry.2003-01-20 John Dallaway <jld@ecoscentric.com>* common/eCosTestPlatform.cpp (CProperties::CreateKey):"sizeof TCHAR" -> "sizeof (TCHAR)" for GNU headers.2001-02-20 Jonathan Larmour <jlarmour@redhat.com>* common/eCosTestClient.cpp (LocateExecutables): Add /sbin and/usr/sbin to path before trying to run fuser.2000-09-28 Jesper Skov <jskov@redhat.com>* common/eCosTestSerialFilter.cpp (CMD_TestBinary): Reset counterfor each test so the failure data is the same from two differentruns of the test.2000-09-15 Jesper Skov <jskov@redhat.com>* common/ser_filter.cpp (main): Don't require ResourceServer.* common/Makefile.am: Added ser_filter handling.* common/Makefile.in: Ditto.* common/configure: Ditto.* common/configure.in: Ditto.* common/eCosTest.cpp: Fix typo.2000-08-16 Jonathan Larmour <jlarmour@redhat.co.uk>* common/ser_filter.cpp (main): Clean up warning2000-08-08 Jonathan Larmour <jlarmour@redhat.co.uk>* common/eCosTestSerialFilter.h: Update flow_cfg_t values for correcttarget settings2000-08-01 Jonathan Larmour <jlarmour@redhat.co.uk>* common/eCosTestSerialFilter.cpp (PrintHex): Print out more printablechars(SetConfig): Support flow control(ParseConfig): Support target setting of flow control(CMD_TestBinary): Don't output XON/XOFF. Output 255 chars not 256to make buffer problems more obvious.* common/eCosTestDownloadFilter.h: Allow SET_VALUE to set optional args* common/eCosTestSerialFilter.h: Allow SET_VALUE to set optional argsAlso add flow_cfg_t type and flags member in ser_cfg_t for flow control2000-07-24 Jonathan Larmour <jlarmour@redhat.co.uk>* common/eCosTestSerialFilter.cpp (FilterFunctionProper):Store output for tracing up so it is output a packet at a time.As well as clarifying the output, it is required when sending toGDB to prevent the trace 'O' packets in the middle of target packets.(CMD_TestBinary): Delay to allow target to read in checksum. Thisprevents overruns before finishing reading the checksum maskingthe real cause of the problem.(CeCosTestSerialFilter): Initialise stored trace buffer members* common/eCosTestSerialFilter.h: Add trace buffer members for aboveto CeCosTestSerialFilter2000-06-19 John Dallaway <jld@redhat.com>* unix/Makefile:Link with -lposix4 under Solaris for sched_yield().2000-06-16 Jonathan Larmour <jlarmour@redhat.co.uk>* common/eCosTestDownloadFilter.cpp: Remove RCS id tags* common/eCosTestMonitorFilter.cpp: Ditto* common/eCosTestSerialFilter.cpp: Ditto2000-06-15 John Dallaway <jld@redhat.com>* common/eCosTest.cpp:Modify CeCosTest construvtor to use GetEnvironmentVariable()rather than _tgetenv() under Win32. For some unknown reason,_tgetenv() is not returning the correct version of PATH.* common/eCosTestPlatform.cpp:Modify SaveToRegistry() to save all test platform attributes.2000-05-03 Bart Veer <bartv@redhat.com>* common/permtest.cxx (find_ptest):Do a little bit of searching for the permutation file.Catch errors and give a diagnostic, rather than aborting becauseof an uncaught C++ exception.2000-04-14 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResetAttributes.cpp : do not carry forward values for skipped fields in reset strings* common\eCosTest.cpp : Avoid overflow in socket timeouts2000-04-13 Jesper Skov <jskov@redhat.com>* unix/Makefile: add randfile2000-04-13 Jesper Skov <jskov@redhat.com>* common/eCosTestDownloadFilter.cpp: Cast Write arguments to void*.2000-04-13 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResetAttributes.cppcommon\eCosTest.cppcommon\eCosTestClient.cppEnsure socket timeout matches on_off/off_on delay for resetCorrect parsing of eCosTestClient delay args.Use remote resource to determine baud rate for default download timeout.2000-04-13 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResetAttributes.cppcommon\eCosTest.cppcommon\eCosTest.hcommon\eCosTestClient.cppcommon\eCosTestServer.cppcommon\eCosTestUtils.cppcommon\rgdb.cppcommon\summlog.cppcommon\x10reset.cppwin32\eCosTest.dspTidy up reset output.Police use of -f and -r switches more accurately.Set default timeout in all cases.2000-04-11 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResetAttributes.cppcommon\ResetAttributes.hcommon\ResourceServer.cppcommon\TestResource.cppcommon\TestResource.hcommon\X10.hcommon\X10d.cppcommon\eCosTest.cppcommon\eCosTest.hcommon\eCosTestClient.cppcommon\eCosTestDownloadFilter.cppcommon\eCosTestDownloadFilter.hcommon\eCosTestMonitorFilter.cppcommon\eCosTestMonitorFilter.hcommon\eCosTestSerialFilter.cppcommon\eCosTestSerialFilter.hcommon\eCosTestServer.cppcommon\eCosTestUtils.cppcommon\eCosTestUtils.hcommon\resetall.cppcommon\rgdb.cppcommon\ser_filter.cppcommon\stat.cppcommon\summlog.cppcommon\x10reset.cppunix\Makefilewin32\eCosTest.dspwin32\Amplicon\AmpliconD.cppGeneral tidy-up.2000-04-10 Bart Veer <bartv@redhat.com>* common/permtest.cxx (main):Add diagnostics callbacks to database initialization.2000-03-20 John Dallaway <jld@cygnus.co.uk>* win32/eCosTest.dsp:Add common/eCosTestMonitorFilter.h andcommon/eCosTestMonitorFilter.cpp to the project.2000-03-16 Jesper Skov <jskov@redhat.com>* common/eCosTestMonitorFilter.h:* common/eCosTestMonitorFilter.cpp:* common/ser_filter.cpp:* unix/Makefile (common_sources):Added monitor filter and new -m option to ser_filter. This allowssimple monitoring of the traffic between host and target.2000-03-15 John Dallaway <jld@cygnus.co.uk>* common/eCosTest.cpp:Modify RunGdb() to sleep 500ms if there is no message.2000-03-13 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResourceServer.cppcommon\TestResource.cppcommon\eCosTest.cppcommon\eCosTestClient.cppcommon\eCosTestSerial.cppcommon\eCosTestSerial.hcommon\eCosTestSocket.cppcommon\eCosTestSocket.hcommon\eCosTestUtils.cppcommon\randfile.cppcommon\rgdb.cppcommon\ser_filter.cppMark UNIX sections of code as such.Correct behavior of eCosTestClient when give directory as argument.A couple of allocations -> stack for simplicity.2000-03-10 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResetAttributes.cppcommon\ResourceServer.cppcommon\X10.cppcommon\TestResource.cppcommon\TestResource.hcommon\X10d.cppcommon\eCosTest.cppcommon\eCosTest.hcommon\eCosTestDownloadFilter.cppcommon\eCosTestSerial.cppcommon\eCosTestServer.cppcommon\eCosTestSocket.cppcommon\rgdb.cppcommon\ser_filter.cppcommon\x10reset.cppunix\Makefilewin32\eCosTest.dspwin32\Amplicon\AmpliconD.cppMove CeCosTrace class to its own fileIncrease Time type to 64 bits to avoid signedness problemsRemove priority latch functionality* common\eCosTestUtils.cppcommon\eCosTestUtils.hMake CommandLine() UNICODE-compliant* common\summlog.cppRemove hack designed to cater for incorrectly terminated output lines* win32\SingleCPU.cppProvide ability to run on named processor* common\eCosTestClient.cppImprove recognition of non-executable files on UNIX2000-03-09 Simon FitzMaurice <sdf@redhat.co.uk>* win32\SingleCPU.cppAvoid a performance problem with bash which, when left to its own devices, is slow on multi-processor machines.2000-03-09 John Dallaway <jld@cygnus.co.uk>* common/eCosTest.cpp,common/eCosTest.h:Use 'REMOTE_SIM' as the platform type identifier forremote simulators.2000-03-09 Bart Veer <bartv@redhat.com>* common/permtest.cxx (main):Add an explicit call to resolve_all_conflicts(), although I am notyet sure under what circumstances this would be necessary.2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>* common\eCosTestClient.cppCorrect logic error - - allow multiple threads only when non-local2000-03-08 Bart Veer <bartv@redhat.com>* common/configure.in (cyg_ac_infra_libdir):Fix typo detected by Solaris build2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>* common\summlog.cppEliminate compiler warnings on UNIX.2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>* common\eCosTestClient.cppPrevent locally running clients loading from resource server.2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>* common\eCosTest.cppcommon\summlog.cppEnsure that gdb output is terminated by a newline and that summlog initializes target list correctly.2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResetAttributes.cppcommon\X10d.cppcommon\eCosTest.cppcommon\eCosTestClient.cppwin32\Amplicon\AmpliconD.cppAdd name argument to RunThread calls for debugging.Do not allow wait for SuckTheadfunc in reset to time out - thread already has a timeout* win32\eCosTest.dsw : Adapt to new location of cdl.dsp* common\summlog.cpp : ensure eCosTest::Init() and Term() are called2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResetAttributes.cppcommon\ResourceServer.cppcommon\X10d.cppcommon\eCosTest.cppcommon\eCosTest.hcommon\eCosTestClient.cppcommon\eCosTestServer.cppcommon\eCosTestUtils.cppcommon\eCosTestUtils.hcommon\resetall.cppcommon\rgdb.cppcommon\ser_filter.cppcommon\stat.cppcommon\summlog.cppcommon\x10reset.cppwin32\Amplicon\AmpliconD.cppEliminate GarbageCollector class in favor of CeCosTest::Init() and CeCosTest::Term()Fix UNICODE problems in eCosTestUtils2000-03-08 Bart Veer <bartv@redhat.com>* common/permtest.cxx (process_startup):Look for CYGHWR_HAL_STARTUP as well as CYG_HAL_STARTUP2000-03-08 John Dallaway <jld@cygnus.co.uk>* win32/eCosTest.dsw:Use relocated cdl project file.2000-03-07 Bart Veer <bartv@redhat.com>* common/permtest.cxx (process_startup):If a target does not have a CYG_HAL_STARTUP option, ignore anyattempts to set the startup.2000-03-07 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResetAttributes.cppcommon\ResetAttributes.hcommon\ResourceServer.cppcommon\TestResource.cppcommon\TestResource.hcommon\X10.cppcommon\X10d.cppcommon\eCosTest.cppcommon\eCosTest.hcommon\eCosTestClient.cppcommon\eCosTestDownloadFilter.cppcommon\eCosTestDownloadFilter.hcommon\eCosTestSerial.cppcommon\eCosTestSerial.hcommon\eCosTestSerialFilter.cppcommon\eCosTestSerialFilter.hcommon\eCosTestServer.cppcommon\eCosTestSocket.cppcommon\eCosTestSocket.hcommon\eCosTestUtils.cppcommon\eCosTestUtils.hcommon\resetall.cppcommon\rgdb.cppcommon\ser_filter.cppcommon\stat.cppcommon\summlog.cppcommon\x10reset.cppwin32\eCosTest.dswwin32\Amplicon\AmpliconD.cppUse std::vector directly instead of StringArray, PtrArrayIntroduce common command-line processing to CeCosTestUtilsTidy output and trace functions and move to CeCosTrace2000-03-03 Simon FitzMaurice <sdf@redhat.co.uk>* common\TestResource.hcommon\eCosTest.cppcommon\eCosTest.hAdjust for UNIX compiler requirements.2000-03-03 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResetAttributes.cppcommon\TestResource.cppcommon\X10d.cppcommon\eCosTest.cppcommon\eCosTest.hcommon\eCosTestClient.cppcommon\eCosTestUtils.cppcommon\eCosTestUtils.hunix\Makefilewin32\eCosTest.dspwin32\Amplicon\AmpliconD.cppThread-related code extracted to new class CeCosThreadUtils2000-03-03 Simon FitzMaurice <sdf@redhat.co.uk>* common\TestResource.cppcommon\TestResource.hcommon\eCosTest.cppEliminate memory leaks.Allow resources to be properly reused for benefit of Resource Tool.2000-03-02 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResetAttributes.cppcommon\ResetAttributes.hcommon\ResourceServer.cppcommon\TestResource.cppcommon\TestResource.hcommon\X10.cppcommon\X10d.cppcommon\eCosTest.cppcommon\eCosTest.hcommon\eCosTestClient.cppcommon\eCosTestDownloadFilter.cppcommon\eCosTestDownloadFilter.hcommon\eCosTestSerial.cppcommon\eCosTestSerial.hcommon\eCosTestSerialFilter.cppcommon\eCosTestSerialFilter.hcommon\eCosTestServer.cppcommon\eCosTestSocket.cppcommon\eCosTestSocket.hcommon\eCosTestUtils.cppcommon\eCosTestUtils.hcommon\resetall.cppcommon\rgdb.cppcommon\ser_filter.cppcommon\stat.cppcommon\stdafx.cppcommon\stop.cppcommon\summlog.cppcommon\x10reset.cppunix\Makefilewin32\eCosTest.dspwin32\Amplicon\AmpliconD.cppIntroduce flexible reset scheme.Migrate more classes to Utils from eCosTest.Introduce collections.h for String, StringArray etc...Use common CSubprocess class implementation.2000-02-29 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResetAttributes.cpp : Ensure it compiles on unix2000-02-29 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResetAttributes.cpp : correct typo* win32\eCosTest.dsw : add testtool2000-02-29 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResetAttributes.cppcommon\ResetAttributes.hcommon\ResourceServer.cppcommon\TestResource.cppcommon\TestResource.hcommon\X10d.cppcommon\eCosTest.cppcommon\eCosTest.hcommon\eCosTestClient.cppcommon\eCosTestSerial.cppcommon\eCosTestSerial.hcommon\eCosTestSerialFilter.cppcommon\eCosTestServer.cppcommon\eCosTestSocket.cppcommon\eCosTestSocket.hcommon\eCosTestStd.hcommon\eCosTestUtils.cppcommon\eCosTestUtils.hcommon\resetall.cppcommon\rgdb.cppcommon\stat.cppcommon\summlog.cppcommon\wcharunix.hcommon\x10reset.cppwin32\subprocess.cppwin32\subprocess.hwin32\Amplicon\AmpliconD.cppChange to flexible reset scheme.CeCosTestUtils::String -> String, CeCosTestUtils::StringArray -> StringArray2000-02-25 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResetAttributes.cppcommon\ResetAttributes.hcommon\ResourceServer.cppcommon\TestResource.cppcommon\x10reset.cppUse ResetAttributes properties to serialize TestResource.2000-02-25 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResetAttributes.cppcommon\ResetAttributes.hcommon\TestResource.cppcommon\X10.cppcommon\X10d.cppcommon\eCosTestClient.cppcommon\eCosTestServer.cppcommon\x10reset.cppwin32\Amplicon\AmpliconD.cppReset control string verification fully server-side2000-02-25 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResetAttributes.cppcommon\ResetAttributes.hcommon\TestResource.cppcommon\X10.cppcommon\X10.hcommon\X10d.cppcommon\eCosTest.cppcommon\eCosTestClient.cppcommon\eCosTestServer.cppcommon\x10reset.cppwin32\Amplicon\AmpliconD.cppNormalize control code usage to 0-15, 0-152000-02-25 Simon FitzMaurice <sdf@redhat.co.uk>* unix/Makefile : update for ResetAttributes2000-02-25 Simon FitzMaurice <sdf@redhat.co.uk>* common\TestResource.cppcommon\TestResource.hcommon\X10.cppcommon\X10.hcommon\X10d.cppcommon\eCosTest.cppcommon\eCosTestClient.cppcommon\eCosTestServer.cppcommon\resetall.cppcommon\x10reset.cppwin32\X10d.dspwin32\eCosTest.dspwin32\Amplicon\AmpliconD.cppGeneralize "X10 reset" to "reset" - introduce ResetAttributes class to hold the details.2000-02-24 Simon FitzMaurice <sdf@redhat.co.uk>* common\TestResource.cppcommon\TestResource.hcommon\X10.hcommon\X10d.cppcommon\x10reset.cppwin32\eCosTest.dswAdd Amplicon to "all" project.Fail on reset if comms/tcp port cannot be opened.Add -t (timeout on read) param to x10reset2000-02-24 Simon FitzMaurice <sdf@redhat.co.uk>* common\TestResource.cppwin32\eCosTest.dswwin32\Amplicon\AmpliconD.cppwin32\Amplicon\AmpliconD.dspwin32\Amplicon\Dio_tc.hwin32\Amplicon\Dio_tc.libImplement Amplicon reset daemon in C++.2000-02-23 Simon FitzMaurice <sdf@redhat.co.uk>* common\TestResource.cppcommon\X10d.cppcommon\eCosTest.cppcommon\eCosTest.hcommon\eCosTestClient.cppcommon\eCosTestStd.hcommon\eCosTestUtils.cppcommon\summlog.cppcommon\wcharunix.hstrnccmp -> _tcsicmp2000-02-23 Simon FitzMaurice <sdf@redhat.co.uk>* win32\eCosTest.dswAdd "All" utility project.2000-02-23 Simon FitzMaurice <sdf@redhat.co.uk>* common\eCosTest.cppcommon\eCosTest.hAllow HwTypes to be expressed as strings.2000-02-23 Simon FitzMaurice <sdf@redhat.co.uk>* common\TestResource.cppcommon\X10.cppcommon\X10d.cppcommon\x10reset.cppChange X10 daemon protocol to allow long delays2000-02-22 Simon FitzMaurice <sdf@redhat.co.uk>* common\TestResource.cppcommon\eCosTest.cppcommon\eCosTestClient.cppAdjust for Solaris.Increase total reset timeout.2000-02-21 Simon FitzMaurice <sdf@redhat.co.uk>* common\TestResource.cppcommon\TestResource.hcommon\X10.hcommon\eCosTest.cppcommon\eCosTest.hAdd "Originator", "Reason", "BoardId", "Email" and "Date" to known resource attributes.Add reset timeout attribute.2000-02-18 Simon FitzMaurice <sdf@redhat.co.uk>* common\eCosTest.cppcommon\eCosTest.hChanges to support non-gdb execution.2000-02-17 Simon FitzMaurice <sdf@redhat.co.uk>* common\eCosTest.cppRemove incorrect #include2000-02-16 Simon FitzMaurice <sdf@redhat.co.uk>* common\TestResource.cppcommon\eCosTest.cppcommon\eCosTest.hAdd support for defining platforms.2000-02-14 Simon FitzMaurice <sdf@redhat.co.uk>* common\permtest.cxxUpdate copyright headers in files with non-standard extensions :-)2000-02-14 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResourceServer.cppcommon\TestResource.cppcommon\TestResource.hcommon\X10.cppcommon\X10.hcommon\X10d.cppcommon\eCosTest.cppcommon\eCosTest.hcommon\eCosTestClient.cppcommon\eCosTestDownloadFilter.cppcommon\eCosTestDownloadFilter.hcommon\eCosTestSerial.cppcommon\eCosTestSerial.hcommon\eCosTestSerialFilter.cppcommon\eCosTestSerialFilter.hcommon\eCosTestServer.cppcommon\eCosTestSocket.cppcommon\eCosTestSocket.hcommon\eCosTestStd.hcommon\eCosTestUtils.cppcommon\eCosTestUtils.hcommon\randfile.cppcommon\resetall.cppcommon\rgdb.cppcommon\ser_filter.cppcommon\stat.cppcommon\stdafx.cppcommon\stop.cppcommon\summlog.cppcommon\wcharunix.hcommon\x10reset.cppwin32\subprocess.cppwin32\subprocess.hUpdate copyright headers2000-02-07 Simon FitzMaurice <sdf@redhat.co.uk>* win32\subprocess.cppFix fix to handle leak.2000-02-07 Simon FitzMaurice <sdf@redhat.co.uk>* win32\eCosTest.dswAdd "All" target* win32\subprocess.cppFix handle leak2000-02-04 Simon FitzMaurice <sdf@redhat.co.uk>* common\eCosTestDownloadFilter.cppcommon\eCosTestSerialFilter.cppcommon\eCosTestUtils.cppCorrect for abnormal behaviour of vsnprintf under NT.* win32\permtest.dspUse cdl from v:\ide2000-02-01 Simon FitzMaurice <sdf@redhat.co.uk>* ecostest\common\TestResource.cppecostest\common\eCosTest.cppecostest\common\eCosTest.hecostest\common\eCosTestClient.cppecostest\common\eCosTestDownloadFilter.cppecostest\common\eCosTestSerialFilter.cppecostest\common\eCosTestSocket.cppecostest\common\eCosTestStd.hecostest\common\eCosTestUtils.cppecostest\common\eCosTestUtils.hecostest\common\rgdb.cppecostest\common\summlog.cppecostest\win32\summlog.dspmin->MIN for compilation on UNIXCeCosTest::ExecutionParameters gains type as 1st argumentPerformance improvements to summlog2000-02-01 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResourceServer.cppcommon\TestResource.hcommon\X10.cppcommon\X10.hcommon\X10d.cppcommon\eCosTestDownloadFilter.hcommon\eCosTestSerial.cppcommon\eCosTestSerial.hcommon\eCosTestSerialFilter.hcommon\eCosTestServer.cppcommon\eCosTestSocket.hcommon\randfile.cppcommon\resetall.cppcommon\ser_filter.cppcommon\stat.cppcommon\stdafx.cppcommon\stop.cppcommon\wcharunix.hcommon\x10reset.cppwin32\subprocess.cppNormalize copyright headers.2000-01-31 Bart Veer <bartv@redhat.com>* common\permtest.cxx (tcl_pkgconf_command):Use the default template rather than the all template whenuItron is disabled. Downgrade an error to a warning to copewith the watchdog device not being in the default template.2000-01-28 Simon FitzMaurice <sdf@redhat.co.uk>* common\eCosTest.cppCheck cancelled status in gdb driving loop.2000-01-27 Simon FitzMaurice <sdf@redhat.co.uk>* common\summlog.cppEnsure pass and inapplic separated in totals for the architectures by perm tables.2000-01-21 Simon FitzMaurice <sdf@redhat.co.uk>* common\resourceserver.cppEfficiency improvements (single send on query)2000-01-20 Simon FitzMaurice <sdf@redhat.co.uk>* common\summlog.cppSeparate Pass and NA.Fix problem w\ successful results not being counted.2000-01-19 Simon FitzMaurice <sdf@redhat.co.uk>* common\eCosTest.cppcommon\eCosTestUtils.cppcommon\eCosTestUtils.hcommon\summlog.cppAttempt to reduce memory usage of summlog.Found possible problem - different specs of vsnsprintf on UNIX vs NT.2000-01-14 Simon FitzMaurice <sdf@redhat.co.uk>* common\ResourceServer.cppcommon\eCosTest.cppcommon\eCosTestSocket.cppCygnus -> Red Hat (not copyrights)* common\summlog.cppAttempt to fix memory behaviour on UNIX.2000-01-14 Simon FitzMaurice <sdf@redhat.co.uk>* summlog.cppCorrect too-late release of string buffer.2000-01-13 Simon FitzMaurice <sdf@redhat.co.uk>* eCosTest.cppCorrect overload problem w\ Run1999-12-23 John Dallaway <jld@redhat.co.uk>* unix\Makefile:Use g++ for compilation rather than egcs.1999-12-23 John Dallaway <jld@redhat.co.uk>* common\eCosTestUtils.h:Use '#pragma warning' with Microsoft compiler only.1999-12-22 Simon FitzMaurice <sdf@redhat.co.uk>* unix\makefileAdd stl library to link1999-12-22 Simon FitzMaurice <sdf@redhat.co.uk>* common\eCosTestUtils.hcommon\eCosTest.cppMake it compile on UNIX1999-12-21 Simon FitzMaurice <sdf@redhat.co.uk>* win32\eCosTest.dswRemove TestTool (as an MFC project using properties it cannot link against the non-MFC eCosTest library)* common\ResourceServer.cppDo not read the files if unchanged since last time* common\summlog.cppRemove remote PR lookup functionality1999-12-17 John Dallaway <jld@redhat.co.uk>* win32\permtest.dsp:Generate RTTI when building permtest.1999-12-17 Jonathan Larmour <jlarmour@redhat.co.uk>* common\permtest.cxx (tcl_value_command): Ensure BoolData optionsare enabled if they are given a value1999-12-15 John Dallaway <jld@redhat.co.uk>* win32\permtest.dsp:New VC++ project.* win32\eCosTest.dsw:Add the new permtest project to the eCosTestworkspace.1999-12-14 John Dallaway <jld@redhat.co.uk>* common\permtest.cxx:Further changes to accommodate the recent libCDLAPI changes.* common\permtest.cxx:Accommodate the recent libCDL API changes.1999-12-08 Simon FitzMaurice <sdf@redhat.co.uk>* common\eCosTest.cppcommon\eCosTest.hcommon\eCosTestUtils.cppcommon\eCosTestUtils.hTighter policing of GetBuffer().Fix vFormat (needed terminating \0)1999-12-07 Simon FitzMaurice <sdf@redhat.co.uk>* common\TestResource.cppcommon\TestResource.hcommon\eCosTest.cppcommon\eCosTest.hcommon\eCosTestClient.cppcommon\eCosTestSerialFilter.cppcommon\eCosTestServer.cppcommon\eCosTestSocket.cppcommon\eCosTestSocket.hcommon\eCosTestUtils.cppcommon\eCosTestUtils.hcommon\rgdb.cppcommon\wcharunix.hcommon\x10reset.cppwin32\eCosTest.dspBase string class on STL.Use subprocess class (like than in CT)1999-11-23 John Dallaway <jld@redhat.co.uk>* unix\Makefile:Add explicit pattern matching rule for compiling .cpp files.1999-11-11 Bart Veer <bartv@redhat.co.uk>* common\permtest.cxx:Be more tolerant in the data that is accepted, to allow forincompatibilities between the old and new worlds.1999-11-09 Bart Veer <bartv@redhat.co.uk>* common\permtest.cxxReplacement for permtest.tcl* common\acinclude.m4* common\configure.in* common\Makefile.am* common\configure* common\Makefile.in* common\aclocal.m4Build support for permtest.tcl replacement1999-10-20 John Dallaway <jld@redhat.co.uk>* win32\eCosTest.dsp, win32\eCosTest.mak,win32\ResourceServer.dsp, win32\ResourceServer.mak:Fix intermediate and output directories for the release build.1999-10-19 Jesper Skov <jskov@redhat.co.uk>* common\X10d.cpp: Allow using '0' as a NOP serial device for thereset controller.* common\eCosTest.cpp: Send 'quit' to GDB after 'bt'.1999-10-18 Jesper Skov <jskov@redhat.co.uk>* unix\Makefile [deleted]:* unix\Makefile [added]:Better makefile.1999-10-14 Jesper Skov <jskov@redhat.co.uk>* common\ser_filter.cpp: Enabled DL filter as default.* common\eCosTestDownloadFilter.h:* common\eCosTestDownloadFilter.cpp:* common\eCosTest.cpp (ConnectSocketToSerialThreadFunc):Allow two connections during a session if the first one is a filedownload.* common\eCosTestServer.cpp: Added missing arg.1999-10-13 Jesper Skov <jskov@redhat.co.uk>* common\eCosTestDownloadFilter.h:* common\eCosTestDownloadFilter.cpp:Use Buffer instead of array for in-buffer. Made its size anargument of the info packet.Added status to protocol (OK\DL failure\transfer failure)1999-10-11 Jesper Skov <jskov@redhat.co.uk>* common\eCosTest.cpp (ConnectSocketToSerialThreadFunc): Enableddownload filter.* common\eCosTestDownloadFilter.cpp: Fixed a few compiler warnings.1999-10-08 Jesper Skov <jskov@redhat.co.uk>* unix\makefile: Fixed.* common\eCosTest.cpp:* common\eCosTest.h:* common\eCosTestSocket.cpp:* common\eCosTestSocket.h:* common\ser_filter.cpp:Changed ConectSocketToSerial to take parameter for both serial andsocket filters.* common\eCosDownloadFilter.cpp: [added]* common\eCosDownloadFilter.h: [added]* common\ser_filter.cpp:Added download filter.1999-10-07 John Dallaway <jld@redhat.co.uk>* common\eCosTest.cpp,common\eCosTest.h:New GetGreatestSubkey() function returns the name ofthe subkey of the specified key with the greatest value.Modify InitTargetInfoReg() to look in the HKEY_LOCAL_MACHINEhierarchy rather than the HKEY_CURRENT_USER hierarchy.Modify InitTargetInfo() to construct the platforms registrykey using GetGreatestSubkey().
