b6a22aa844
removed optimization which could make the ca client library vulnerable if the following function indicates recv bytes are pending but recv blocks anyways.
Jeff Hill2009-07-17 21:33:18 +00:00
5b62da8229
fixed memory leak caused by previous revision (fixing compiler warnings)
Jeff Hill2009-07-17 19:15:39 +00:00
039648824c
Remove redundant macro definitions already defined in dbDefs.h (M. Davidsaver)
Andrew Johnson2009-07-09 17:06:45 +00:00
4e0ab97038
(M. Davidsaver): static keyword is part of C89, remove all uses and internal definitions of LOCAL macro
Andrew Johnson2009-07-09 16:37:24 +00:00
68dbf8addd
Added PINI values RUNNING and PAUSED, needed for Asyn.
Andrew Johnson2009-07-02 20:05:32 +00:00
2e38b09398
Tidy-up, deleted vxWorks-specific version (unnecessary), added the task name to the printed assert message.
Andrew Johnson2009-07-02 19:49:11 +00:00
a2eb148726
removed extraneous line continuation
Jeff Hill2009-07-01 22:28:41 +00:00
6129bfc8d5
fixed race condition gdd_NEWDEL_NEW macro
Jeff Hill2009-07-01 22:19:53 +00:00
cc3245bf65
finished removal of epicsShareAPI (as I assume was intended)
Jeff Hill2009-06-30 19:15:48 +00:00
c73dba8037
Fixed ECHO lines and added DBDFLAGS to DBTOMENUH command line.
Janet B. Anderson2009-06-29 16:17:01 +00:00
d84d198733
Initialize the errSym table as part of errlogInit rather than doing it later in an error path, when we might have already run out of memory!
Andrew Johnson2009-06-19 18:24:22 +00:00
f2a96aec94
make sure and remove any UDP message remnants if there is an exception in a UDP message handler stub
Jeff Hill2009-06-16 17:45:35 +00:00
957c869c87
Fix off-by-1 error in dbPutFieldLink() when checking long input string.
Andrew Johnson2009-06-15 22:30:27 +00:00
f32394e795
pdevLibVirtualOS needs epicsShareDef and explicitly setting to NULL, but we can't do the latter in the os/default version.
Andrew Johnson2009-06-15 16:10:07 +00:00
5d9317339f
Removed function versions of macros, spacing cleanup.
Andrew Johnson2009-06-11 22:23:37 +00:00
9338d4ec59
Removed the guts of the SigAlarm code, which was only needed for HPUX and on Linux breaks external libraries that use the Posix Timer API.
Andrew Johnson2009-06-04 21:31:39 +00:00
5ce69c7db0
Allow override of RTEMS_BASE asnd RTEMS_VERSION in other top dirs.
Janet B. Anderson2009-06-04 18:29:33 +00:00
719a82590c
Replace bzero() calls with memset(), fix Win32 issue.
Andrew Johnson2009-06-03 15:00:08 +00:00
68bdaa899e
Fixes to allow building on Solaris. Its <cxxx> headers are evidently not quite drop-in C++ replacements for the <xxx.h> C versions.
Andrew Johnson2009-06-02 22:31:46 +00:00
a052ed56b2
EPICS_CA_BEACON _PERIOD wasnt listed as the default for EPICS_CAS_BEACON_PERIOD
Jeff Hill2009-06-01 17:50:01 +00:00