Commit Graph

6008 Commits

Author SHA1 Message Date
Marty Kraimer
d3c0f075cf replacements for osdSem 2000-12-20 21:02:04 +00:00
W. Eric Norum
a5ee8cf64a Enable shared libraries for linux-x86. 2000-12-20 15:53:39 +00:00
W. Eric Norum
68e3f07c6a Register more commands automatically from within ioccrf.cpp. 2000-12-20 01:04:52 +00:00
W. Eric Norum
85b58a1e05 Register common IOC shell commands automatically as part of ioccrf constructors. 2000-12-19 21:52:31 +00:00
Marty Kraimer
d57ab33a44 replaces osiSem 2000-12-19 20:40:32 +00:00
Marty Kraimer
47519588b6 osiFindGlobalSymbol changed to epicsFindSymbol 2000-12-19 14:59:56 +00:00
Marty Kraimer
1c0ef4c177 osiFindGlobalSymbol change to epicsFindSymbol 2000-12-19 14:57:58 +00:00
Marty Kraimer
d4433eb33c change name 2000-12-19 14:55:43 +00:00
Marty Kraimer
31ee7d7e07 change osi to epics 2000-12-19 14:48:29 +00:00
Marty Kraimer
22545f79ed osi replaced by epics 2000-12-19 14:46:38 +00:00
Marty Kraimer
e7c18f1dc9 osdFindGlobalSymbol.h not needed; osi replaced by epics 2000-12-19 14:46:01 +00:00
W. Eric Norum
be8e43a227 Change to reflect new RTEMS install point. 2000-12-18 22:09:03 +00:00
W. Eric Norum
458337bb75 Change RTEMS support files to reflect changes in the way RTEMS board-support
packages are now installed.
Remove use of RTEMS_MAKEFILE_PATH environment variable.  Path to RTEMS
directories is now provided explicitly in configure/os/CONFIG.Common.RTEMS.
2000-12-18 16:05:26 +00:00
W. Eric Norum
f89e77438d A few more files added as part of the conversion to C++. 2000-12-18 15:35:10 +00:00
W. Eric Norum
ad7dc7153c Big changes to ioccrf routines.
1) Switched from using the registry to using a C++ map.  This provides
   an easy way to add...
2) A help command.  With no arguments, this command prints a table of
   commands.  With arguments it prints a synopsis of the specified
   command(s).
3) ioccrf() is now thread-safe with plans to add multiple remote
   access via telnet.  The value pointers have been removed from the
   argument structures and a pointer to an array of argument unions is
   passed to the registered callback routines.
4) All command/argument configuration structures are now const.
2000-12-18 15:33:21 +00:00
W. Eric Norum
faa077ca9e Avoid a null-pointer dereference when the dbpr command is invoked with
no arguments.
2000-12-16 01:07:14 +00:00
Marty Kraimer
37fbc3b19d epicsRingBytes replaces osiRing 2000-12-15 16:35:17 +00:00
Marty Kraimer
26a9323422 remove unnecessary calls to TSinit 2000-12-15 15:34:40 +00:00
Marty Kraimer
25b6f3da80 fix bug 2000-12-15 15:31:58 +00:00
Marty Kraimer
5700c0a8c2 replace osiRing with epicsRingPointer 2000-12-15 15:17:00 +00:00
Marty Kraimer
f110f47011 replace osiRing with epicsRingPointer 2000-12-15 15:05:48 +00:00
Marty Kraimer
34198a1824 implement asTrapWrite 2000-12-15 15:02:32 +00:00
Jeff Hill
f4397da253 fixed gnu warning 2000-12-14 01:20:26 +00:00
Jeff Hill
55e6d1a8d5 fixed gnu warnings 2000-12-14 01:05:37 +00:00
Jeff Hill
7a5b239bff fixed gnu warnings 2000-12-14 00:41:49 +00:00
Jeff Hill
a67a2852bc print only first error message when accept fails, reset on success 2000-12-13 23:21:15 +00:00
Jeff Hill
5f5c51fc44 fixed MS warnings 2000-12-08 02:12:19 +00:00
Janet B. Anderson
1b128857c8 Added missing #endif. 2000-12-06 18:56:22 +00:00
Janet B. Anderson
0217cb7b49 Added tsDefs. 2000-12-06 16:41:00 +00:00
Janet B. Anderson
fd5b26a387 Added tsDefs - R3.13 compatibility tsStamp code 2000-12-06 16:38:04 +00:00
Janet B. Anderson
d622dc7d31 Added Linux to LD_LIBRARY_PATH comment. 2000-12-01 20:49:32 +00:00
Jeff Hill
25ad71b167 fixed the date printout 2000-12-01 00:10:44 +00:00
Jeff Hill
25617e3917 changes from Ken Evans 2000-12-01 00:09:55 +00:00
Jeff Hill
284385549e better message 2000-11-30 19:32:18 +00:00
Jeff Hill
40e2d2be24 call diagnostic routines 2000-11-30 17:52:57 +00:00
Jeff Hill
9470277223 cosmetic 2000-11-30 17:52:22 +00:00
Jeff Hill
da2ad045bf removed disconnect vf, added isZSubscripton vf 2000-11-30 17:13:17 +00:00
Jeff Hill
fcdec162d9 cleaned up disconnect sequence 2000-11-30 17:12:13 +00:00
Jeff Hill
78d1474884 removed disconnect virtual func 2000-11-30 17:10:32 +00:00
Jeff Hill
f3497249b8 removed disconnect virtual func and added isSubscriptin vf 2000-11-30 17:09:04 +00:00
Jeff Hill
ba569b18d3 added uninstallSubscription () func 2000-11-30 17:06:31 +00:00
Jeff Hill
f861933932 fixed bugs in disconnect sequence 2000-11-30 17:03:25 +00:00
Jeff Hill
0c8f90dc59 added isSubscription () func 2000-11-30 17:01:31 +00:00
W. Eric Norum
e1c196f0ad Plug memory leak -- free thread private variable information when task exits. 2000-11-30 15:23:51 +00:00
Jeff Hill
8685b5d48c use extern "C" with func def so that arg missmatch will be detected 2000-11-22 16:30:47 +00:00
Jeff Hill
7f16818f53 added additional debug stmnts 2000-11-22 00:52:33 +00:00
Jeff Hill
24b8e85338 fixed host name parse 2000-11-22 00:46:36 +00:00
Jeff Hill
d486eb746f added addr operator 2000-11-22 00:02:15 +00:00
Jeff Hill
c8f4fac5dc fix net mask fetch for Solaris 2000-11-21 23:46:53 +00:00
Jeff Hill
c1f7601ad4 allow CA addr list to include ports and improve duplicate detect 2000-11-21 22:23:28 +00:00