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
Jeff Hill
9223d7476e
o removed operator delete
...
o default getHostName now returns string length
2004-10-19 20:19:39 +00:00
Jeff Hill
89d7953c90
hostName() renamed to getHostName()
2004-10-19 20:18:20 +00:00
Jeff Hill
10a9edf186
moved friend ca_clear_subscription to this file
2004-10-19 20:17:40 +00:00
Jeff Hill
ce912df8a4
added ca_name() test
2004-10-19 20:16:34 +00:00
Jeff Hill
532e17fd0f
moved friends of oldChannelNotify to oldChannelNotify.cpp
2004-10-19 20:15:00 +00:00
Jeff Hill
9df773e88f
sockAddrToDottedIP needs to return the string size
2004-10-19 18:21:02 +00:00
Jeff Hill
1069541aa6
added newline at eof
2004-10-19 18:14:01 +00:00
Jeff Hill
9b82574901
fixed recently commited problem in ipAddrToDottedIP
2004-10-19 18:01:49 +00:00
Ralph Lange
cb9934b0c7
command line tools caget, camonitor: += as-string option.
2004-10-19 17:50:58 +00:00
Jeff Hill
d5e01c38b1
commented out dll main source code
2004-10-19 17:28:45 +00:00
Jeff Hill
d4c8dd67d3
use STACK_SIZE_PARAM_IS_A_RESERVATION thread creation
...
option - this should allow more threads to run on XP
2004-10-19 17:26:01 +00:00
Jeff Hill
d99c0b613a
DLL main executes in a very limited execution environment - its probably
...
smart to just avoid calling any general purpose code there.
2004-10-19 17:24:30 +00:00
Jeff Hill
91097d7d32
return the number of elements copied from address to ascii conversion func
2004-10-19 17:20:15 +00:00
Jeff Hill
010ebea821
fixed win32 dll sym export
2004-10-19 17:17:31 +00:00
Jeff Hill
2f829e5992
removed const from arg to copy constructor as is convention with std
2004-10-19 17:12:37 +00:00
Ralph Lange
4c302621e2
Use separate flag for once_connected state; += as-string option.
2004-10-19 15:27:51 +00:00
Ralph Lange
22ef6a9653
Use separate flag for once_connected state.
2004-10-19 15:20:34 +00:00