From owner-cvs-sys Wed Mar 27 10:39:49 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA16528 for cvs-sys-outgoing; Wed, 27 Mar 1996 10:39:49 -0800 (PST) Received: (from swallace@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA16508 Wed, 27 Mar 1996 10:39:42 -0800 (PST) Date: Wed, 27 Mar 1996 10:39:42 -0800 (PST) From: Steven Wallace Message-Id: <199603271839.KAA16508@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_sysvec.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk swallace 96/03/27 10:39:41 Modified: sys/i386/ibcs2 ibcs2_sysvec.c Log: 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. Revision Changes Path 1.3 +3 -2 src/sys/i386/ibcs2/ibcs2_sysvec.c