From owner-freebsd-commit Thu Oct 19 12:20:32 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29241 for freebsd-commit-outgoing; Thu, 19 Oct 1995 12:20:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29229 for cvs-all-outgoing; Thu, 19 Oct 1995 12:20:29 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29204 for cvs-sys-outgoing; Thu, 19 Oct 1995 12:20:23 -0700 Received: (from swallace@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29184 ; Thu, 19 Oct 1995 12:20:19 -0700 Date: Thu, 19 Oct 1995 12:20:19 -0700 From: Steven Wallace Message-Id: <199510191920.MAA29184@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_signal.c Sender: owner-commit@FreeBSD.org Precedence: bulk swallace 95/10/19 12:20:18 Modified: sys/i386/ibcs2 ibcs2_signal.c Log: Use sa_flag option SA_NODEFER in sigsys() emulation because SVR3 does not automatically mask signal upon delivery.