Summary Period: 2002-06-25 to 2002-05-08 (Commits 6452-6551 of 9251)
|
jhill 6/25/02 10:11 AM |
clean up state transitions |
| 14 lines of code changed in: src/libCom/timer: timer.cpp (+7 -4), timerQueue.cpp (+7 -4) | |
|
jhill 6/25/02 10:10 AM |
cosmetic |
| 3 lines of code changed in: src/libCom/timer/timerPrivate.h (+3 -3) | |
|
jhill 6/25/02 10:08 AM |
check for overflow condition when adjusting time estimate |
| 19 lines of code changed in: src/libCom/osi/os/WIN32/osdTime.cpp (+19 -6) | |
|
norume 6/21/02 4:11 PM |
Fix error report to reflect the fact that clock_gettime returns 0 or -1 with error code in errno. |
| 1 lines of code changed in: src/libCom/osi/os/posix/osdTime.cpp (+1 -1) | |
|
jhill 6/17/02 10:18 AM |
search timer now uses a private lock |
| 113 lines of code changed in: src/ca: searchTimer.cpp (+102 -105), searchTimer.h (+7 -3), udpiiu.cpp (+4 -2) | |
|
jhill 6/14/02 1:22 PM |
eliminated dead lock vulnerability |
| 5 lines of code changed in: src/ca/udpiiu.cpp (+5 -3) | |
|
mrk 6/14/02 1:18 PM |
fix bug |
| 16 lines of code changed in: src/libCom/osi/os/posix: osdEvent.c (+1 -3), osdMutex.c (+1 -3), osdTime.cpp (+12 -3), osdTime.h (+2 -2) | |
|
jhill 6/14/02 12:15 PM |
workaround so that fix for bogus HP warningn isnt causing a warning with sun pro |
| 28 lines of code changed in: src/libCom/timer/timerQueue.cpp (+28 -28) | |
|
jhill 6/14/02 12:12 PM |
fixed iterator was not incremented when allocating a timer queue |
| 2 lines of code changed in: src/libCom/timer/timerQueueActiveMgr.cpp (+2 -1) | |
|
mrk 6/14/02 9:55 AM |
Put convertDoubleToWakeTime in osdTime.cpp so that it is not duplicated. Use clock_gettime in convertDoubleToWakeTime. Always use clock_gettime get current time |
| 35 lines of code changed in: src/libCom/osi/os/posix: osdEvent.c (+3 -20), osdMutex.c (+3 -20), osdTime.cpp (+20 -12), osdTime.h (+9 -1) | |
|
mrk 6/14/02 7:21 AM |
check status |
| 12 lines of code changed in: src/db/dbCa.c (+12) | |
|
jhill 6/13/02 6:32 PM |
correct logic surrounding search timer schedualing flags |
| 12 lines of code changed in: src/ca/searchTimer.cpp (+12 -13) | |
|
jhill 6/13/02 6:29 PM |
now uses a phase locked loop to synchronize the performance counter ticks with file time |
| 344 lines of code changed in: src/libCom/osi/os/WIN32/osdTime.cpp (+344 -292) | |
|
jhill 6/13/02 12:24 PM |
removed unused include |
| 1 lines of code changed in: src/ca/virtualCircuit.h (+1 -2) | |
|
jhill 6/13/02 12:23 PM |
use %d to diplay thread id |
| 2 lines of code changed in: src/libCom/osi/os/WIN32/osdMutex.c (+2 -2) | |
|
jhill 6/13/02 12:20 PM |
fixed no \n at end of message |
| 2 lines of code changed in: src/libCom/osi/epicsThread.cpp (+2 -2) | |
|
mrk 6/10/02 7:17 AM |
If TSE is -1 then recGblGetTimeStamp does not retrieve time. This allows device/driver support to set the time. |
| 4 lines of code changed in: src/db/recGbl.c (+4 -7) | |
|
jhill 5/30/02 2:46 PM |
doc |
| 7 lines of code changed in: src/libCom/cxxTemplates/resourceLib.h (+7 -11) | |
|
jhill 5/29/02 7:32 PM |
fixed preemptive callback enable was backwards |
| 2 lines of code changed in: src/ca/oldCAC.cpp (+2 -2) | |
|
jhill 5/29/02 12:39 PM |
fixed sunpro warning |
| 19 lines of code changed in: src/cas/io/bsdSocket/casDGIntfIO.cc (+8 -9) src/cas/generic: casClient.cc (+3 -3), casStrmClient.cc (+8 -6) | |
|
jhill 5/29/02 12:19 PM |
removed printf |
| 1 lines of code changed in: src/cas/generic/casStrmClient.cc (+1 -4) | |
|
jhill 5/29/02 12:10 PM |
fixed sunpro warning |
| 46 lines of code changed in: src/cas/generic: casClient.cc (+14 -22), casDGClient.cc (+12 -3), casStrmClient.cc (+7 -11), server.h (+13 -21) | |
|
jhill 5/29/02 11:28 AM |
fixed improper documentation of connection timeout default |
| 7 lines of code changed in: src/ca/CAref.html (+7 -6) | |
|
mrk 5/29/02 7:02 AM |
for old device support that doesnt know about eoff |
| 40 lines of code changed in: KnownProblems.html (+19 -1), RELEASE_NOTES.html (+15) src/rec: aiRecord.c (+3 -2), aoRecord.c (+3 -3) | |
|
jhill 5/28/02 7:40 PM |
1) use proper form of delete when releasing bounds 2) when gdd changes from scalar to vector make sure that old scalar data is not interpreted as a pointer 3)properly init when copying one container to another |
| 14 lines of code changed in: src/gdd/gdd.cc (+14 -6) | |
|
jhill 5/28/02 7:37 PM |
print out a warning when there is a bogus type in the table |
| 9 lines of code changed in: src/gdd/gddAppTable.cc (+9 -2) | |
|
jhill 5/28/02 7:27 PM |
fixed caps |
| 3 lines of code changed in: src/cas/generic/casBufferFactory.cpp (+3 -3) | |
|
jhill 5/28/02 7:21 PM |
avoid use of ellFree |
| 19 lines of code changed in: src/db/dbBkpt.c (+19 -3) | |
|
jhill 5/28/02 7:19 PM |
large array modifications |
| 69 lines of code changed in: src/cas/build/Makefile (+1) src/cas/io/bsdSocket: casDGIntfIO.cc (+30 -14), casIOD.h (+11 -11), casIntfIO.cc (+2 -2), casStreamIO.cc (+25 -18) | |
|
jhill 5/28/02 7:01 PM |
large array modifications |
| 1334 lines of code changed in: src/cas/generic: caServerI.cc (+6 -3), casAsyncReadIO.cc (+8 -11), casBufferFactory.cpp (new 118), casChannelI.cc (+20 -1), casChannelIIL.h (+1 -21), casClient.cc (+216 -194), casClientMon.cc (+11 -8), casCoreClient.cc (+9 -9), casCtxIL.h (+6 -24), casDGClient.cc (+113 -108), casInternal.h (+13 -2), casPVListChan.cc (+1 -5), casStrmClient.cc (+380 -509), casdef.h (+5 -5), dgInBufIL.h (del), inBuf.cc (+51 -32), inBufIL.h (+4 -4), outBuf.cc (+150 -58), outBufIL.h (+5 -5), server.h (+174 -148) src/cas/generic/st: casDGIntfOS.cc (+15 -15), casOSD.h (+8 -8), casStreamOS.cc (+20 -20) | |
|
jhill 5/28/02 6:57 PM |
fixed spelling |
| 1 lines of code changed in: src/ca/acctst.c (+1 -1) | |
|
jhill 5/28/02 6:56 PM |
no need to instantiate templates that are not inline |
| 1 lines of code changed in: src/ca/templateInstances.cpp (+1 -14) | |
|
jhill 5/28/02 6:56 PM |
avoid use of ellFree because we get a freee and a malloc in different dlls |
| 10 lines of code changed in: src/ca/udpiiu.cpp (+10 -2) | |
|
jhill 5/28/02 6:54 PM |
fixed race condition occuring when a put notify is canceled by a ca clear channel at the same instant that it completes |
| 3 lines of code changed in: src/rsrv/camessage.c (+3 -1) | |
|
jhill 5/28/02 6:37 PM |
added comment |
| 2 lines of code changed in: src/libCom/ellLib/ellLib.h (+2 -1) | |
|
jhill 5/28/02 6:36 PM |
dont destroy singleton in destructor because other file scope objects may reference the singleton in their destructors |
| 5 lines of code changed in: src/libCom/cxxTemplates/epicsSingleton.h (+5 -3) | |
|
jba 5/20/02 3:39 PM |
Removed comment line. |
| 1 lines of code changed in: configure/os/CONFIG.win32-x86.win32-x86 (+1 -2) | |
|
norume 5/17/02 2:24 PM |
With the release of gcc-3.1, the weak reference to iocshRegister is overridden by the first non-weak declaration in the iocsh.h header. This caused iocshRegister to be undefined when building the test applications. Fix the problem by adding a file which provides a dummy version of iocshRegister if the real routine is not present. |
| 18 lines of code changed in: src/RTEMS/base: Makefile (+1), rtems_dummyreg.c (new 11), rtems_init.c (+6 -14) | |
|
mrk 5/17/02 8:45 AM |
add delay so there is time to contact NTP server |
| 1 lines of code changed in: src/db/test/callbackTest.c (+1) | |
|
jhill 5/15/02 1:15 PM |
changed certain functions to inline |
| 5 lines of code changed in: src/libCom/cxxTemplates/resourceLib.h (+5 -5) | |
|
jhill 5/15/02 11:53 AM |
improved tcp shutdown sequence |
| 44 lines of code changed in: src/ca: cac.cpp (+9 -5), cac.h (+2 -1), tcpiiu.cpp (+19 -12), virtualCircuit.h (+14 -14) | |
|
jhill 5/14/02 6:56 PM |
avoid warning message on LInux |
| 9 lines of code changed in: src/ca/tcpiiu.cpp (+9 -6) | |
|
jhill 5/14/02 6:41 PM |
fixed another tcp shutdown problem |
| 8 lines of code changed in: src/ca/cac.cpp (+8 -7) | |
|
jhill 5/14/02 5:46 PM |
optimized flush and fixed tcp shutdown sequence |
| 7 lines of code changed in: src/ca/tcpiiu.cpp (+7 -10) | |
|
jhill 5/14/02 3:26 PM |
more work on tcp shutdown sequence |
| 79 lines of code changed in: src/ca: cac.cpp (+20 -25), cac.h (+2 -1), limboiiu.cpp (+3 -4), netiiu.cpp (+2 -3), netiiu.h (+3 -5), tcpiiu.cpp (+38 -17), udpiiu.cpp (+2 -3), udpiiu.h (+2 -2), virtualCircuit.h (+7 -6) | |
|
jhill 5/14/02 3:25 PM |
updated iterator test |
| 4 lines of code changed in: src/libCom/cxxTemplates/test/resourceLibTest.cc (+4 -3) | |
|
jhill 5/14/02 3:24 PM |
added exit and waitRelease capabilities to epicsThread class |
| 50 lines of code changed in: src/libCom/osi: epicsThread.cpp (+42 -12), epicsThread.h (+8 -3) | |
|
jhill 5/14/02 3:23 PM |
cosmetic |
| 1 lines of code changed in: src/libCom/osi/epicsTime.cpp (+1 -1) | |
|
jhill 5/14/02 3:21 PM |
added iterator classes |
| 242 lines of code changed in: src/libCom/cxxTemplates/resourceLib.h (+242 -47) | |
|
jhill 5/14/02 3:19 PM |
added assignment operator to iterator |
| 52 lines of code changed in: src/libCom/cxxTemplates: tsDLList.h (+19 -3), tsSLList.h (+33 -3) | |
|
jhill 5/13/02 4:24 PM |
better progress logging during regression testing |
| 165 lines of code changed in: src/ca: CAref.html (+7 -4), acctst.c (+140 -121), acctstMain.c (+16 -8), caDiagnostics.h (+2 -2) | |
|
jhill 5/13/02 4:24 PM |
fixed udp shutdown in ~cac |
| 10 lines of code changed in: src/ca/cac.cpp (+10 -6) | |
|
jhill 5/13/02 4:23 PM |
export shutdown capability for ~cac |
| 26 lines of code changed in: src/ca: udpiiu.cpp (+24 -19), udpiiu.h (+2 -1) | |
|
jhill 5/13/02 3:59 PM |
installed optimization for machines that dont have hardware floating point |
| 52 lines of code changed in: src/libCom/osi/epicsTime.cpp (+52 -16) | |
|
jhill 5/9/02 2:02 PM |
o eliminated header file for inline functions o created file for template instances |
| 204 lines of code changed in: src/db: Makefile (+1), dbCAC.h (+27 -37), dbChannelIO.cpp (+2 -15), dbChannelIO.h (new 108), dbChannelIOIL.h (del), dbPutNotifyBlocker.cpp (+2 -15), dbPutNotifyBlocker.h (+17 -1), dbServiceIO.cpp (+2 -15), dbServiceIOReadNotifyCache.cpp (+1 -2), dbSubscriptionIO.cpp (+2 -15), templateInstances.cpp (new 41) | |
|
jhill 5/9/02 1:59 PM |
cosmetic |
| 13 lines of code changed in: src/db: dbEvent.c (+11 -11), dbEvent.h (+2 -2) | |
|
jhill 5/9/02 1:55 PM |
removed junk |
| 0 lines of code changed in: src/rsrv/camessage.c (-15) | |
|
jhill 5/9/02 1:53 PM |
workaround sun pro problem again |
| 6 lines of code changed in: src/ca/netIO.h (+6 -2) | |
|
jhill 5/9/02 12:25 PM |
fixed sun pro warning |
| 2 lines of code changed in: src/libCom/osi/epicsThread.cpp (+2 -2) | |
|
jhill 5/9/02 12:22 PM |
improved ioCancel and shutdown sequence |
| 5 lines of code changed in: src/ca/cac.cpp (+5 -8) | |
|
jhill 5/9/02 12:21 PM |
added currently connected flag |
| 3 lines of code changed in: src/ca/oldAccess.h (+3 -2) | |
|
jhill 5/9/02 12:20 PM |
fixed maintenance of outstanding io count |
| 18 lines of code changed in: src/ca: oldCAC.cpp (+8 -17), oldChannelNotify.cpp (+10 -7) | |
|
jhill 5/9/02 12:18 PM |
removed removeAllChannels() mf |
| 8 lines of code changed in: src/ca: udpiiu.cpp (+7 -11), udpiiu.h (+1 -2) | |
|
jhill 5/9/02 12:18 PM |
removed epicsShareSym |
| 0 lines of code changed in: src/libCom/misc/shareLib.h (-5) | |
|
jhill 5/9/02 12:17 PM |
cosmetic |
| 2 lines of code changed in: src/libCom/cxxTemplates/resourceLib.h (+2 -2) | |
|
jhill 5/9/02 10:29 AM |
fixed sun pro warning |
| 7 lines of code changed in: src/ca/oldCAC.cpp (+7 -7) | |
|
jhill 5/9/02 10:18 AM |
cleaned up assignment and copy operator for node class |
| 9 lines of code changed in: src/libCom/cxxTemplates/tsDLList.h (+9 -5) | |
|
jhill 5/9/02 10:01 AM |
added newline at eof |
| 2 lines of code changed in: src/ca/comQueRecv.cpp (+2 -2) | |
|
jhill 5/9/02 10:01 AM |
removed unused member |
| 3 lines of code changed in: src/ca/oldAccess.h (+3 -4) | |
|
jhill 5/9/02 10:00 AM |
reordered ctor init to eliminate gnu warning |
| 3 lines of code changed in: src/ca/oldCAC.cpp (+3 -3) | |
|
jhill 5/9/02 9:59 AM |
reordered init to eliminate gnu warning |
| 4 lines of code changed in: src/ca: oldChannelNotify.cpp (+2 -2), sgAutoPtr.h (+2 -2) | |
|
jhill 5/8/02 7:39 PM |
restructured exception handler |
| 50 lines of code changed in: src/ca/access.cpp (+50 -53) | |
|
jhill 5/8/02 7:37 PM |
cosmetic |
| 1 lines of code changed in: src/ca/acctst.c (+1) | |
|
jhill 5/8/02 7:37 PM |
new interface |
| 1 lines of code changed in: src/ca/baseNMIU.cpp (+1 -6) | |
|
jhill 5/8/02 7:36 PM |
moved someof the functionality into the old interface and improved shutdown sequence |
| 34 lines of code changed in: src/ca/cac.cpp (+34 -280) | |
|
jhill 5/8/02 7:34 PM |
moved someof the functionality into the old interface |
| 30 lines of code changed in: src/ca: cac.h (+28 -30), cacChannel.cpp (+1 -10), cacChannelNotify.cpp (+1 -5) | |
|
jhill 5/8/02 7:33 PM |
interface change |
| 2 lines of code changed in: src/ca/cacIO.h (+2 -5) | |
|
jhill 5/8/02 7:33 PM |
adapt to interface change |
| 2 lines of code changed in: src/ca/CASG.cpp (+2 -5) | |
|
jhill 5/8/02 7:32 PM |
COSMETIC |
| 15 lines of code changed in: src/ca/catime.c (+15 -15) | |
|
jhill 5/8/02 7:30 PM |
optimized |
| 156 lines of code changed in: src/ca: comBuf.cpp (+7 -7), comBuf.h (+8 -8), comQueRecv.cpp (+48 -70), comQueRecv.h (+68 -1), comQueSend.cpp (+9 -17), comQueSend.h (+16 -14) | |
|
jhill 5/8/02 7:30 PM |
io counters are now in old interface |
| 7 lines of code changed in: src/ca/getCopy.cpp (+7 -7) | |
|
jhill 5/8/02 7:29 PM |
adapt to new interface |
| 6 lines of code changed in: src/ca/limboiiu.cpp (+6 -6) | |
|
jhill 5/8/02 7:29 PM |
eliminated the tcp kill timer |
| 0 lines of code changed in: src/ca/Makefile (-1) | |
|
jhill 5/8/02 7:27 PM |
moved someof the functionality into the old interface |
| 4 lines of code changed in: src/ca: nciu.cpp (+3 -43), nciu.h (+1 -18) | |
|
jhill 5/8/02 7:26 PM |
match new interface |
| 4 lines of code changed in: src/ca/netiiu.cpp (+4 -4) | |
|
jhill 5/8/02 7:24 PM |
moved chan out to derived class |
| 66 lines of code changed in: src/ca: netIO.h (+39 -53), netReadNotifyIO.cpp (+9 -3), netSubscription.cpp (+8 -3), netWriteNotifyIO.cpp (+10 -3) | |
|
jhill 5/8/02 7:23 PM |
cosmetic |
| 5 lines of code changed in: src/ca/tcpiiu.cpp (+5 -5) | |
|
jhill 5/8/02 6:34 PM |
new virtual iiu interface |
| 7 lines of code changed in: src/ca/netiiu.h (+7 -7) | |
|
jhill 5/8/02 6:31 PM |
moved io in progress counter to old interface |
| 272 lines of code changed in: src/ca: oldAccess.h (+41 -55), oldCAC.cpp (+171 -3), oldChannelNotify.cpp (+60 -30) | |
|
jhill 5/8/02 6:29 PM |
improved shutdown sequence |
| 96 lines of code changed in: src/ca/tcpiiu.cpp (+96 -131) | |
|
jhill 5/8/02 6:26 PM |
removed |
| 2 lines of code changed in: src/ca: tcpKillTimer.cpp (del), tcpKillTimer.h (del) | |
|
jhill 5/8/02 6:26 PM |
use cac ref to force tcpiiu shutdown |
| 5 lines of code changed in: src/ca/tcpRecvWatchdog.cpp (+5 -4) | |
|
jhill 5/8/02 6:26 PM |
now stores a cac ref |
| 4 lines of code changed in: src/ca/tcpRecvWatchdog.h (+4 -3) | |
|
jhill 5/8/02 6:25 PM |
use cac ref to force tcpiiu shutdown |
| 5 lines of code changed in: src/ca/tcpSendWatchdog.cpp (+5 -4) | |
|
jhill 5/8/02 6:25 PM |
now stores a cac ref |
| 3 lines of code changed in: src/ca/tcpSendWatchdog.h (+3 -2) | |
|
jhill 5/8/02 6:23 PM |
adapt to interface change |
| 9 lines of code changed in: src/ca: udpiiu.cpp (+6 -15), udpiiu.h (+3 -5) | |
|
jhill 5/8/02 6:22 PM |
cleaned up shut down sequence |
| 14 lines of code changed in: src/ca/virtualCircuit.h (+14 -20) | |
|
jhill 5/8/02 6:15 PM |
made lock/unlock entry points inline again |
| 57 lines of code changed in: src/libCom/osi: epicsMutex.cpp (+4 -37), epicsMutex.h (+53 -5) | |
|
jhill 5/8/02 6:14 PM |
reduced thread entry function scoppe to static |
| 6 lines of code changed in: src/libCom/osi/epicsThread.cpp (+6 -5) | |
|
jhill 5/8/02 6:13 PM |
cosmetic |
| 3 lines of code changed in: src/libCom/osi/os/WIN32/osdMutex.c (+3 -5) | |
![]()
Generated by StatCvs v0.1.3