K 10 svn:author V 8 swallace K 8 svn:date V 27 1996-03-27T18:39:40.000000Z K 7 svn:log V 368 The recently introduced sv_sendsig entry of the sysentvec structure is incorrectly set to 0, for the purpose of "ignoring" the signal. This does not ignore the signal, but rather, executes the function at location 0 in kernel mode, which shortly thereafter causes a panic. The sv_sensig entry for ibcs2 emulation should be set to the system's normal sendsig routine. END