Commit Graph

8388 Commits

Author SHA1 Message Date
Marty Kraimer 0197dbeb24 fix memory leak 2004-12-02 19:57:21 +00:00
Marty Kraimer c6ee0cf8d3 safer version of dbPutNotify 2004-12-02 16:52:53 +00:00
W. Eric Norum 67b972448f Put RTEMS network tasks at higher priority than any EPICS task. 2004-11-30 19:40:48 +00:00
W. Eric Norum 287fd7efa8 Some BSPs don't leave the cursor at the left margin. 2004-11-30 19:39:48 +00:00
Marty Kraimer c80d0e5c8e add comments 2004-11-30 13:37:17 +00:00
Marty Kraimer 417ef02d33 dbPutNotify did not wait if state==putNotifyUserCallbackActive 2004-11-30 13:00:42 +00:00
Jeff Hill 6a7445abdf o made booty scanned by default
o made counted channel names have a minimum of 6 digits
2004-11-30 02:11:01 +00:00
Marty Kraimer 365f1dc84e fix race condition in dbPutNotify 2004-11-29 21:14:07 +00:00
Jeff Hill 2151e6b6ad fix for mantis 159 2004-11-25 00:14:38 +00:00
Jeff Hill fb931434bd fix for mantis 159 2004-11-24 22:11:20 +00:00
Andrew Johnson 146eb58120 Revive the canary, and add a test routine that checks whether the optimizer
bug is still present.  Tornado 2.x compilers for 68K need -O0 to work.
2004-11-17 19:58:09 +00:00
Andrew Johnson e658f3c108 Workaround for Tornado 2.x compilers, fixes Mantis Bug #82. 2004-11-17 17:17:18 +00:00
Ralph Lange 5e94b2146f Changed printed messages to be the same for all TestAsyn supports. 2004-11-16 11:30:20 +00:00
W. Eric Norum f677d2f6c5 Add OS-dependent VME support. 2004-11-13 17:16:22 +00:00
W. Eric Norum 53360f3dea RTEMS-4.7 changes. 2004-11-13 17:11:08 +00:00
W. Eric Norum 8c75201ad8 Improve error message. 2004-11-13 17:10:52 +00:00
W. Eric Norum 98641bcfd2 Add some routines to make porting from vxWorks a little easier.
I'm a little leery about my quick hack for rebootHookAdd() since the
argument to the 'hooked' function is different.
2004-11-11 22:06:52 +00:00
Jeff Hill 14a47a31e9 partial fix for mantis entry 160 - the following message is avoided by
shutting down the socket only if we are not certain if the errno is indicating that
the circuit hung up.

rsrv: socket shutdown error was Transport endpoint is not connected
2004-11-09 17:41:53 +00:00
W. Eric Norum 5731e72cf1 Set boot parameters from mot-script-boot if not otherwise specified. 2004-11-05 19:51:44 +00:00
Marty Kraimer cb119338b2 clean up error messages 2004-11-04 19:21:15 +00:00
Marty Kraimer d2c672d238 cancel threads in inverse order of creation 2004-11-04 14:01:20 +00:00
W. Eric Norum 8739e1c298 Allow 'unsigned' integers. 2004-11-03 22:16:18 +00:00
W. Eric Norum c7e7f8e221 Don't require pdbbase if not linking iocshRegisterCommon commands. 2004-11-03 17:14:48 +00:00
Andrew Johnson e700d00db0 Moved static constructor call of iocshRegisterCommon() from iocsh.cpp into
the output from the registerRecordDeviceDriver.pl script, so standalone
sequencer programs don't import all of iocCore unnecessarily.
2004-10-29 23:24:35 +00:00
Marty Kraimer 5c0f09c5d2 gphFreeMem did not destroy mutex 2004-10-29 18:18:25 +00:00
W. Eric Norum 55bdb9cd2a MVME167 doesn't have RTC code 'yet'. 2004-10-28 18:18:42 +00:00
Janet B. Anderson 39b89bd349 Removed osdTime.cpp, cygwin now uses file from posix dir. 2004-10-28 13:59:39 +00:00
Ralph Lange de9767dc34 += "done" - message (all tests should print something). 2004-10-26 10:20:35 +00:00
Marty Kraimer 4d4063d7ce make sure tv_nsec < 1000000000L 2004-10-25 14:51:42 +00:00
Andrew Johnson 69fc21474b Windows permits login names to include spaces! 2004-10-22 15:11:41 +00:00
Ralph Lange da3cd3bc19 Also restored old wasteTime value 2004-10-22 10:45:03 +00:00
W. Eric Norum 5f78b88f07 Add DNS domain name parameter. 2004-10-20 19:04:56 +00:00
W. Eric Norum bfe0eb9e09 MVME5500 BSP now supplies RTC (time-of-day) driver. 2004-10-20 18:39:14 +00:00
Jeff Hill daacfdc550 clarified search rate doc 2004-10-20 17:27:08 +00:00
Jeff Hill 8bc593a64e added def of STACK_SIZE_PARAM_IS_A_RESERVATION for compilers that dont provide it 2004-10-20 16:35:32 +00:00
Marty Kraimer a15e9beff6 prevent crash if size is 0 2004-10-20 12:16:10 +00:00
Jeff Hill 2b7305097b fixed gnu warning 2004-10-20 00:05:22 +00:00
Jeff Hill 0d85c7d8a8 fixed gnu warning 2004-10-19 21:39:31 +00:00
Jeff Hill 7a5bdb93c4 fixed ca_name() returns the record name w/o appending the field name 2004-10-19 21:05:39 +00:00
Jeff Hill 3e05c90653 added dbNameOfPV and dbNameSizeOfPV 2004-10-19 21:03:20 +00:00
Jeff Hill dfa35d0596 getHostName returns string size 2004-10-19 20:55:39 +00:00
Jeff Hill 89814eb9e2 hostName() function name change to getHostName() 2004-10-19 20:54:40 +00:00
Jeff Hill 86e71a90b0 no need to print channelname in show routine 2004-10-19 20:52:33 +00:00
Jeff Hill bdc723f500 cleaned up construction sequence 2004-10-19 20:51:37 +00:00
Jeff Hill 502620ee4e eliminated redundancy with original ca client API 2004-10-19 20:49:47 +00:00
Jeff Hill c3f277dbc6 getName() and getHostName return string size 2004-10-19 20:46:55 +00:00
Jeff Hill 004db1aea7 getName() returns string size 2004-10-19 20:40:47 +00:00
Jeff Hill 085b228c83 getName() returns string size 2004-10-19 20:24:57 +00:00
Jeff Hill 2d47ba27b1 ca_get_host_name() used to return void, but has been changed to
return the string length.
2004-10-19 20:21:31 +00:00
Jeff Hill 60c0a98c08 o removed operators new and delete from cacChannel
o getName and getHostName now return string length
2004-10-19 20:20:46 +00:00