Commit Graph

6726 Commits

Author SHA1 Message Date
Marty Kraimer
2b307f4bc6 *** empty log message *** 2002-07-12 14:56:44 +00:00
Marty Kraimer
d98e84cd6f errlogFlush must call errlogInit 2002-07-12 11:15:58 +00:00
W. Eric Norum
f5b0d3fc22 Add support for Intel EtherExpress Pro network interface. 2002-07-11 20:30:29 +00:00
Jeff Hill
bc2763fc1a improved show routine 2002-07-11 15:27:35 +00:00
Jeff Hill
e490c2bc24 take advantage off additional priority levels when running
with a real time priority class
2002-07-10 22:58:01 +00:00
Jeff Hill
d88370af6d fixed the ca client library status 2002-07-10 00:38:40 +00:00
Jeff Hill
969c748d1e changed the name of class oldCAC to ca_client_context 2002-07-10 00:32:27 +00:00
Jeff Hill
5ebc00a6be added ca_context_status() 2002-07-10 00:09:38 +00:00
Jeff Hill
90469883ea added ca_context_status() 2002-07-09 23:57:16 +00:00
Jeff Hill
720283754d call errlogFlush() in ~cac 2002-07-09 20:42:35 +00:00
Marty Kraimer
44da71edfc add promptgroup top UDF 2002-07-09 19:07:48 +00:00
Marty Kraimer
02c8f06c7f call errlogFlush before terminating 2002-07-09 18:58:54 +00:00
Ralph Lange
66d5148d1a += more comments 2002-07-09 08:41:29 +00:00
Ralph Lange
b18a8d28ee Suppress HPUX warning 2002-07-09 06:49:36 +00:00
Jeff Hill
7d48b146b9 exit send thread by returning, and not by epicsThread::exit() 2002-07-08 21:39:53 +00:00
Jeff Hill
bf72b6fcb0 added commented out attempt at additional priority range, and removed time critical as parto of the normal range 2002-07-08 18:57:27 +00:00
Jeff Hill
fae2978b8a moved implementation od inline functions 2002-07-08 18:49:58 +00:00
Jeff Hill
8f02fe12f0 avoid divide by zero when table is empty 2002-07-08 18:49:16 +00:00
Jeff Hill
55675571ca fixed spelling 2002-07-08 18:47:57 +00:00
Jeff Hill
fbde222ee9 added call to low level ca client diagnostics 2002-07-08 18:44:25 +00:00
Jeff Hill
5cb3423a1f doc 2002-07-08 16:48:47 +00:00
Jeff Hill
3aa95fdd91 changed loacal host name cache object to an epics singleton 2002-07-08 16:35:24 +00:00
Marty Kraimer
ba306d9b26 mbboRecord now implements method cvt_dbaddr for the VAL field.
If no state va les or state strings are defined then it sets
field_type and dbr_field_type to DBF_USHORT.
2002-07-08 12:31:17 +00:00
Ralph Lange
621e2f2e50 HPUX warning suppression 2002-07-05 12:33:26 +00:00
Ralph Lange
0e82cbdaf9 Bugfix (HPUX compiler was complaining) 2002-07-05 12:32:33 +00:00
Janet B. Anderson
e7f10d4720 Added code to remove trailing whitespace and carriage return. 2002-07-03 15:28:52 +00:00
Janet B. Anderson
51e7a0d97a Shortened string output. 2002-07-01 21:46:04 +00:00
Jeff Hill
ef295b1064 improved exception message 2002-06-28 00:26:19 +00:00
Jeff Hill
8b043badd2 fixed memory leak 2002-06-27 23:54:32 +00:00
Jeff Hill
5aef71fe05 changed interface so that callback is immediate if there is no space in the queue 2002-06-27 23:54:01 +00:00
Andrew Johnson
8affdcc464 Removed dependency on dbStaticLib (only actually used for the definition
of struct brkInt found in dbBase.h), replaced float with double.
2002-06-26 20:06:33 +00:00
Jeff Hill
387d47c79c improved optimization 2002-06-25 23:10:47 +00:00
Jeff Hill
7871872182 fixed shutdown sequence 2002-06-25 22:25:58 +00:00
Jeff Hill
54076ffb12 cosmetic 2002-06-25 22:20:55 +00:00
Jeff Hill
7f8de741f0 o upgraded udp to use version and sequence numbers 2002-06-25 22:18:11 +00:00
W. Eric Norum
729144f7c5 Track changes in posix version. Hopefully the next release of OS X will
provide the reentrant routines and this source file can be removed.
2002-06-25 21:20:34 +00:00
Jeff Hill
692a72f46c o upgraded udp to use version and sequence numbers
o fixed race condition in search timer
2002-06-25 18:52:50 +00:00
Jeff Hill
385b7708dc doc 2002-06-25 18:45:01 +00:00
Jeff Hill
96aab4a62e send version message to client if it is on a new protocol version 2002-06-25 18:31:13 +00:00
Jeff Hill
c78c3ce853 clean up state transitions 2002-06-25 15:11:52 +00:00
Jeff Hill
02ed07196b cosmetic 2002-06-25 15:10:30 +00:00
Jeff Hill
4a54265e84 check for overflow condition when adjusting time estimate 2002-06-25 15:08:59 +00:00
W. Eric Norum
0e4d76e68c Fix error report to reflect the fact that clock_gettime returns 0 or -1 with error code in errno. 2002-06-21 21:11:08 +00:00
Jeff Hill
c8095b4edc search timer now uses a private lock 2002-06-17 15:18:58 +00:00
Jeff Hill
36b061fa2f eliminated dead lock vulnerability 2002-06-14 18:22:50 +00:00
Marty Kraimer
008c9afa18 fix bug 2002-06-14 18:18:50 +00:00
Jeff Hill
5e1ea4868b workaround so that fix for bogus HP warningn isnt causing a warning with sun pro 2002-06-14 17:15:10 +00:00
Jeff Hill
08324fc8ec fixed iterator was not incremented when allocating a timer queue 2002-06-14 17:12:01 +00:00
Marty Kraimer
eeee6c51d1 Put convertDoubleToWakeTime in osdTime.cpp so that it is not duplicated.
Use clock_gettime in convertDoubleToWakeTime.
Always use clock_gettime get current time
2002-06-14 14:55:43 +00:00
Marty Kraimer
7799184457 make commandTableOnce a c program 2002-06-14 13:46:28 +00:00