a6a01e6822
Converted buckTest.c to use epicsTime.h instead of time.h
Andrew Johnson2010-08-17 17:53:43 -05:00
7af0397d58
Examining the previous change I see that it will introduce a race condition when circuits are being created and destroyed at close to the same instant in time. See revision 11786 of cac.cpp which fixes mantis 334 if you are interested in what this code does. After running the regression tests, I pushed in a fix (which is removing above mentioned change and restoring the increment of iiuExistenceCount in cac::findOrCreateVirtCircuit.
Jeff Hill2010-08-16 17:45:06 -06:00
a3dd3e1a2f
unistd.h isnt available on windows, and doesnt appear to be required by this code?
Jeff Hill2010-08-16 17:34:39 -06:00
c1bd11de58
fixed bug where win32 version of epicsThreadHighestPriorityLevelBelow didnt map to a lower priority successfully if the epics priority was mapping into the 2nd win32 priority bucket
Jeff Hill2010-08-13 18:15:49 -06:00
25d1b89de1
Use $(RTEMS_VERSION) in default path to RTEMS_BASE.
Andrew Johnson2010-08-13 17:56:27 -05:00
1bab392da7
Deleted trailing ';' from epicsPlacementDeleteOperator macro (which looks like a member function, but isn't).
Andrew Johnson2010-08-13 13:12:06 -05:00
0c4746dd66
Moved new variable definitions to the beginning of their block. Older C compilers such as vxWorks 5.x insist on this.
Andrew Johnson2010-08-13 12:59:50 -05:00
053ab01db4
Guard memset in camessage.c to prevent wild memory overrun if mismatch between payload and data size.
Michael AbbottandAndrew Johnson2010-08-11 17:37:56 -05:00
e54b631b8d
Guard memset in camessage.c to prevent wild memory overrun if mismatch between payload and data size.
Michael AbbottandAndrew Johnson2010-08-11 16:49:46 -05:00
a0fb7fbed7
Clean up warnings from vxWorks 6.8. Added back the -include vxWorks.h option for gcc with vxWorks 6, it resolves many warnings about OFFSET being redefined.
Andrew Johnson2010-08-11 10:45:17 -05:00
0e4ff4f939
Fix: Made all RULES.Db rules use $*.tmp style names for temporary files (fixes lp:615916) [configure/RULES.Db]
Ralph Lange2010-08-11 10:42:26 -04:00
eda402cf66
Merged Ralph's ca-over-tcp branch. Fixed some vxWorks compile errors, and made a number of edits to the HTML in the CAref.html documentation.
Andrew Johnson2010-08-10 16:05:46 -05:00
cc95161af0
Merged base-tests branch from epics-base-testing team. Modified testspec output to omit Tests: line when empty Added testspec generation to src/db/test/Makefile.
Andrew Johnson2010-08-04 14:16:14 -05:00
f29bdb9d6e
Solve C++ exception problems in vxWorks 6.x: * Use a linker script when generating .munch files * Output exception handler frame registration code in _ctdt.c files
Andrew Johnson2010-07-29 12:35:53 -05:00
55609154ce
Merged Dirk Zimoch's fix-aai-and-aao branch Fixed async processing for both aai and aao record types.
Andrew Johnson2010-07-08 12:56:25 -05:00
7f7bc289f3
Bugfix: use SIMS for simulation severity
Dirk Zimoch2010-07-07 19:20:01 +02:00
40b83759de
Added dBStatic to cas depend dirs. Needs alarm.h
Janet Anderson2010-07-06 17:23:24 -05:00
1fbdb067f2
Merged Ronaldo Mercado's capr branch, with fixes by anj.
Andrew Johnson2010-07-02 11:57:57 -05:00
cfb8e694a5
Several cleanups. * Fixed number base issue * DBD file parser accepts spaces * Added -w seconds option for CA timeout * Improved argument parsing * More perlish, should start up faster
Andrew Johnson2010-07-02 11:34:38 -05:00
f1ba442133
Store original INP/OUT text in link in case DTYP changes later.
zimochandAndrew Johnson2010-06-22 17:35:48 -05:00
320ff29c4a
Fix bad string handling in makeBpt. This behaved badly when confronted with windows CR+LF end of lines. Using fgets() left a stray CR at the end of the returned string.
Michael DavidsaverandAndrew Johnson2010-06-22 11:43:42 -05:00