Commit Graph

6056 Commits

Author SHA1 Message Date
Jeff Hill
fe7fb3ba50 change priority of client when recinving the version request 2001-08-29 17:42:09 +00:00
Jeff Hill
15a9e07ab2 send server's minor version to client during connect sequence 2001-08-29 17:41:31 +00:00
Jeff Hill
9b876d82dd changed the way that thread priorities are computed 2001-08-29 17:40:39 +00:00
Jeff Hill
8c103d1cb9 added priority field 2001-08-29 17:39:51 +00:00
Jeff Hill
abf2b19755 define a priority range for the CA server 2001-08-29 17:38:48 +00:00
Jeff Hill
d6bbb0f3ef use CA server high for priority offset 2001-08-29 17:37:58 +00:00
Jeff Hill
f3dc728e89 fixed more of the links 2001-08-28 00:20:55 +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
6d7cb09151 zero out pad bytes (supress purify warning) 2001-08-24 16:30:02 +00:00
Jeff Hill
d556e3375c cosmetic 2001-08-24 16:29:19 +00:00
Jeff Hill
5a808ee4d5 include typeinfo 2001-08-23 21:59:33 +00:00
Jeff Hill
ab82d8c6fc fixed gnu warnings 2001-08-23 21:36:31 +00:00
Jeff Hill
d8eded00c3 installed 2001-08-23 21:33:26 +00:00
Jeff Hill
f9a9010ad2 added prioritry parameter, but ignore it for now 2001-08-23 21:24:57 +00:00
Jeff Hill
a4144e9675 new create channel API 2001-08-23 21:15:41 +00:00
Jeff Hill
4daac95e18 added channel create priority and catch C++ exceptions before they enter C code 2001-08-23 21:14:56 +00:00
Jeff Hill
aef70acbb9 fixed no write access test management bug 2001-08-23 21:13:25 +00:00
Jeff Hill
d4e3b1b626 now there can be multiple tcpiiu per BHE 2001-08-23 21:12:14 +00:00
Jeff Hill
798e5b6d3a fixed hang during channel delete and added client prioritization 2001-08-23 21:10:34 +00:00
Jeff Hill
dd723369fe added new priority parameter 2001-08-23 21:08:42 +00:00
Jeff Hill
984d8cac2b added bad priority error constant 2001-08-23 21:03:49 +00:00
Jeff Hill
a2cf8335fc cosmetic 2001-08-23 21:02:48 +00:00
Jeff Hill
3235b59641 added new priority parameter 2001-08-23 21:02:22 +00:00
Jeff Hill
56e9cbfd67 beacon period no-longer fetched through the IIU 2001-08-23 21:01:12 +00:00
Jeff Hill
0aa19f05bc avoid double io cancel 2001-08-23 20:54:00 +00:00
Jeff Hill
44ff5cf058 changes resulting from loss of one-to-one correlation between BHE and tcpiiu
and added new priority parameter
2001-08-23 20:53:24 +00:00
Jeff Hill
719340369c changes resulting from loss of one-to-one correlation between BHE and tcpiiu 2001-08-23 20:52:32 +00:00
Jeff Hill
29218a2a27 added priority parameter 2001-08-23 20:51:29 +00:00
Jeff Hill
7af4623511 call show routines of bucket entries from the resource table show function 2001-08-23 20:46:53 +00:00
Jeff Hill
11d2c6b698 cosmetic 2001-08-23 20:45:42 +00:00
Andrew Johnson
24351032cf Moved SLOPE to before LINEAR, just in case any apps rely on the first
breakpoint table being LINEAR+1 (unlikely, but possible).  This also
deliberately breaks any apps that haven't converted to using constants
defined in the generated menu*.h files.
2001-08-20 15:46:51 +00:00
Andrew Johnson
21b7bf8b6b Removed special_linconv() routines, ESLO and EOFF can be set manually. 2001-08-17 22:44:46 +00:00
Andrew Johnson
a1b9e58cd0 ESLO and EOFF are now design fields, usable when no device support
special_linconv() routine is provided (for Raw Soft support).
LINR=SLOPE also allows design-time and CA setting of ESLO & EOFF.
Value changes by device support also cause CA monitors to be posted.
2001-08-17 22:34:58 +00:00
Andrew Johnson
99e5535085 Added SLOPE conversion type, for manual entry of ESLO and EOFF values. 2001-08-17 22:32:49 +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
b1f414543a dont delay for initial round trip estimate until first search 2001-08-16 23:31:53 +00:00
Jeff Hill
d69d957ebe removed double ECA_DISCONN exception callback 2001-08-16 21:22:48 +00:00
Marty Kraimer
5e71997d09 backout RAWL, RAWF 2001-08-16 15:27:04 +00:00
Marty Kraimer
8f619b5f8d backout RAWL,RAWH; allow user to set ESLO,EOFF 2001-08-16 15:26:14 +00:00
Jeff Hill
6e42c7e3e9 fixed gnu warning 2001-08-16 01:49:19 +00:00
Jeff Hill
48da409965 reduce the number of error constants in use 2001-08-16 01:26:55 +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
Jeff Hill
cc191cddbc send channel destroy exception to all IO and send disconnect exception
to subscription IO
2001-08-16 01:22:22 +00:00
Jeff Hill
89d93df035 new error constant and mark defunct entries 2001-08-16 01:20:30 +00:00
Jeff Hill
93e745ef83 supress channel destroy exception in "old" API layer 2001-08-16 01:19:52 +00:00