Commit Graph

1495 Commits

Author SHA1 Message Date
Jeff Hill
ea9d141a54 dded caenV265 1994-11-14 18:48:45 +00:00
Jeff Hill
7bb451bb74 updated for changes in bucketLib.c 1994-11-14 18:47:18 +00:00
Jeff Hill
0ba3898e81 Improved bucketLib.c & portability changes 1994-11-14 18:45:25 +00:00
Jeff Hill
547ca9d02d Changes for NT, ALPHA/OSF, and VAX/VMS port 1994-11-14 18:43:05 +00:00
Marty Kraimer
348f4c0e8d One line per module 1994-11-14 16:20:22 +00:00
Marty Kraimer
2fddb398b2 Allow white space in parm field 1994-11-14 16:18:53 +00:00
Janet B. Anderson
688f766622 Bug fix for pes->no_str calculation 1994-11-14 15:59:10 +00:00
Janet B. Anderson
c0892857eb Changed ARCH to T_A 1994-11-03 21:08:44 +00:00
Janet B. Anderson
a1458c0c58 Added conditional for hp700 -- lie about being SCO_UNIX 1994-11-03 21:00:35 +00:00
cvs2svn
15d6708cec This commit was manufactured by cvs2svn to create tag 'R3.12.0-beta0'. 1994-11-01 14:55:16 +00:00
Janet B. Anderson
8ac8a6edc8 set values for ANL/APS/ASD 1994-11-01 14:55:15 +00:00
Janet B. Anderson
f7b1271676 Removed install dependancy from release rule 1994-11-01 11:57:58 +00:00
Janet B. Anderson
69aab8ecf0 Removed depends dependancy in release and built_release rules 1994-10-31 21:47:02 +00:00
Marty Kraimer
fd93fe694f Initial EPICS version 1994-10-28 20:24:00 +00:00
Marty Kraimer
cd26434057 Build everything needed at ANL/APS/ASD 1994-10-28 20:22:10 +00:00
Jim Kowalkowski
263b702284 added several characters to the list of valid input characters 1994-10-28 20:15:47 +00:00
Jim Kowalkowski
f318710159 increased the USP packet time-out to 250ms, added a parm to the configure()
routine to let user specify it.
1994-10-28 20:15:10 +00:00
John Winans
969487ef0b Added VME bus violation prevention code/bug fix from LANL. 1994-10-28 19:55:30 +00:00
Marty Kraimer
a7cae0cf06 Initial installation into EPICS 1994-10-27 19:07:34 +00:00
Marty Kraimer
688d1219c2 Commented out camac support. Added devAvme9440 and devSysmon 1994-10-27 19:06:39 +00:00
Marty Kraimer
b3399e7ae9 added ability to retrieve string fields as numerics 1994-10-27 19:05:36 +00:00
Marty Kraimer
1cbf4551dc Got rid of all calls related tp ols timestamp support 1994-10-26 19:32:39 +00:00
Marty Kraimer
14912e25cc Changed per Ned's request. Still beta version 1994-10-26 19:30:49 +00:00
Johnny Tang
d3e8ec28cb Commit updating Makefile.Vx of adding new record types. 1994-10-25 18:57:39 +00:00
Johnny Tang
d5b71995dd Commit adding new record support code of aai, aao, dfanout, mbbiDirec, and mbboDirect. 1994-10-25 18:54:36 +00:00
Johnny Tang
372d04354b commented out libDb.a in DEPLIBS list. 1994-10-25 17:45:54 +00:00
John Winans
6f289cf7fb Changed the SRCS macro to SRCS.c and SRCS.cc. 1994-10-25 15:59:09 +00:00
Johnny Tang
0965670f0a Add Camac DevSup in the Makefile.Vx 1994-10-21 18:43:40 +00:00
Johnny Tang
53586aefcf Commit adding of Camac DevSup Document. 1994-10-20 20:04:26 +00:00
Johnny Tang
c7754ef1ff Commit adding of Camac Device Support code to r3.12 1994-10-20 19:50:18 +00:00
Marty Kraimer
0650bcde7d Added support for scan and wait records 1994-10-19 20:05:12 +00:00
Marty Kraimer
173da3eb7a Added support for arbitrary block transfer requests 1994-10-19 20:04:10 +00:00
John Winans
a781baf507 Added a manual rearm mode to the driver. 1994-10-19 18:31:52 +00:00
John Winans
7a96e3e27e ANSIfied the bitbus driver so that the compiler stopped warning about
exery third line of code.
1994-10-19 18:31:22 +00:00
John Winans
d8f2d20e09 Added the bitbus driver's .o file (left it out before.) 1994-10-19 18:30:42 +00:00
Mark Anderson
53c7dc1109 Additional notes regarding write permissions for multiple architecture builds... 1994-10-14 19:35:35 +00:00
Mark Anderson
c1a4e6d3f7 Some supplemental information for building on HP and Alpha. 1994-10-14 19:30:32 +00:00
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