From owner-cvs-all Thu Nov 4 15:23:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C36315022; Thu, 4 Nov 1999 15:23:23 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA74608; Thu, 4 Nov 1999 15:23:15 -0800 (PST) (envelope-from alc@FreeBSD.org) Message-Id: <199911042323.PAA74608@freefall.freebsd.org> From: Alan Cox Date: Thu, 4 Nov 1999 15:23:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/11/04 15:23:14 PST Modified files: sys/alpha/alpha machdep.c Log: Remove an unnecessary alignment check from osigreturn and sigreturn. (The data is copyin()'ed to a properly aligned buffer.) Return EFAULT rather than EINVAL if the sigcontext is inaccessible, as specified by the documentation. Submitted by: bde Revision Changes Path 1.63 +3 -8 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message