Andrew Johnson
7720ea696e
Oops.
2008-05-22 20:24:52 +00:00
Andrew Johnson
363080071c
Fix build issues on vxWorks.
2008-05-22 20:19:34 +00:00
Andrew Johnson
1ed5eb1ad1
Major reworking of the task watchdog implementation:
...
* Added new monitoring API with insert and remove callbacks; the old API is
still supported though.
* Added report routine, callable from iocsh.
* taskwdInsert() can take a NULL tid, meaning the calling thread.
2008-05-22 17:54:19 +00:00
Andrew Johnson
797df775d0
void *asp => struct *.
...
Removed some casts and cleaned up 'type-punned pointer' warnings.
2008-05-21 17:46:02 +00:00
Andrew Johnson
0363341826
Remove duplicate taskwdInsert() call for the CAS-UDP task.
2008-05-20 17:45:18 +00:00
Andrew Johnson
4831cf2421
Changed static consts to #defines, so C code can use in static initializers.
2008-05-19 14:26:49 +00:00
Andrew Johnson
06d11b736a
Cleanup, rework shutdown mechanism.
2008-05-15 17:41:02 +00:00
Andrew Johnson
24edb594cc
Included vxWorks.h, needed for vxWorks 6.6.
2008-05-15 14:25:28 +00:00
Andrew Johnson
975c5ae4c6
General Time cleanup.
2008-05-14 18:42:26 +00:00
W. Eric Norum
a55eedd3f3
Enable collection of malloc statistics.
2008-05-13 20:42:41 +00:00
Andrew Johnson
9f8ee2d166
Make callback tasks shut down nicely.
2008-05-12 20:40:49 +00:00
Andrew Johnson
500f22cd37
Allow "Soft Timestamp" device address changes at runtime.
2008-05-12 20:09:11 +00:00
Andrew Johnson
4ad26bfb12
Added -x option to load softIocExit.db.
2008-05-12 17:31:27 +00:00
Andrew Johnson
99f8eede0b
const arguments to dbLoadRecords and dbLoadDatabase.
2008-05-12 16:48:31 +00:00
W. Eric Norum
00f4582478
Fix typo -- allow building on case-sensitive file systems.
2008-05-12 00:23:42 +00:00
W. Eric Norum
e40ef4996a
Fix up free space calculation.
2008-05-11 21:28:55 +00:00
W. Eric Norum
12a5014193
Use more efficient mechanism for determining free space.
2008-05-11 20:18:01 +00:00
W. Eric Norum
f8f3647f1c
Use lower-overhead mechanism to determine free space.
2008-05-11 20:05:24 +00:00
Andrew Johnson
967330fcd6
Cleanup, changed task names.
2008-05-09 22:16:29 +00:00
W. Eric Norum
edb08afdc3
Use new general time registration.
...
Allow use in both statically- and dynamically-loaded environment.
2008-05-09 15:39:55 +00:00
W. Eric Norum
3cca2c745b
Clean up some warnings.
...
Use new general time registration.
2008-05-09 15:28:15 +00:00
Andrew Johnson
51800996b0
Fixed generalTime initialization issues (RTEMS incomplete).
2008-05-09 14:24:04 +00:00
W. Eric Norum
893b8b6982
Fix up initialization. Must allow recursive calls.
2008-05-08 18:14:58 +00:00
Andrew Johnson
2a34e2e464
Don't use fmod(), broken on vxWorks.
...
Use long rather than int for integer calculations.
2008-05-08 16:15:50 +00:00
Andrew Johnson
e74e839ccd
Fix initialization races.
2008-05-07 22:38:31 +00:00
Andrew Johnson
4c0015e261
Removed the unnecessary "epicsExit will be called" message.
2008-05-01 14:38:55 +00:00
W. Eric Norum
b71ebd8cc2
Don't use exclamation mark for valid output.
2008-04-30 18:14:48 +00:00
Andrew Johnson
0895228a57
IVOA "Don't drive" bug fix, from Peter Mueller.
2008-04-29 17:51:34 +00:00
W. Eric Norum
1329e99d81
Ensure that BSP-specific overrides get into the configuration.
2008-04-28 21:25:45 +00:00
Andrew Johnson
cab70696cc
Id$.
2008-04-28 16:11:25 +00:00
Andrew Johnson
90a53b60c5
Major cleanup, rewrote some parts completely.
2008-04-28 16:10:49 +00:00
Andrew Johnson
8b5ef8d497
Fixed pointer cast.
2008-04-28 15:55:45 +00:00
Andrew Johnson
04cd32d175
Build misc/ before dev/ so extended devices can link properly on Solaris.
2008-04-25 22:14:59 +00:00
Andrew Johnson
21aed171a5
Another malloc() + bzero() => calloc()
2008-04-25 21:57:31 +00:00
Andrew Johnson
0639850d7a
Expanded tabs, replaced malloc() + bzero() with calloc().
2008-04-25 21:48:19 +00:00
Andrew Johnson
e738b5c617
Added ai support; renamed source file.
2008-04-25 21:13:17 +00:00
Andrew Johnson
5cdb9ff089
Renamed devTimestampSI.c with ai support added.
2008-04-25 21:08:10 +00:00
Andrew Johnson
7256130470
Added ai support; renamed source file.
2008-04-25 21:05:59 +00:00
Andrew Johnson
38f17b720e
Allow subroutine changes at runtime, from Kazimierz Gofron (Codeathon)
...
Also did some major cleanup.
2008-04-24 16:30:37 +00:00
W. Eric Norum
6f7156cab2
Clean up.
2008-04-18 20:30:19 +00:00
W. Eric Norum
fc85afd77c
Clean up some minor issues with differences between RTEMS/vxWorks/POSIX.
2008-04-18 19:20:50 +00:00
Andrew Johnson
a3cd917de2
General Time, from Peter Denison, Eric Norum and many others...
2008-04-18 18:39:32 +00:00
Janet B. Anderson
9816887062
Allow use of a site configure directory by defining RULES in CONFIG.
2008-04-18 16:24:21 +00:00
W. Eric Norum
afd028c4ff
Round sleep time to nearest tick. This is important when working with
...
high-precision time sources, such as event receivers.
2008-04-17 22:04:57 +00:00
Ralph Lange
b8f613881b
iocInit() installs a signal handler that ignores SIGHUP
2008-04-17 19:52:23 +00:00
W. Eric Norum
57005d58ae
Use new, simpler, RTEMS test harness.
2008-04-17 19:34:57 +00:00
Ralph Lange
60449e20b0
+= epicsSignalInstallSigHupIgnore (libCom/osi)
2008-04-17 18:57:07 +00:00
W. Eric Norum
7e31cb0db3
Round off sleep times -- makes timed scan threads work better when
...
high-quality time source (e.g. event receiver) is used.
2008-04-17 18:53:54 +00:00
Ralph Lange
f6dd8d5654
+= caput -c option; updated usage infos and documentation to match
2008-04-17 02:53:19 +00:00
Ralph Lange
73e17ac32a
Applied caput patches from Andy Foster; updated usage infos to match
2008-04-17 02:31:36 +00:00