From owner-cvs-all Wed Feb 21 10:48:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2384337B401; Wed, 21 Feb 2001 10:48:07 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1LIm7d87742; Wed, 21 Feb 2001 10:48:07 -0800 (PST) (envelope-from gallatin) Message-Id: <200102211848.f1LIm7d87742@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 21 Feb 2001 10:48:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 osf1_signal.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/02/21 10:48:07 PST Modified files: sys/alpha/osf1 osf1_signal.c Log: Fix the osfulator in the face of Doug's optimized system call return path. We now need to set [FRAME_FLAGS] to zero to force a full restore of state after a signal. reported by: naddy@mips.inka.de (Christian Weisgerber) Revision Changes Path 1.7 +3 -1 src/sys/alpha/osf1/osf1_signal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message