PROBLEM: (QAR 49764) (Patch ID: OSF415-400171) ******** When attempting to establish a number of XTI connections, > 500, the client system hangs and becomes inoperable. This fix will allow an application to issue a large number of connect requests (up to 3K connections). PROBLEM: (QAR 51684) (Patch ID: OSF415-400196) ******** This patch fixes the problem of t_optmgmt() T_NEGOTIATE calls returning T_SUCCESS, but not actually negotiating the options. PROBLEM: (CLD MCPM209Q3, QAR 51394) (Patch ID: OSF415-400264) ******** This patch fixes a kernel memory fault panic in the xti_discon_req() routine. A representitive stack trace is: boot() ["../../../../src/kernel/arch/alpha/machdep.c":2484 ] panic("kernel memory fault") ["../../../../src/kernel/bsd/subr_prf.c":791 ] trap() ["../../../../src/kernel/arch/alpha/trap.c":1520 ] _XentMM() ["../../../../src/kernel/arch/alpha/locore.s":1424 ] xti_discon_req() ["../../../../src/kernel/streamsm/xtiso.c":4449 ] xti_output() ["../../../../src/kernel/streamsm/xtiso.c":1729 ] xtiwsrv() ["../../../../src/kernel/streamsm/xtiso.c":1639 ] sq_wrapper() ["../../../../src/kernel/streams/str_runq.c":137 ] csq_lateral() ["../../../../src/kernel/streams/str_synch.c":992 ] runq_run() ["../../../../src/kernel/streams/str_runq.c":108 ] netisr_thread() ["../../../../src/kernel/net/netisr.c":841 ] PROBLEM: (HPAQ9145N, HPAQ70F4R, and HPAQ90B3J) (Patch ID: OSF415-400385) ******** Under some conditions, an xti application which attempts to disconnect an endpoint will precipitate a kernel memory fault panic from the xti_discon_req routine. PROBLEM: (QARs 49922 and 48633) (Patch ID: OSF415-400151) ******** Multithreaded TLI application blocks forever. dbx session will show that it blocks in the t_look() library routine. For this to happen, it is necessary that t_look() is called twice. Because it is called internally by a number of other TLI library routines, application can hang under all sorts of scenarios. PROBLEM: (HPAQ9145N, HPAQ70F4R, and HPAQ90B3J) (Patch ID: OSF415-400385) ******** Under some conditions, an xti application which attempts to disconnect an endpoint will precipitate a kernel memory fault panic from the xti_discon_req routine. PROBLEM: (QAR 54884) (Patch ID: OSF415-400405) ******** This patch fixes a problem with the implementation of the TPI interface. This problem occurs if you are using Digital's XTI libxti library with a third-party (non-Digital) STREAMS driver. PROBLEM: (BRO101146) (Patch ID: OSF415-405237) ******** This patch fixes a problem that occurs on a system when running STREAMS. The system panics with the following error message: "kernel memory fault" A sample stack trace is shown as follows: > 0 boot() ["../../../. ./src/kernel/arch/alpha/machdep.c":2484, ] 1 panic("kernel memory fault") ["../../../../src/kernel/bsd/subr_prf.c":791,] 2 trap() ["../../../../src/kernel/arch/alpha/trap.c":1525, ] 3 _XentMM() ["../../../../src/kernel/arch/alpha/locore.s":1424, ] 4 bcopy() ["../../../../src/kernel/arch/alpha/fastcopy.s":423, ] 5 xti_uderror_ind() ["../../../../src/kernel/streamsm/xtiso.c":6011, ] 6 xti_unitdata_req() ["../../../../src/kernel/streamsm/xtiso.c":4908, ] 7 xti_output() ["../../../../src/kernel/streamsm/xtiso.c":1718, ] 8 xtiwsrv() ["../../../../src/kernel/streamsm/xtiso.c": 1658, ] 9 sq_wrapper() ["../../../../src/kernel/streams/str_run q.c":137, ] 10 csq_lateral() ["../../../../src/kernel/streams/str_synch.c":992, ] 11 runq_run() ["../../../../src/kernel/streams/str_runq.c":108, ] 12 netisr_thread() ["../../../../src/kernel/net/netisr.c":863, ] PROBLEM: (MCPM31P0Q/QAR 60741) (Patch ID: OSF415-405440) ******** This patch is a fix to libtli/libxti to correctly handle a continuation data message still on the stream head.