Commit Graph

9508 Commits

Author SHA1 Message Date
Mark Anderson
d4bfcaf67b Clean up some inconsistencies which Alpha OSF/1 systems complained about
(these changes have been fenced in by #ifdef __alpha, etc).
1994-10-13 20:00:27 +00:00
Mark Anderson
3c96fdef74 Change the locally defined and used random() function to local_random() to
avoid collision with the standard math library's random() function.
1994-10-13 19:58:34 +00:00
Mark Anderson
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.
1994-10-13 19:56:53 +00:00
Mark Anderson
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).
1994-10-13 19:54:15 +00:00
Mark Anderson
6a163b5d83 Introduce temporary symbol (ARCH_TYPE=$$ARCH) and use in later targets/rules
to avoid problem with $* symbol resolution in some versions of gnumake.
1994-10-13 19:44:34 +00:00
Janet B. Anderson
ce9e6f8186 Added rule for drvSup 1994-10-06 14:41:20 +00:00
Janet B. Anderson
2dd007c5e5 Modified syntax of makefile usage 1994-10-05 18:45:57 +00:00
Janet B. Anderson
5b94f9dd1f Must skip over constant when looking for COND_END,COND_ELS 1994-10-05 18:43:37 +00:00
Janet B. Anderson
cfb80a657f Added USR_LDFLAGS 1994-10-05 18:43:00 +00:00
Janet B. Anderson
941f41a99d Renamed version.h to epicsVersion.h 1994-10-05 18:28:17 +00:00
John Winans
70ab19bce4 Added bug fixes to recSeq.c in order to allow CA links to work. 1994-10-04 18:48:35 +00:00
John Winans
5c5184547c Actually made things compile in here. 1994-10-04 18:47:57 +00:00
John Winans
34979f6b77 Added an extensive debugging facility. 1994-10-04 18:42:46 +00:00
Jeff Hill
461c42e5d5 added S_db_Pending 1994-09-29 20:59:09 +00:00
Jeff Hill
92289698c4 EPICS_CA_SEARCH_ADDR_LIST => EPICS_CA_ADDR_LIST 1994-09-29 20:58:32 +00:00
Jeff Hill
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
1994-09-29 20:58:01 +00:00
Jeff Hill
2182c83be2 proper incr of oustanding io count and proper polarity of io test 1994-09-29 20:39:27 +00:00
Jeff Hill
26e6b831c8 * .01 010393 Applied fix for zero C ISR param causes incorrect
*               identification as MACRO ISR problem.
1994-09-29 20:03:06 +00:00
Jeff Hill
c81a313f0b removed trailing comma 1994-09-29 20:01:54 +00:00
Jeff Hill
e33adef70e EPICS_CA_SEARCH_ADDR_LIST => EPICS_CA_ADDR_LIST 1994-09-29 19:59:25 +00:00
Jeff Hill
622be8f762 removed #if . 1994-09-29 19:58:00 +00:00
Mike Bordua
f675117f54 Added gsd_sync_subr for opi build. 1994-09-29 01:11:08 +00:00
Janet B. Anderson
f8d85e30ef Modified for more changes in CONFIG and RULES files 1994-09-21 22:00:47 +00:00
Marty Kraimer
ca33e25e16 For cvtDoubleToString use fixed up to 1e16 1994-09-16 18:50:18 +00:00
Marty Kraimer
e5df4af4bc Removed EPICS_CMD_PROTO_PORT 1994-09-14 15:24:54 +00:00
Marty Kraimer
2a03be3bf3 Changed at5vxi_bi_driver to xy240_bi_driver 1994-09-14 15:23:58 +00:00
Marty Kraimer
40192bd6b3 Added mz8310NoShutdown and got rid of some warning messages 1994-09-14 15:23:00 +00:00
Janet B. Anderson
cc01f3f5fc Cleanup of files 1994-09-09 17:33:30 +00:00
Marty Kraimer
786b590841 Added globalsource.o to objects 1994-09-09 12:41:37 +00:00
Marty Kraimer
a127464d36 Removed env variables for old time support. New uses standard Unix methods. 1994-09-09 12:40:30 +00:00
Marty Kraimer
22c0df9830 Moved IOC_CORE_OBJS from CONFIG_COMMON to here 1994-09-09 12:34:05 +00:00
Matt Needes
50fd95f959 Changed clean to tools/Clean. Added "uninstall" dependency. 1994-09-08 17:25:41 +00:00
Matt Needes
bcb72f785b ANSIFIED more. 1994-09-08 15:40:14 +00:00
Janet B. Anderson
0bbd42b4f1 Minor changes 1994-09-07 20:42:35 +00:00
Janet B. Anderson
c4891ac777 New file 1994-09-07 19:26:45 +00:00
Janet B. Anderson
d531935437 Modified to eork with extensions and do depends 1994-09-07 19:16:48 +00:00
Marty Kraimer
6a806595ba Make monitors on input fields go off when DBE_ALARM set. 1994-09-02 14:12:54 +00:00
Marty Kraimer
02767c1694 The HIGH field was not honored properly for async records. 1994-09-02 14:11:04 +00:00
Marty Kraimer
3e4bae2cc9 Changed a short to and unsigned short because thats what it is 1994-09-02 14:05:55 +00:00
Marty Kraimer
1c5da1c24c Added initialization to suppress warning message 1994-09-02 13:45:11 +00:00
Marty Kraimer
ec0d6fd35e Two returns did not return value when they should have. 1994-09-02 13:44:03 +00:00
Marty Kraimer
35d71a05d1 Added some casts and initial values to suppress warning messages. 1994-09-02 13:42:38 +00:00
Marty Kraimer
f063feb3cb Cast of memcpy arg to suppress warning message. 1994-09-02 13:40:55 +00:00
Marty Kraimer
be255e42e2 Args to setsockopt changed. Now matches what HP wants. 1994-09-02 13:39:53 +00:00
Marty Kraimer
714eb851ee Cast on memcpy arg to get rid of warning message 1994-09-02 13:38:25 +00:00
Marty Kraimer
933150165f If recGblGetLinkValue got no values leave things as they were 1994-09-02 13:33:46 +00:00
Marty Kraimer
e450164da5 In recGblGetLinkValue set *pnRequest = 0 for CONSTANT links 1994-09-02 13:30:00 +00:00
Marty Kraimer
26b8e884f2 Removed setMasterTimeToSelf. Not needed by new time support
Changes error message for getResources failure for EPICS_xxx variables.
1994-09-02 13:28:37 +00:00
Marty Kraimer
df4468d471 added support for DBR_PUT_ACKT DBR_PUT_ACKS and DBR_STSACK_STRING 1994-09-02 13:26:43 +00:00
Marty Kraimer
af8cb66500 dbPut allows arrays of character strings to numeric field arrays.
Made change for ACKT and ACKS
1994-09-02 13:25:02 +00:00