173da3eb7a
Added support for arbitrary block transfer requests
Marty Kraimer1994-10-19 20:04:10 +00:00
a781baf507
Added a manual rearm mode to the driver.
John Winans1994-10-19 18:31:52 +00:00
7a96e3e27e
ANSIfied the bitbus driver so that the compiler stopped warning about exery third line of code.
John Winans1994-10-19 18:31:22 +00:00
d8f2d20e09
Added the bitbus driver's .o file (left it out before.)
John Winans1994-10-19 18:30:42 +00:00
53c7dc1109
Additional notes regarding write permissions for multiple architecture builds...
Mark Anderson1994-10-14 19:35:35 +00:00
c1a4e6d3f7
Some supplemental information for building on HP and Alpha.
Mark Anderson1994-10-14 19:30:32 +00:00
d4bfcaf67b
Clean up some inconsistencies which Alpha OSF/1 systems complained about (these changes have been fenced in by #ifdef __alpha, etc).
Mark Anderson1994-10-13 20:00:27 +00:00
3c96fdef74
Change the locally defined and used random() function to local_random() to avoid collision with the standard math library's random() function.
Mark Anderson1994-10-13 19:58:34 +00:00
9bf17bdc72
Introduce a new file, realpath.c, for emulating the realpath() system call on SUNOS on non-SUNOS systems such as HP-UX and OSF/1. Note that on SUNOS systems, realpath.c is empty after pre-processing and does not interfere with the system supplied version.
Mark Anderson1994-10-13 19:56:53 +00:00
8af01b54c1
Add realpath.c and realpath.o to the Makefile for incorporation into the libCom library, thereby satisfying the realpath() function calls found in other parts of EPICS. Note that realpath() is found in SUNOS, but not HP-UX or OSF/1,... (and that realpath.c is empty after pre-processing on SUN).
Mark Anderson1994-10-13 19:54:15 +00:00
6a163b5d83
Introduce temporary symbol (ARCH_TYPE=$$ARCH) and use in later targets/rules to avoid problem with $* symbol resolution in some versions of gnumake.
Mark Anderson1994-10-13 19:44:34 +00:00
92289698c4
EPICS_CA_SEARCH_ADDR_LIST => EPICS_CA_ADDR_LIST
Jeff Hill1994-09-29 20:58:32 +00:00
aeb4cd2791
handle pend status from dbPutNotify() flush send after every put notify dont send out of memory exception in reply to search requests that dont have a matching channel name
Jeff Hill1994-09-29 20:58:01 +00:00
2182c83be2
proper incr of oustanding io count and proper polarity of io test
Jeff Hill1994-09-29 20:39:27 +00:00
26e6b831c8
* .01 010393 Applied fix for zero C ISR param causes incorrect * identification as MACRO ISR problem.
Jeff Hill1994-09-29 20:03:06 +00:00
ec0d6fd35e
Two returns did not return value when they should have.
Marty Kraimer1994-09-02 13:44:03 +00:00
35d71a05d1
Added some casts and initial values to suppress warning messages.
Marty Kraimer1994-09-02 13:42:38 +00:00
f063feb3cb
Cast of memcpy arg to suppress warning message.
Marty Kraimer1994-09-02 13:40:55 +00:00
be255e42e2
Args to setsockopt changed. Now matches what HP wants.
Marty Kraimer1994-09-02 13:39:53 +00:00
714eb851ee
Cast on memcpy arg to get rid of warning message
Marty Kraimer1994-09-02 13:38:25 +00:00
933150165f
If recGblGetLinkValue got no values leave things as they were
Marty Kraimer1994-09-02 13:33:46 +00:00
e450164da5
In recGblGetLinkValue set *pnRequest = 0 for CONSTANT links
Marty Kraimer1994-09-02 13:30:00 +00:00
26b8e884f2
Removed setMasterTimeToSelf. Not needed by new time support Changes error message for getResources failure for EPICS_xxx variables.
Marty Kraimer1994-09-02 13:28:37 +00:00
df4468d471
added support for DBR_PUT_ACKT DBR_PUT_ACKS and DBR_STSACK_STRING
Marty Kraimer1994-09-02 13:26:43 +00:00
af8cb66500
dbPut allows arrays of character strings to numeric field arrays. Made change for ACKT and ACKS
Marty Kraimer1994-09-02 13:25:02 +00:00
3ef16d9cca
Now invokes callback if pvalue==NULL && select==alarm and event==alarm
Marty Kraimer1994-09-02 13:22:52 +00:00
15ebe87d37
changed ca_add_event to ca_add_array_event
Marty Kraimer1994-09-02 13:15:08 +00:00