From owner-cvs-all Thu Nov 23 0:55:35 2000 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 3AE8037B4C5; Thu, 23 Nov 2000 00:55:31 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA46345; Thu, 23 Nov 2000 00:55:31 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <200011230855.AAA46345@freefall.freebsd.org> From: Marcel Moolenaar Date: Thu, 23 Nov 2000 00:55:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux.h linux_locore.s linux_proto.h linux_syscall.h linux_sysent.c linux_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/11/23 00:55:31 PST Modified files: sys/i386/linux linux.h linux_locore.s linux_proto.h linux_syscall.h linux_sysent.c linux_sysvec.c Log: o Change the argument of linux_sigreturn to be a pointer to a struct sigframe. We need more than only the signal context. o Properly convert the signal mask when setting up the signal frame in linux_sendsig and properly convert it back in linux_sigreturn. Do some cleanups and improve style while here. Revision Changes Path 1.50 +10 -11 src/sys/i386/linux/linux.h 1.10 +4 -8 src/sys/i386/linux/linux_locore.s 1.40 +2 -2 src/sys/i386/linux/linux_proto.h 1.35 +1 -1 src/sys/i386/linux/linux_syscall.h 1.41 +1 -1 src/sys/i386/linux/linux_sysent.c 1.69 +57 -57 src/sys/i386/linux/linux_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message