Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 1996 10:39:42 -0800 (PST)
From:      Steven Wallace <swallace>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/ibcs2 ibcs2_sysvec.c
Message-ID:  <199603271839.KAA16508@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603271839.KAA16508>