Commit Graph
902 Commits
Author SHA1 Message Date
Jeff Hill 0809aa8c8b cosmetic 2001-09-25 00:10:23 +00:00
Marty Kraimer e4a75d4a8c latest changes. Still extra printf statements 2001-09-24 19:49:08 +00:00
Marty Kraimer 878809a164 Still not working. Many asserts 2001-09-24 15:02:39 +00:00
Jeff Hill 2e329813aa fixed possible race condition where put notify block might be nilled out
while it is running
2001-09-21 17:09:55 +00:00
Jeff Hill 20ab67691f dont deadlock if ca_clear_event() is in the subscription update callback 2001-09-20 17:45:20 +00:00
Jeff Hill a04d40082c fixed put notify blocking bug and put notify type mapping bug 2001-09-20 17:38:04 +00:00
Jeff Hill e5d3ebaf70 catch out of bounds read 2001-09-20 17:34:06 +00:00
Marty Kraimer f89f31b505 if epicsEventWaitWithTimeout fails dont continue 2001-09-20 13:46:37 +00:00
Marty Kraimer 42ecec6b11 fix bugs in dbLockShowLocked 2001-09-20 13:46:08 +00:00
Marty Kraimer 93d2705002 must Unlock 2001-09-20 11:54:27 +00:00
Marty Kraimer ecd1cafe46 replace ca_search_and_connect with ca_create_channel 2001-09-20 11:54:05 +00:00
Jeff Hill bce2df010c fixed comment 2001-09-17 17:44:23 +00:00
Jeff Hill 14d152bcaf cosmetic 2001-09-17 17:34:41 +00:00
Marty Kraimer 2b246be69b if null record name show all 2001-09-04 13:59:44 +00:00
Jeff Hill 56fa1c87e8 fixed gnu warning 2001-08-29 18:43:16 +00:00
Jeff Hill becfc8ca3c added change priority call 2001-08-29 17:52:38 +00:00
Jeff Hill 822d4dd79f removed debug printfs 2001-08-27 17:34:26 +00:00
Jeff Hill c90112a04c fixed lockup when deleting events in flow control mode 2001-08-27 17:15:37 +00:00
Jeff Hill 9c892d128f take a lock when decrementing event queue quota because this is
no longer atomic on RISC processors
2001-08-24 18:48:14 +00:00
Jeff Hill 8ad35f4038 improved dbel diagnostic 2001-08-24 18:42:56 +00:00
Jeff Hill f9a9010ad2 added prioritry parameter, but ignore it for now 2001-08-23 21:24:57 +00:00
Andrew Johnson 937b575ec3 Removed spurious menuLinr.dbd (LINR uses menuConvert found in src/bpt). 2001-08-17 22:30:59 +00:00
Jeff Hill c35b876af4 made pName() public and added channel destroy notify in subscription class 2001-08-16 01:24:59 +00:00
Jeff Hill 19a8fe6e7b call channel destroy notify mf for each attached IO when chan is destroyed 2001-08-16 01:24:09 +00:00
Jeff Hill d67fcbdb67 added channel destroy notify mf 2001-08-16 01:23:33 +00:00
Marty Kraimer 9765db4254 check for chid null 2001-08-08 15:04:34 +00:00
Janet B. Anderson 5178220160 Changes to automatically generate header file dependancies 2001-07-25 14:44:44 +00:00
Marty Kraimer 018f0b5186 Allow hex and octal constants for constant links 2001-07-23 14:39:40 +00:00
Marty Kraimer d1c39d4089 dbNameToAddr dod the conversion 2001-07-13 13:16:19 +00:00
Marty Kraimer 5ff1a8f2a3 make default precision 6 instead of 0 2001-07-03 12:49:01 +00:00
Jeff Hill 36e7eb94c0 fixed function to match prototype 2001-06-29 22:41:35 +00:00
Jeff Hill c20ddad7c6 changed the API for CA context manipulation 2001-06-29 22:19:53 +00:00
Janet B. Anderson d7279bbcbf Allow make inc at top level 2001-06-28 16:07:56 +00:00
Jeff Hill e4447d8c97 removed overly conservative list node verification 2001-06-22 01:02:52 +00:00
Marty Kraimer 3ac74dd5a8 keep private copy of pvname 2001-06-21 18:07:25 +00:00
Marty Kraimer ae57d2592e fix bug that could cause dbNotifyCancel to timeout 2001-06-21 13:16:59 +00:00
Jeff Hill d02e01c55b fixed use of destroy member function without checking for nill pointer 2001-06-18 21:12:36 +00:00
Jeff Hill 8926a0a8b3 fixed uninitialized member 2001-06-18 21:11:49 +00:00
Jeff Hill ca76832387 non need to specify hash table size 2001-06-15 22:39:01 +00:00
Janet B. Anderson 7874d35daf Changes to create vxWorks archive libraries and prods. 2001-06-07 14:26:06 +00:00
Jeff Hill b13d938b11 use struct ptr for ID types because:
o this is more type safe
o this works better with source level debuggers
2001-06-06 17:28:37 +00:00
Jeff Hill 1f8d22994c bad guess for the number of channels 2001-06-04 23:18:47 +00:00
Jeff Hill f49289fdd0 fixed problem where put conversion fails but nevertheless
1) caller of db_put_field gets successful status
2) the array size is modified.
2001-06-01 22:19:04 +00:00
Jeff Hill 9940b408fb made compatible with changes in service API 2001-05-22 02:02:41 +00:00
Marty Kraimer e14120a25d help prevent execptions on double to float 2001-05-17 19:15:07 +00:00
Jeff Hill a42a95f60a updated to match service API changes 2001-04-20 00:46:18 +00:00
Jeff Hill a8a86993e3 fixed sun pro warnings 2001-04-17 00:44:59 +00:00
Jeff Hill 8d5075b441 fixed gnu warnings 2001-04-16 23:46:32 +00:00
Jeff Hill f69a65a4fe dont hold lock while calling callbacks 2001-04-16 22:51:37 +00:00
Marty Kraimer ae74e745f3 fix race condition 2001-04-06 12:45:06 +00:00