Summary Period: 1995-08-21 to 1995-04-25 (Commits 1352-1451 of 9251)
|
jhill 8/21/95 7:24 PM |
recompute the current time variable after waiting in a semaphore (instead of select) |
| 13 lines of code changed in: src/ca/vxWorks_depen.c (+13 -1) | |
|
jhill 8/21/95 7:23 PM |
dont recompute connection timers if the time stamp hasnt changed |
| 6 lines of code changed in: src/ca/vms_depen.c (+6 -6) | |
|
jhill 8/21/95 7:22 PM |
Dont wait for itsy bitsy delays to expire |
| 9 lines of code changed in: src/ca/syncgrp.c (+9 -6) | |
|
jhill 8/21/95 7:22 PM |
Dont recompute connection timers if the time stamp hasnt changed |
| 7 lines of code changed in: src/ca/posix_depen.c (+7 -7) | |
|
jhill 8/21/95 7:20 PM |
added KLUDGE def of S_db_Pending |
| 4 lines of code changed in: src/ca/iocinf.h (+4 -1) | |
|
jhill 8/21/95 7:19 PM |
use current time var to init time stamp in a beacon hash entry |
| 5 lines of code changed in: src/ca/conn.c (+5 -3) | |
|
jhill 8/21/95 7:17 PM |
comments changed |
| 5 lines of code changed in: src/ca/bsd_depen.c (+5 -4) | |
|
jhill 8/21/95 7:16 PM |
Added test of the duration of ca_pend_event() |
| 25 lines of code changed in: src/ca/acctst.c (+25 -1) | |
|
jhill 8/21/95 7:15 PM |
Use 1.0/USEC_PER_SEC and not 1.0e-6 Check for S_db_Pending when calling dbPutNotify() |
| 5 lines of code changed in: src/ca/access.c (+5 -1) | |
|
jhill 8/21/95 7:12 PM |
*** empty log message *** |
| 15 lines of code changed in: src/ca/access.c (+15 -8) | |
|
mrk 8/18/95 12:59 PM |
When initing new card wait yp to 3 seconds to read old values. |
| 2 lines of code changed in: src/dev/devAB1771OFE.c (+2 -2) | |
|
mrk 8/18/95 10:22 AM |
db_post_event had illegal arg for val field |
| 2 lines of code changed in: src/rec: recDfanout.c (+1 -1), recMbbiDirect.c (+1 -1) | |
|
mrk 8/18/95 10:11 AM |
fixed 2nd arg of db_post_event for clcv |
| 1 lines of code changed in: src/rec/recWait.c (+1 -1) | |
|
mrk 8/18/95 10:07 AM |
Changes for ansi c |
| 5 lines of code changed in: src/db: atdb_yacc.y (+1 -1), dbStaticLib.c (+3 -3), dbl.c (+1 -1) | |
|
mrk 8/18/95 8:19 AM |
Made changes for ansi c |
| 72 lines of code changed in: src/db: dbAccess.c (+3 -2), dbLink.c (+3 -2), dbNotify.c (+2 -1), dbTest.c (+54 -2), dbls.c (+1 -1), drvTS.c (+5 -2), iocInit.c (+3 -1), taskwd.c (+1) | |
|
jhill 8/17/95 7:30 PM |
send flush message when we see a new client |
| 72 lines of code changed in: src/ca/repeater.c (+72 -46) | |
|
jbk 8/17/95 3:35 PM |
fixed all the -pendantic errors (pain) |
| 54 lines of code changed in: src/db/drvTS.c (+54 -45) | |
|
jba 8/17/95 3:22 PM |
Moved bldEnvData,blderrSymTbl, makeStatTbl to libCom dir |
| 15 lines of code changed in: src/libCom: Makefile.Unix (+2 -2), Makefile.Vx (+2 -2), bldEnvData (new 3), blderrSymTbl (new 7), makeStatTbl (new 1) | |
|
jba 8/17/95 3:14 PM |
Added base/tools scripts functionality to base/Makefile, removed scripts Moved base/tools/MakeRelease to base dir. |
| 56 lines of code changed in: MakeRelease (new 1), Makefile (+26 -23), Makefile.subdirs (+27 -4), README (+2 -2) | |
|
jba 8/17/95 2:49 PM |
Fixed comment that broke during previous commit |
| 2 lines of code changed in: src/db/cvtBpt.c (+2 -2) | |
|
jbk 8/17/95 2:43 PM |
Completed the accurate time stamp change. event number 0 is current time updated at 60HZ, event -1 is the best time that can be provided (1000Hz in the APS event system). The vxWorks time is now correct (1970 instead of 1900). |
| 32 lines of code changed in: src/db/drvTS.c (+32 -8) | |
|
jba 8/17/95 10:40 AM |
Makefile now uses library build rule from RULES.Vx |
| 45 lines of code changed in: src: misc/Makefile.Vx (+2 -5), rec/Makefile.Vx (+43 -47) | |
|
jba 8/17/95 10:39 AM |
Moved cvtBpt.c to db dir so libCom builds without record header dependancies |
| 1 lines of code changed in: src/libCom/cvtBpt.c (del) | |
|
jba 8/17/95 10:38 AM |
Makefile now uses library build rule from RULES.Vx Moved cvtBpt.c to db dir so libCom builds without record header dependancies |
| 18 lines of code changed in: src/libCom/Makefile.Vx (+18 -24) | |
|
jba 8/17/95 10:32 AM |
Makefile now uses library build rule from RULES.Vx |
| 103 lines of code changed in: src: dbtools/Makefile.Vx (+2 -5), dev/Makefile.Vx (+101 -105) | |
|
jba 8/17/95 10:31 AM |
Moved cvtBpt.c from libCom so libCom now has no record header dependancies |
| 177 lines of code changed in: src/db/cvtBpt.c (new 177) | |
|
jba 8/17/95 10:31 AM |
Makefile now uses library build rule from RULES.Vx. Moved cvtBpt.c from libCom so libCom now has no record header dependancies |
| 5 lines of code changed in: src/db/Makefile.Vx (+5 -10) | |
|
jba 8/17/95 10:28 AM |
Makefile now uses library build rule from RULES.Vx,removed redundant rules. |
| 2 lines of code changed in: src/ca/Makefile.Vx (+2 -12) | |
|
jba 8/17/95 10:27 AM |
Removed redundant rules. |
| 0 lines of code changed in: src/ca/Makefile.Unix (-6) | |
|
jba 8/17/95 10:25 AM |
Makefile now uses library build rule from RULES.Vx |
| 2 lines of code changed in: src/as/Makefile.Vx (+2 -5) | |
|
mrk 8/17/95 9:50 AM |
Initialize oval properly |
| 2 lines of code changed in: src/rec/recAo.c (+2 -2) | |
|
mrk 8/17/95 9:50 AM |
Removed recSwitch |
| 1 lines of code changed in: src/rec: Makefile.Vx (-2), recSwitch.c (del) | |
|
mrk 8/17/95 9:48 AM |
Made changes so that it doesnt call dbCalloc |
| 30 lines of code changed in: src/libCom: errSymLib.c (+15 -6), error/errSymLib.c (+15 -6) | |
|
mrk 8/17/95 9:47 AM |
Removed epicsSetEnvParams |
| 2 lines of code changed in: src/libCom: envSubr.c (+1 -9), env/envSubr.c (+1 -9) | |
|
mrk 8/17/95 9:43 AM |
ansi changes |
| 129 lines of code changed in: src/db: dbls.c (+127 -127), taskwd.c (+2 -2) | |
|
mrk 8/17/95 9:42 AM |
Removed INITHOOKafterSetEnvParams |
| 0 lines of code changed in: src/db/initHooks.c (-2) | |
|
mrk 8/17/95 9:42 AM |
Changes to make more ansi compatible |
| 31 lines of code changed in: src/db: dbTest.c (+23 -81), db_test.c (+8 -8) | |
|
mrk 8/17/95 9:41 AM |
Changed hash algorithm to allow larger table sizes |
| 78 lines of code changed in: src/db/dbStaticLib.c (+78 -53) | |
|
mrk 8/17/95 9:39 AM |
post_event and scanOnce no longer give error message storms for ring buffer overflows. Made changes so that casts are ANSI C compatible |
| 33 lines of code changed in: src/db/dbScan.c (+33 -29) | |
|
mrk 8/17/95 9:36 AM |
Made change for new putNotify |
| 3 lines of code changed in: src/db/recGbl.c (+3 -6) | |
|
mrk 8/17/95 9:36 AM |
Changed algorithm for computing lock sets. No longer calls epicsSetEnvParams. |
| 72 lines of code changed in: src/db/iocInit.c (+72 -34) | |
|
mrk 8/17/95 9:35 AM |
Many changes. It should now work in all cases( I hope). |
| 271 lines of code changed in: src/db/dbNotify.c (+271 -129) | |
|
mrk 8/17/95 9:34 AM |
If record should be processed because of put and record is active and TPRO is true then print active message. Fixed some casts so that they are ANSI compatible putStringUshort converts to float first then to ushort putStringUlong converts to double first then to unsigned long |
| 25 lines of code changed in: src/db/dbLink.c (+25 -21) | |
|
mrk 8/17/95 9:33 AM |
Use new hash algorirthm. New variable dbPvdHashTableSize can be set after ld < iocCore |
| 2 lines of code changed in: src/db/dbAccess.c (+2 -4) | |
|
mrk 8/17/95 9:33 AM |
Added -Wall -pedantic -ansi |
| 3 lines of code changed in: src/db/Makefile.Vx (+3) | |
|
mrk 8/17/95 9:31 AM |
If asSetFilename is given NULL argument then next call to asInit turns off access security. Allow character '-' in pvnames. |
| 6 lines of code changed in: src/as: asDbLib.c (+5 -2), asLib_lex.l (+1 -1) | |
|
nda 8/16/95 3:53 PM |
made QUEUE_SIZE a global variable so users could control mallocing |
| 10 lines of code changed in: src/rec/recWaitCa.c (+10 -2) | |
|
jbk 8/16/95 2:15 PM |
Corrected multiple card bug. |
| 6 lines of code changed in: src/dev/devWfPentek4261.c (+6 -13) | |
|
jbk 8/16/95 2:03 PM |
Many updates. Added GPS ability and adjusted the printf's. |
| 155 lines of code changed in: src/db/drvTS.c (+155 -105) | |
|
jbk 8/16/95 1:16 PM |
Allow for ~ in both pv name and value. |
| 2 lines of code changed in: src/dbtools: dbLoadRecords_lex.l (+1 -1), dbLoadTemplate_lex.l (+1 -1) | |
|
jhill 8/14/95 2:26 PM |
epicsAPI => epicsShareAPI |
| 45 lines of code changed in: src/ca: access.c (+33 -28), syncgrp.c (+8 -8), test_event.c (+2 -2), windows_depen.c (+2 -2) | |
|
jhill 8/14/95 11:08 AM |
fixed compilation error |
| 28 lines of code changed in: src/libCom/tsSubr.c (+28 -25) | |
|
jhill 8/11/95 8:20 PM |
func proto added |
| 11 lines of code changed in: src/util/iocLogServer.c (+11 -7) | |
|
jhill 8/11/95 8:18 PM |
force double alignment of the protocol buffer |
| 13 lines of code changed in: src/rsrv/server.h (+13 -3) | |
|
jhill 8/11/95 8:17 PM |
keep trying |
| 5 lines of code changed in: src/rsrv/cast_server.c (+5 -11) | |
|
jhill 8/11/95 8:16 PM |
fetch the server's port number |
| 11 lines of code changed in: src/rsrv/caservertask.c (+11 -14) | |
|
jhill 8/11/95 8:15 PM |
dont quit if client unreachable |
| 30 lines of code changed in: src/rsrv/caserverio.c (+30 -15) | |
|
jhill 8/11/95 8:14 PM |
dont reuse res id |
| 30 lines of code changed in: src/rsrv/camessage.c (+30 -16) | |
|
jhill 8/11/95 8:13 PM |
no dbg lib |
| 2 lines of code changed in: src/rsrv/Makefile.Vx (+2 -5) | |
|
jhill 8/11/95 8:11 PM |
windows NT changes |
| 22 lines of code changed in: src/libCom/tsSubr.c (+22 -10) | |
|
jhill 8/11/95 8:10 PM |
dont allow res id reuse |
| 124 lines of code changed in: src/libCom/fdmgr.c (+124 -50) | |
|
jhill 8/11/95 8:10 PM |
dont return (and leak memory) |
| 28 lines of code changed in: src/libCom: errSymLib.c (+14 -6), error/errSymLib.c (+14 -6) | |
|
jhill 8/11/95 8:04 PM |
dont print if the format is NULL |
| 5 lines of code changed in: src/libCom/errPrintfVX.c (+5 -1) | |
|
jhill 8/11/95 8:03 PM |
dont call vprintf if pformat is NULL |
| 4 lines of code changed in: src/libCom/errPrintfUNIX.c (+4 -2) | |
|
jhill 8/11/95 8:02 PM |
added casdef.h |
| 2 lines of code changed in: src/libCom/errInc.c (+2 -1) | |
|
jhill 8/11/95 8:02 PM |
added return to print func |
| 22 lines of code changed in: src/libCom: envSubr.c (+11 -3), env/envSubr.c (+11 -3) | |
|
jhill 8/11/95 8:01 PM |
dont allow reallocation of the same res id use std EPICS status |
| 62 lines of code changed in: src/libCom: bucketLib.c (+31 -21), bucketLib/bucketLib.c (+31 -21) | |
|
jhill 8/11/95 8:00 PM |
use $log in header |
| 3 lines of code changed in: src/libCom/assertVX.c (+3 -2) | |
|
jhill 8/11/95 7:59 PM |
use $log in header |
| 3 lines of code changed in: src/libCom/assertUNIX.c (+3 -2) | |
|
jhill 8/11/95 7:44 PM |
use epicsApi |
| 6 lines of code changed in: src/ca/windows_depen.c (+6 -4) | |
|
jhill 8/11/95 7:42 PM |
use const in proto |
| 8 lines of code changed in: src/ca: vms_depen.c (+3 -2), vxWorks_depen.c (+5 -2) | |
|
jhill 8/11/95 7:42 PM |
use epicsEntry |
| 2 lines of code changed in: src/ca/test_event.c (+2 -2) | |
|
jhill 8/11/95 7:41 PM |
dont allow res id reuse |
| 38 lines of code changed in: src/ca/syncgrp.c (+38 -27) | |
|
jhill 8/11/95 7:40 PM |
allow multiple servers on one machine |
| 55 lines of code changed in: src/ca/service.c (+55 -39) | |
|
jhill 8/11/95 7:37 PM |
discover loss of client by connecting UDP sockets |
| 154 lines of code changed in: src/ca/repeater.c (+154 -168) | |
|
jhill 8/11/95 7:31 PM |
dont muck with signal handlers already installed |
| 31 lines of code changed in: src/ca/posix_depen.c (+31 -10) | |
|
jhill 8/11/95 7:30 PM |
win NT changes |
| 16 lines of code changed in: src/ca/os_depen.h (+16 -6) | |
|
jhill 8/11/95 7:29 PM |
added const |
| 7 lines of code changed in: src/ca/netdb_depen.c (+7 -4) | |
|
jhill 8/11/95 7:28 PM |
bumbed CA minor version to 5 |
| 8 lines of code changed in: src/ca/iocmsg.h (+8 -4) | |
|
jhill 8/11/95 7:28 PM |
added shareLib.h and const to proto |
| 14 lines of code changed in: src/ca/iocinf.h (+14 -11) | |
|
jhill 8/11/95 7:27 PM |
linux changes |
| 28 lines of code changed in: src/ca/iocinf.c (+28 -27) | |
|
jhill 8/11/95 7:26 PM |
added const to func proto |
| 5 lines of code changed in: src/ca/conn.c (+5 -5) | |
|
jhill 8/11/95 7:25 PM |
new ca_pend_event() duration test |
| 47 lines of code changed in: src/ca/catime.c (+47 -1) | |
|
jhill 8/11/95 7:24 PM |
sped up ca_pend_event() poll |
| 7 lines of code changed in: src/ca/bsd_depen.c (+7 -2) | |
|
jhill 8/11/95 7:24 PM |
better fp test |
| 137 lines of code changed in: src/ca/acctst.c (+137 -28) | |
|
jhill 8/11/95 7:23 PM |
check for res id in use, epicsEntry, dont wait for itsy bitsy delay in ca_pend_event(), better clean up when monitor is deleted and we are disconnected |
| 138 lines of code changed in: src/ca/access.c (+138 -92) | |
|
jhill 8/11/95 7:18 PM |
doc |
| 3 lines of code changed in: src/ca/BUILD_VMS.COM (+3 -4) | |
|
nda 8/7/95 10:36 AM |
Corrected bug of not allocating space for .dola : Multiple records with DOLN's did not work. |
| 8 lines of code changed in: src/rec/recWait.c (+8 -5) | |
|
winans 7/31/95 2:44 PM |
Changed the parameter table and associated support routines to support buffer length specifications of size long instead of short. |
| 16 lines of code changed in: src/dev/devCommonGpib.c (+16 -135) | |
|
winans 5/30/95 9:45 AM |
Changed the way send() is called to account for structure padding. |
| 14 lines of code changed in: src/libCom/bdt.c (+14 -4) | |
|
jhill 5/23/95 3:45 PM |
use DBR_STRING parameter instead of just zero |
| 9 lines of code changed in: src/util/ca_test.c (+9 -4) | |
|
jbk 5/22/95 10:21 AM |
updates to allow direct read of time stamps from event systems |
| 118 lines of code changed in: src/db/drvTS.c (+118 -25) | |
|
winans 5/16/95 10:39 AM |
Aded logic to handle the new BdtEof protocol state. |
| 26 lines of code changed in: src/libCom/bdt.c (+26 -14) | |
|
jbk 5/10/95 9:10 PM |
new functions to support the bulk data transfer |
| 14 lines of code changed in: src/libCom/bdt.c (new 14) | |
|
anj 5/4/95 4:49 AM |
Added CONFIG_SITE_ENV, changed envData to .c file |
| 12 lines of code changed in: src/libCom: Makefile.Unix (+5 -3), Makefile.Vx (+5 -3), envSubr.c (+1 -2), env/envSubr.c (+1 -2) | |
|
mrk 4/26/95 8:37 AM |
Allen Bradley: Add support for retrieving adapter/card status |
| 2 lines of code changed in: src/dev: Makefile.Vx (+2), devABStatus.c (new 0) | |
|
mrk 4/26/95 8:34 AM |
Allow record names to start with a digit. |
| 12 lines of code changed in: src/db/dbStaticLib.c (+12 -5) | |
|
jhill 4/25/95 10:14 PM |
Fix alignment problem found by purify |
| 4 lines of code changed in: src/rsrv/caserverio.c (+4 -1) | |
|
jhill 4/25/95 10:12 PM |
dont send exception msg to all serach requests when the server runs out of memory (send exception resp only in reply to search requests that find a match) |
| 13 lines of code changed in: src/rsrv/camessage.c (+13 -13) | |
|
jhill 4/25/95 10:11 PM |
Use vxWorks sem for locks and free lists when fdmgr delete (none of this is currently used under UNIX) |
| 61 lines of code changed in: src/libCom/fdmgr.c (+61 -30) | |
![]()
Generated by StatCvs v0.1.3